Skip to content

Clarify dep patching #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@

- **(BREAKING)** Updated to ES Module format. Node 20/22, TypeScript 5.9 support `require(esm)`.
- Increased min node version to 20.
- `antlr4` has been temporarily patched to fix module resolution of the type declaration files.
- TS ESM projects not using `"module": "node20"` or above may produce type errors (without `skipLibCheck`).
- `antlr4` has to be patched to fix module resolution of the type declaration files.
- The patch can be copied to `patches/*` and applied with `patch-package` if needed.
- Until it is fixed, imports of `antlr4` will cause type errors (`skipLibCheck` can be used in some cases).

- **(BREAKING)** Re-exported antlr classes `CommonTokenStream` and `ParseTreeWalker` removed.
- Added type aliases like `ApexTokenStream`, `ApexParseTree`, and more to use with listener/visitor/walker.
Expand Down
Loading