You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed getting text in the formatter from the token stream via an interval. Instead we can directly get the text using start and end character indexes.
Added an own tsconfig.json file for the cli and updated the eslint settings to include that new file.
Removed the antlr-format package dependency in antlr-format-cli. We can directly access and bundle the formatter code.
The formatter lib no longer builds for Node.js (instead it does for browsers).