v2.0.0
2.0.0 (2025-12-21)
BREAKING CHANGES
-
- Package is now ESM-only ("type": "module")
- Schema files must start with
module <name>declaration - Preload scripts must be bundled:
- ESM (.mjs) for sandbox: false
- CJS (.cjs) for sandbox: true or false
- parseEipc() is now async
Benefits:
- Improved error messages with line/column info
- Foundation for VS Code extension (syntax highlighting, intellisense)
- Better type safety with generated Langium AST