Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 01:55
· 55 commits to main since this release
5b5dcf1

2.0.0 (2025-12-21)

  • feat!: migrate parser from Peggy to Langium with full ESM support (#3) (5b5dcf1)

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