Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't minify JavaScript #3380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

verhovsky
Copy link
Contributor

@verhovsky verhovsky commented May 22, 2024

The difference is 74KB (or 91KB without the terser step because -O3 already does minification emscripten-core/emscripten#7916 ) vs 121KB. Users can minify their JavaScript themselves if they want to.

Fixes #3379

@verhovsky verhovsky marked this pull request as draft May 22, 2024 17:05
@verhovsky verhovsky marked this pull request as ready for review May 22, 2024 17:28
@verhovsky verhovsky changed the title Don't minify JS Don't minify JS and add source maps for --debug May 22, 2024
@verhovsky verhovsky marked this pull request as draft May 22, 2024 17:46
@verhovsky verhovsky marked this pull request as ready for review May 22, 2024 18:05
@verhovsky verhovsky changed the title Don't minify JS and add source maps for --debug Don't minify JavaScript May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't minify tree-sitter.js
1 participant