ASM TypeScript
JSON →A TypeScript migration of the Java ASM bytecode manipulation framework, targeting v0.0.6 as the latest release (no regular cadence). This library reads Java class files and exposes parsed structures like annotations, methods, and fields. It is unstable and incomplete: only read operations are supported, write functions are explicitly broken. Compared to the original Java ASM, this port is limited and experimental, maintained by a single developer with no guarantees. Best suited for small-scale annotation reading tasks.
Resources
packagejava-asm ↗