Skip to content

New point release

Choose a tag to compare

@mike-lischke mike-lischke released this 25 Nov 12:07
· 35 commits to main since this release
  • 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).