Still WIP
Find a file
2025-08-28 22:24:31 +02:00
src Added PermittedSubclassesAttribute (have yet to test it) 2025-08-28 22:24:31 +02:00
.gitignore Added NestHostAttribute, fixed one by off error in RecordAttribute 2025-08-28 22:10:09 +02:00
bun.lockb Fixed StackFrameMap reading invalid data and ConstantPool offset 2025-02-02 01:17:46 +01:00
LICENSE.md Added instructions parsing 2024-08-17 19:53:47 +02:00
main.ts Replaced individual imports with a single import to index.js 2025-02-02 22:15:11 +01:00
package.json Fixed StackFrameMap reading invalid data and ConstantPool offset 2025-02-02 01:17:46 +01:00
README.md Added instructions parsing 2024-08-17 19:53:47 +02:00
tsconfig.json Replaced individual imports with a single import to index.js 2025-02-02 22:15:11 +01:00

bun-jvm-parser

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.29. Bun is a fast all-in-one JavaScript runtime.