Skip to content

Commit

Permalink
build: add --keep-names option to build command
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden <hayden9653@gmail.com>
  • Loading branch information
HaydenOrz authored and mike-lischke committed Feb 26, 2024
1 parent be34581 commit ebed650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage",
"generate": "antlr4ng -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir",
"eslint": "eslint .",
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --sourcemap=external --packages=external"
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --sourcemap=external --packages=external --keep-names"
},
"devDependencies": {
"@types/jest": "29.5.12",
Expand Down

0 comments on commit ebed650

Please sign in to comment.