@al8b/compiler
v0.1.13
Published
Framework-facing wrapper around the LootiScript compiler. It adds file-aware error reporting, batch compilation, incremental caching, and framework module naming.
Readme
@al8b/compiler
Framework-facing wrapper around the LootiScript compiler. It adds file-aware error reporting, batch compilation, incremental caching, and framework module naming.
Public API
compileSourcecompileFilecompileFilesIncrementalCompilercreateIncrementalCompiler- Types from
./compiler, includingCompileOptions
Notes
- Uses
@al8b/lootiscriptfor parse and compile stages. - This is the boundary the framework should use instead of reaching into LootiScript directly.
Scripts
bun run build
bun run test
bun run clean