File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- ** (BREAKING)** Updated to ES Module format. Node 20/22, TypeScript 5.9 support ` require(esm) ` .
40
40
- Increased min node version to 20.
41
- - ` antlr4 ` has been temporarily patched to fix module resolution of the type declaration files.
42
- - TS ESM projects not using ` "module": "node20" ` or above may produce type errors (without ` skipLibCheck ` ).
41
+ - ` antlr4 ` has to be patched to fix module resolution of the type declaration files.
42
+ - The patch can be copied to ` patches/* ` and applied with ` patch-package ` if needed.
43
+ - Until it is fixed, imports of ` antlr4 ` will cause type errors (` skipLibCheck ` can be used in some cases).
43
44
44
45
- ** (BREAKING)** Re-exported antlr classes ` CommonTokenStream ` and ` ParseTreeWalker ` removed.
45
46
- Added type aliases like ` ApexTokenStream ` , ` ApexParseTree ` , and more to use with listener/visitor/walker.
You can’t perform that action at this time.
0 commit comments