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 (#286)

* fix node.key crashing lib/compress

* Add test case for issue 229

github.com/terser/terser - d01eb6f6712e013a652aaf5a09177a018f7ac200 authored almost 6 years ago
Use Set for mangling (#276)

* Use es6 environment for ESLint

* Use Set for mangled_names

* Use Set for property mangling

github.com/terser/terser - 2455944d50dfc90c0ded051403ace9a8f613f477 authored almost 6 years ago
Remove coverage information from README.md

github.com/terser/terser - a09a93fc1cd83ae229278e0edbfe90095d00a8f4 authored almost 6 years ago
Removed deprecated istanbul and unused coveralls (#299)

github.com/terser/terser - 0b1df80e204d6afebc58c9ab89e9fb434fe8eedf authored almost 6 years ago
Remove Spam (#284)

* Remove spam

Removes the 'error' printed when an input source map is provided.

* Update c...

github.com/terser/terser - 85182a8fd8c25bc877d3cd36643530e07a54d9f5 authored almost 6 years ago
Update ISSUE_TEMPLATE.md

github.com/terser/terser - 6c6dc40ae9e6297c52f84508e359901f3849866f authored almost 6 years ago
Replaced indexOf with includes where possible (#271)

github.com/terser/terser - e5ca12e3071a3f0c383124c6b69ad8e50defd644 authored almost 6 years ago
Revert "small refactor"

This reverts commit 57d60ddcd772adca7f8e1f9e02c8d77964de2821.

github.com/terser/terser - d8c0a08e5d9d329b24afea417cb44547c7e31138 authored almost 6 years ago
move compress.js to its own folder to start splitting it into many files

github.com/terser/terser - 406a07a1c1ef9c84639cf8579adb69942b2453c0 authored almost 6 years ago
small refactor

github.com/terser/terser - 57d60ddcd772adca7f8e1f9e02c8d77964de2821 authored almost 6 years ago
remove cringy plug

github.com/terser/terser - 90114d99ebf2476ae7fac8ba3a455fd41cd20f62 authored almost 6 years ago
simplify lib/compress a bit

github.com/terser/terser - 0cf9167c5278986744d6584255e153dd5555fd1a authored almost 6 years ago
Replace array constructor with literal when it's possible (#255)

* 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 (#259)

* Added ability to list files in config

Closes #257

* Fixed eslint errors

github.com/terser/terser - 4189e751c34d409259e8e45daa83c5c89ee598f1 authored almost 6 years ago
Fix for global hasOwnProperty when first argument is object (#261)

github.com/terser/terser - 78e0780981eb4fa33eba210437699675ab71aef5 authored almost 6 years ago
Recursively build list of variables names til AST_Toplevel reached (#262)

* Recursively build var names list til top level

* fixup! Recursively build var names list ti...

github.com/terser/terser - 72e6ee4ca4f0a8d017c85db9512241ac85d6ac4b authored almost 6 years ago
enhance: add more dom props for media api and promise (#267)

github.com/terser/terser - 6356f3930c49fface55033121502be0c84f07dcd authored almost 6 years ago
add functional test to ensure this disaster doesn't happen again

github.com/terser/terser - 4da1b2bb7a9e0bf7a59f604cebc9718848242a9a authored about 6 years ago
update CONTRIBUTING and README

github.com/terser/terser - 228576bd88fbe7741a5e78b405e8951534d5d6b3 authored about 6 years ago
fix import issue

github.com/terser/terser - 03b08760fcac9ee3f633d7c8e82af417c47db4e7 authored about 6 years ago
add PATRONS.md, CHANGELOG.md and README.md to the package, making it easier to read them offline

github.com/terser/terser - a7c394ffd6dc9e82c994ad26dbb4339bff336a63 authored about 6 years ago
update changelog

github.com/terser/terser - 620e1ece0bbc2e5adf331f6f05cb822d3f70aa80 authored about 6 years ago
don't leave globals that are purely accessed as SimpleStatements

github.com/terser/terser - 147bcffdc6dfb52fab11a541924e0bb46a465d41 authored about 6 years ago
update changelog

github.com/terser/terser - ae992fc2b84127f2c46a89988184cc11297560da authored about 6 years ago
Use ES6 modules, build with rollup (#209)

* 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) (#226)

* 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 ago
Add support for sections sourcemaps (IndexedSourceMapConsumer) (#248)

github.com/terser/terser - fffac0b31ff045cb0fe708935555c8a1d884fd1d authored about 6 years ago
Fix parsing of template literals with an escape (#231)

* 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 (#234)

* 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 ago
Fix typo: protoype -> prototype (#232)

github.com/terser/terser - aa574b6a02c6361a52565ffcbd328476f44099ec authored about 6 years ago
update PATRONS.md and README.md

github.com/terser/terser - 3672baaa8834459bb7de7e8d8a649604cda96401 authored about 6 years ago
Update README.md

github.com/terser/terser - 97340a854c1a114cdc2e7ebf987d6f196c800f6d authored about 6 years ago
point out you should add the TERSER_NO_BUNDLE variable for nice stack traces in issues

github.com/terser/terser - 5af454d090ec171f86ffc864d39285c37f2232f9 authored about 6 years ago
update mochallel

github.com/terser/terser - 787c30801d937dd1ef9dac781fc8bfeff9532ea6 authored about 6 years ago
Return mochallel (#228)

* Optimized regexp

* Returned mochallel

github.com/terser/terser - 04305d820dde833f061b0cdaeadc8058e595624b authored about 6 years ago
Fix prepare and test scripts on Windows (#222)

- Updated prepare and test scripts to be able to run on Windows
- Updated Mocha to 5.2.0 (fixed...

github.com/terser/terser - e3ca27c577044b276ea17af87cd1a28bce62597c authored about 6 years ago
Inline spread syntax (#224)

This is especially useful for conditional compilation, where you can now
do things like this:
...

github.com/terser/terser - fde93785419b18f9977d2fa13336d2276a5bdc50 authored about 6 years ago
close #219

github.com/terser/terser - b4dda6d2ccdc94ac42f6dbf459af50ac343f9454 authored about 6 years ago
Fix #207, drop support for Node versions <4.0.0 (#210)

* 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 ago
undocument --beautify

github.com/terser/terser - 675e9035827a9ca8e43ec1d9ce08c1d662017f25 authored about 6 years ago
beta version

github.com/terser/terser - 4cdc10b4f050a504c1f3d06a96d63bf23cc9acff authored about 6 years ago
don't turn ['__proto__']: 1 into __proto__: 1; closes #206

github.com/terser/terser - c55fc3bf22faf7a8c1b8539c5d3f4b5b0ad761aa authored about 6 years ago
uncomment some function tests I commented earlier

github.com/terser/terser - 9f2933a9ec87a7f8b654725cb38f9745fbf74f86 authored about 6 years ago
temporarily revert 842392e

github.com/terser/terser - 7d7b7417968743e98ba3b35ae6e798ebb9966e97 authored about 6 years ago
fuzz.js: Issue 199 is fixed, don't ignore non-existing error (#208)

github.com/terser/terser - fe1a66a7b6acfe7ba2bf15c21298d7af51a167a8 authored about 6 years ago
Update README.md

github.com/terser/terser - b2e0736bb2bc5dadcb7187aa471d30d15cd58154 authored about 6 years ago
disable jetstream just for node 8+

github.com/terser/terser - 3fb9c49cdbe5d9c8c549cf859b0736e4c044965c authored about 6 years ago
turn off jetstream test

github.com/terser/terser - 4c8e02c9513719c357983ed4ee96ca22a8aaaeab authored about 6 years ago
close #192

github.com/terser/terser - 9b98031ccc380f6359915176ce7a622113323af6 authored about 6 years ago
close #203

github.com/terser/terser - 177c06939da00e7c28e37fe78ea5f0f179d917fe authored about 6 years ago
fix join_vars

github.com/terser/terser - 4910a20837b24df60d67023fe3c51786f8f9a618 authored about 6 years ago
close #193

github.com/terser/terser - ab6e5cbe022e55546f65da225691c94a48d86c18 authored about 6 years ago
do not propmangle DOM properties

github.com/terser/terser - e7f6c1eeca9ed4eaa06afcf31db7938d59b0e664 authored about 6 years ago
print empty ifs with an else better

github.com/terser/terser - 842392e59329dc05481dc21f0c5f74f3a2061b6d authored about 6 years ago
update patreon link

github.com/terser/terser - 1d21e45d5068b2f919e7e8e597463c2582cf95e6 authored about 6 years ago
promote patreon in issue template

github.com/terser/terser - 79896d234f73c8b47f4d66bed18b4abb650cdf4f authored about 6 years ago
Fix [.../a/] being a parse error

github.com/terser/terser - 1e8e58f06f611af61fc45300117047fdd6c711a1 authored about 6 years ago
new version

github.com/terser/terser - b902b375e7911b5b1a1dd0fbd0f40ec1b4063ec2 authored about 6 years ago
Make tests compatible with Node.js 12 and prerelease versions (#197)

* make version check work with prerelease versions

semver.satisfies does not match a prerelea...

github.com/terser/terser - 660266873f4d9031636092c9efd1da011f49ba03 authored about 6 years ago
A new ES6 capable fuzzer based on eslump (#198)

11 issue have been identified where acorn is able parse input but terser
fails and 10 issues fo...

github.com/terser/terser - 77b9b29db34b1e67666fef37c68be57d229f87f9 authored about 6 years ago
fix blog url (#188)

github.com/terser/terser - 08cb8ca1bc055fcd81af3adac9ebc22c000e9dc6 authored about 6 years ago
Update README.md (#189)

github.com/terser/terser - c0df5e8515c2fb9f442d5c46f9d130a803f7669e authored about 6 years ago
Add TypeScript definitions (#121)

* Add TypeScript types

* Add types for NodeElement

* TreeTransformer

* TreeTransformer ...

github.com/terser/terser - d1113aca828c67d24bba3be574accc9439f32131 authored about 6 years ago
notes about source-map-support (#185)

* notes about source-map-support

* update issue template and readme

github.com/terser/terser - e23bc08ac77fc30b55371daa962e44cf56e44fb5 authored about 6 years ago
add script to write patrons

github.com/terser/terser - e581abdf7559acfe2b0e609d29c0d3af61442695 authored about 6 years ago
make patrons a list

github.com/terser/terser - f28a288ca52f35d87f34315f39cc061d82b8aa69 authored about 6 years ago
fix patron

github.com/terser/terser - 60e189855ecc1b9ee6e77d0233a79d98bd30a990 authored about 6 years ago
add logo to README

github.com/terser/terser - bbf1c61e17f922c22fded77724fdb0c3974ce1b6 authored about 6 years ago
close #186

github.com/terser/terser - 5069ffadf732d304759cc1b3751b5a532a546ae7 authored about 6 years ago
update PATRONS.md

github.com/terser/terser - 74562db816a0a34f324856a51e2cdda5e392d2af authored about 6 years ago
plug PATRONS.md

github.com/terser/terser - 3d24d3ac928967acac63a1601b9c1cbebf57d20a authored about 6 years ago
improve patreon plug

github.com/terser/terser - 302ffea1a5e964d03b6444b89a59ab405c5e9325 authored about 6 years ago
add PATRONS.md

github.com/terser/terser - 458f76b7bed67bff3150c11be5ba8fdc55ddc4dd authored about 6 years ago
mangle toplevel export default function and class names (#179)

github.com/terser/terser - 43b95a0b2d1b8dd07eb1b9bab7aa30ace86fa0ed authored about 6 years ago
fix top_retain TypeError exception (#184)

github.com/terser/terser - 1527067b28f17a328b722ac47119f537d4a3fc2c authored about 6 years ago
fix function `inline` within class extends (#176)

github.com/terser/terser - 3a27ad310153fee5f68f2a948f8acede98434a39 authored about 6 years ago
add patreon note

github.com/terser/terser - 34d603de421a6094e0e9a782463827abb1a69d98 authored about 6 years ago
fix corner case in `reduce_funcs` (#173)

for arrays and object literals

github.com/terser/terser - 28faa49a22992068904cfaa87cd3694492453972 authored about 6 years ago
have `inline` and `reduce_vars` respect `top_retain` (#162)

github.com/terser/terser - ad18dba462798d4905800be806d16c05bf311b05 authored about 6 years ago
fix mangle of import/export symbols with name cache (#166)

github.com/terser/terser - 0f18e803e44ad5036bccb8f8948388b5ddb71681 authored about 6 years ago
test against issue in uglifyjs

github.com/terser/terser - 4e9a10f067e9ecdbcc91bca4a6731619604321e5 authored about 6 years ago
bundle improvements (#159)

* don't beautify bundle
* always enable source-map-support in CLI
* remove TERSER_DEBUG from CLI

github.com/terser/terser - 7e3ee02bcefc03648dbf4cdcf92036467c5adc09 authored over 6 years ago
compress dist library to speed up uglifyjs

github.com/terser/terser - 757b0cfe4a1815e8fcbb7b7b81106a192055a3f7 authored over 6 years ago
update mochallel

github.com/terser/terser - eb2282882dccdd2908d0f193afc4f20d17483c58 authored over 6 years ago