Skip to content

Commit

Permalink
fix: add option to esbuild to prevent constructor names being changed…
Browse files Browse the repository at this point in the history
…, causing conflicts in parsers (#198)
  • Loading branch information
roberthovsepyan authored Jun 26, 2024
1 parent e65b356 commit 987468a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build({
external: ['antlr4ng', 'antlr4-c3'],
bundle: true,
minify: true,
keepNames: true,
format: 'esm',
outfile: 'dist/index.js',
tsconfig: './tsconfig.build.json',
Expand Down

0 comments on commit 987468a

Please sign in to comment.