terser icon indicating copy to clipboard operation
terser copied to clipboard

🗜 JavaScript parser, mangler and compressor toolkit for ES6+

Results 207 terser issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://togithub.com/tj/commander.js) | [`^2.20.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/commander/2.20.3/9.4.0) | [![age](https://badges.renovateapi.com/packages/npm/commander/9.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

**Bug report** **Version (complete output of `terser -V` or specific git commit)** 5.14.2 **Complete CLI command or `minify()` options used** ```console % mkdir lib-2a && echo 'console.log("Hello");' > lib-2a/index.js %...

**Bug report or Feature request?** Bug **Version (complete output of `terser -V` or specific git commit)** terser 5.14.2 **Complete CLI command or `minify()` options used** ```sh node_modules/.bin/terser -c < code.js...

**Bug report or Feature request?** Bug **Version (complete output of `terser -V` or specific git commit)** What the online REPL currently uses **Complete CLI command or `minify()` options used** REPL...

- add `codeql-analysis.yml` which automatically enables CodeQL code security and quality scanner. It executes on every push commit, PR, manually and every day at 8:00AM UTC. A scan check can...

**Question** I recently have a [test](https://hyrious.me/tool/tree-shake.html#bGV0JTIwYSUyMCUzRCUyME9iamVjdC5kZWZpbmVQcm9wZXJ0eQ==) about tree-shaking on different tools (rollup/terser/esbuild). But I'm not familiar with terser minify options so I don't know how to correctly configure it to...

Ruby 3.1.2 Ruby on Rails 7.0.3.1 gem terser 1.1.2 gem execjs 2.8.1 Third party library: Bootstrap **5.2** ( [new version 5.2 released](https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/) ) `app/assets/config/manifest.js` : ```javascript //= link_tree ../images //=...