Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Terser
The fast and efficient minifier for modern JavaScript
Collective -
Host: opensource -
https://opencollective.com/terser
- Website: https://terser.org
- Code: https://github.com/terser
* fix node.key crashing lib/compress
* Add test case for issue 229
github.com/terser/terser - d01eb6f6712e013a652aaf5a09177a018f7ac200 authored almost 6 years ago* Use es6 environment for ESLint
* Use Set for mangled_names
* Use Set for property mangling
github.com/terser/terser - 2455944d50dfc90c0ded051403ace9a8f613f477 authored almost 6 years agogithub.com/terser/terser - a09a93fc1cd83ae229278e0edbfe90095d00a8f4 authored almost 6 years ago
github.com/terser/terser - 0b1df80e204d6afebc58c9ab89e9fb434fe8eedf authored almost 6 years ago
* Remove spam
Removes the 'error' printed when an input source map is provided.
* Update c...
github.com/terser/terser - 85182a8fd8c25bc877d3cd36643530e07a54d9f5 authored almost 6 years agogithub.com/terser/terser - 6c6dc40ae9e6297c52f84508e359901f3849866f authored almost 6 years ago
github.com/terser/terser - e5ca12e3071a3f0c383124c6b69ad8e50defd644 authored almost 6 years ago
This reverts commit 57d60ddcd772adca7f8e1f9e02c8d77964de2821.
github.com/terser/terser - d8c0a08e5d9d329b24afea417cb44547c7e31138 authored almost 6 years agogithub.com/terser/terser - 406a07a1c1ef9c84639cf8579adb69942b2453c0 authored almost 6 years ago
github.com/terser/terser - 57d60ddcd772adca7f8e1f9e02c8d77964de2821 authored almost 6 years ago
github.com/terser/terser - 90114d99ebf2476ae7fac8ba3a455fd41cd20f62 authored almost 6 years ago
github.com/terser/terser - 0cf9167c5278986744d6584255e153dd5555fd1a authored almost 6 years ago
* Replace array constructor with literal when it's possible
Closes #246
* Replace only if ...
github.com/terser/terser - d5b803057564633b4779a78a03798e7808d41f1a authored almost 6 years ago* Added ability to list files in config
Closes #257
* Fixed eslint errors
github.com/terser/terser - 4189e751c34d409259e8e45daa83c5c89ee598f1 authored almost 6 years agogithub.com/terser/terser - 78e0780981eb4fa33eba210437699675ab71aef5 authored almost 6 years ago
* Recursively build var names list til top level
* fixup! Recursively build var names list ti...
github.com/terser/terser - 72e6ee4ca4f0a8d017c85db9512241ac85d6ac4b authored almost 6 years agogithub.com/terser/terser - 6356f3930c49fface55033121502be0c84f07dcd authored almost 6 years ago
github.com/terser/terser - 4da1b2bb7a9e0bf7a59f604cebc9718848242a9a authored about 6 years ago
github.com/terser/terser - 228576bd88fbe7741a5e78b405e8951534d5d6b3 authored about 6 years ago
github.com/terser/terser - 28c9fc31b396feecf88a0bbec519b8bfaa68ed51 authored about 6 years ago
github.com/terser/terser - 03b08760fcac9ee3f633d7c8e82af417c47db4e7 authored about 6 years ago
github.com/terser/terser - a7c394ffd6dc9e82c994ad26dbb4339bff336a63 authored about 6 years ago
github.com/terser/terser - 68347ce7241770fdd4d75796b67ab2c19f5991d1 authored about 6 years ago
github.com/terser/terser - f81672c203a93efac1ae37d44ba82a24bd57ce89 authored about 6 years ago
github.com/terser/terser - 620e1ece0bbc2e5adf331f6f05cb822d3f70aa80 authored about 6 years ago
github.com/terser/terser - 147bcffdc6dfb52fab11a541924e0bb46a465d41 authored about 6 years ago
github.com/terser/terser - 38bebd55998cf9883a2de9ae5d0756ca251565d5 authored about 6 years ago
github.com/terser/terser - ae992fc2b84127f2c46a89988184cc11297560da authored about 6 years ago
* Drop Node.js v4 (#207)
v4 EOL was 2018-04-30, module bundlers require at least v6.
* Use...
github.com/terser/terser - e6e43800dc1de82ff58e9dd77aad349319e0aa03 authored about 6 years ago* Drop Node.js v4 (#207)
v4 EOL was 2018-04-30, module bundlers require at least v6.
* fix...
github.com/terser/terser - 6f6b20194ebeac0c3592cfafec738565c4a6f9e9 authored about 6 years agogithub.com/terser/terser - fffac0b31ff045cb0fe708935555c8a1d884fd1d authored about 6 years ago
* Fix parsing of template literals with an escape
Example: `\»`
* fixup! Fix parsing of te...
github.com/terser/terser - 81b535fddd66e047ac42c41cad85bb7a16a4c66b authored about 6 years ago* fix `read_source_map` inline bug
1. The previous regExp may match a map-like string or othe...
github.com/terser/terser - c026f36b94cc5dd02f528c083a9817e7983b0638 authored about 6 years agogithub.com/terser/terser - aa574b6a02c6361a52565ffcbd328476f44099ec authored about 6 years ago
github.com/terser/terser - 3672baaa8834459bb7de7e8d8a649604cda96401 authored about 6 years ago
github.com/terser/terser - 97340a854c1a114cdc2e7ebf987d6f196c800f6d authored about 6 years ago
github.com/terser/terser - 5af454d090ec171f86ffc864d39285c37f2232f9 authored about 6 years ago
github.com/terser/terser - 787c30801d937dd1ef9dac781fc8bfeff9532ea6 authored about 6 years ago
* Optimized regexp
* Returned mochallel
github.com/terser/terser - 04305d820dde833f061b0cdaeadc8058e595624b authored about 6 years ago
- Updated prepare and test scripts to be able to run on Windows
- Updated Mocha to 5.2.0 (fixed...
This is especially useful for conditional compilation, where you can now
do things like this:
...
github.com/terser/terser - fe9cbe83de1ee0f92f452ffcfcc8bd1d113df026 authored about 6 years ago
github.com/terser/terser - b4dda6d2ccdc94ac42f6dbf459af50ac343f9454 authored about 6 years ago
* Fix #207, drop support for Node versions <4.0.0
* Update .travis.yml
* Happy not to supp...
github.com/terser/terser - 125e66f2136f48cb5c68659445df23b3ded22406 authored about 6 years agogithub.com/terser/terser - a38016024a2cb260ef7d9ed0d1a4a75d574dadb6 authored about 6 years ago
github.com/terser/terser - 675e9035827a9ca8e43ec1d9ce08c1d662017f25 authored about 6 years ago
github.com/terser/terser - 4cdc10b4f050a504c1f3d06a96d63bf23cc9acff authored about 6 years ago
github.com/terser/terser - c55fc3bf22faf7a8c1b8539c5d3f4b5b0ad761aa authored about 6 years ago
github.com/terser/terser - 9f2933a9ec87a7f8b654725cb38f9745fbf74f86 authored about 6 years ago
github.com/terser/terser - 7d7b7417968743e98ba3b35ae6e798ebb9966e97 authored about 6 years ago
github.com/terser/terser - fe1a66a7b6acfe7ba2bf15c21298d7af51a167a8 authored about 6 years ago
github.com/terser/terser - b2e0736bb2bc5dadcb7187aa471d30d15cd58154 authored about 6 years ago
github.com/terser/terser - 3fb9c49cdbe5d9c8c549cf859b0736e4c044965c authored about 6 years ago
github.com/terser/terser - 4c8e02c9513719c357983ed4ee96ca22a8aaaeab authored about 6 years ago
github.com/terser/terser - 9b98031ccc380f6359915176ce7a622113323af6 authored about 6 years ago
github.com/terser/terser - 177c06939da00e7c28e37fe78ea5f0f179d917fe authored about 6 years ago
github.com/terser/terser - 34908f7de68a9975f57c8dcfd25e5a633d5ea262 authored about 6 years ago
github.com/terser/terser - 4910a20837b24df60d67023fe3c51786f8f9a618 authored about 6 years ago
github.com/terser/terser - 00eeaed0f56b9ee188e4094190255f37b8f85b60 authored about 6 years ago
github.com/terser/terser - ab6e5cbe022e55546f65da225691c94a48d86c18 authored about 6 years ago
github.com/terser/terser - e7f6c1eeca9ed4eaa06afcf31db7938d59b0e664 authored about 6 years ago
github.com/terser/terser - 842392e59329dc05481dc21f0c5f74f3a2061b6d authored about 6 years ago
github.com/terser/terser - 1d21e45d5068b2f919e7e8e597463c2582cf95e6 authored about 6 years ago
github.com/terser/terser - 79896d234f73c8b47f4d66bed18b4abb650cdf4f authored about 6 years ago
github.com/terser/terser - 1e8e58f06f611af61fc45300117047fdd6c711a1 authored about 6 years ago
github.com/terser/terser - b902b375e7911b5b1a1dd0fbd0f40ec1b4063ec2 authored about 6 years ago
* make version check work with prerelease versions
semver.satisfies does not match a prerelea...
github.com/terser/terser - 660266873f4d9031636092c9efd1da011f49ba03 authored about 6 years ago
11 issue have been identified where acorn is able parse input but terser
fails and 10 issues fo...
github.com/terser/terser - 08cb8ca1bc055fcd81af3adac9ebc22c000e9dc6 authored about 6 years ago
github.com/terser/terser - c0df5e8515c2fb9f442d5c46f9d130a803f7669e authored about 6 years ago
* Add TypeScript types
* Add types for NodeElement
* TreeTransformer
* TreeTransformer ...
github.com/terser/terser - d1113aca828c67d24bba3be574accc9439f32131 authored about 6 years ago* notes about source-map-support
* update issue template and readme
github.com/terser/terser - e23bc08ac77fc30b55371daa962e44cf56e44fb5 authored about 6 years agogithub.com/terser/terser - e581abdf7559acfe2b0e609d29c0d3af61442695 authored about 6 years ago
github.com/terser/terser - f28a288ca52f35d87f34315f39cc061d82b8aa69 authored about 6 years ago
github.com/terser/terser - 60e189855ecc1b9ee6e77d0233a79d98bd30a990 authored about 6 years ago
github.com/terser/terser - bbf1c61e17f922c22fded77724fdb0c3974ce1b6 authored about 6 years ago
github.com/terser/terser - 5069ffadf732d304759cc1b3751b5a532a546ae7 authored about 6 years ago
github.com/terser/terser - 74562db816a0a34f324856a51e2cdda5e392d2af authored about 6 years ago
github.com/terser/terser - 3d24d3ac928967acac63a1601b9c1cbebf57d20a authored about 6 years ago
github.com/terser/terser - 302ffea1a5e964d03b6444b89a59ab405c5e9325 authored about 6 years ago
github.com/terser/terser - 458f76b7bed67bff3150c11be5ba8fdc55ddc4dd authored about 6 years ago
github.com/terser/terser - cd7865071d0dedaaf2d1ad8d4f45946cce987802 authored about 6 years ago
github.com/terser/terser - 43b95a0b2d1b8dd07eb1b9bab7aa30ace86fa0ed authored about 6 years ago
github.com/terser/terser - 1527067b28f17a328b722ac47119f537d4a3fc2c authored about 6 years ago
github.com/terser/terser - 3a27ad310153fee5f68f2a948f8acede98434a39 authored about 6 years ago
github.com/terser/terser - b80730e7d31dd221ea29bcec47d3e70c0bd11f36 authored about 6 years ago
github.com/terser/terser - 34d603de421a6094e0e9a782463827abb1a69d98 authored about 6 years ago
for arrays and object literals
github.com/terser/terser - 28faa49a22992068904cfaa87cd3694492453972 authored about 6 years agogithub.com/terser/terser - 6d364d4cac530106e18229cbcef724c5ef96a4cc authored about 6 years ago
github.com/terser/terser - ad18dba462798d4905800be806d16c05bf311b05 authored about 6 years ago
github.com/terser/terser - 0f18e803e44ad5036bccb8f8948388b5ddb71681 authored about 6 years ago
github.com/terser/terser - 4e9a10f067e9ecdbcc91bca4a6731619604321e5 authored about 6 years ago
github.com/terser/terser - 7f3ec0d3342d624263427ac39ed86b55bebae785 authored over 6 years ago
* don't beautify bundle
* always enable source-map-support in CLI
* remove TERSER_DEBUG from CLI
github.com/terser/terser - 757b0cfe4a1815e8fcbb7b7b81106a192055a3f7 authored over 6 years ago
github.com/terser/terser - 6356a8ea71acc6a843cb53687dca9a09c8071991 authored over 6 years ago
github.com/terser/terser - eb2282882dccdd2908d0f193afc4f20d17483c58 authored over 6 years ago
github.com/terser/terser - 9f3b2fa9aedc7291c467059ccbbf6f63008cb4e2 authored over 6 years ago