latest
disjukr/bdlTypeScript implementation of BDL. You can use this library to implement your own BDL code generation.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
58%
Published
3 months ago (0.3.3)
{ "name": "@disjukr/bdl", "version": "0.3.3", "license": "(MIT OR Apache-2.0)", "exports": { "./ast": "./src/ast.ts", "./ast/span-picker": "./src/ast/span-picker.ts", "./ir": "./src/ir.ts", "./parser": "./src/parser/bdl-parser.ts", "./ir-builder": "./src/ir-builder.ts", "./ir-stringifier": "./src/ir-stringifier.ts" } }