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

Deploy website

Deploy website version based on cc5d2dc90cc9ff022a6dd8127e4233876cd2948d

github.com/terser/terser.github.io - f9f4c1cfa45a4e3bb1df13befeb6d26b5adc1449 authored over 5 years ago
chore: setup cname

github.com/terser/website - cc5d2dc90cc9ff022a6dd8127e4233876cd2948d authored over 5 years ago
Deploy website

Deploy website version based on 7ced3ec69d90040c0973ed948168de123fbb11f8

github.com/terser/terser.github.io - 5313da4f0073a29677b18ebafad6ef447bc4b62e authored over 5 years ago
chore: setup docusaurus and add some content

github.com/terser/website - 7ced3ec69d90040c0973ed948168de123fbb11f8 authored over 5 years ago
Refactored TreeWalker to ES6 class (#394)

github.com/terser/terser - bcd47eda06544d9ed9494e52fe5e5cae40155a45 authored over 5 years ago
add a test to avoid this nonsense happening again

github.com/terser/terser - 443bf1716c6a89fcccf7ac947c72dc4a6dc3f581 authored over 5 years ago
update changelog

github.com/terser/terser - 8aedb30f48b7e772431fd15123099ad1b2f07c81 authored over 5 years ago
Fix self.args_as_names error (#395)

github.com/terser/terser - 9ac891e9fe5a50e91f2104a7af4cb7488847d087 authored over 5 years ago
update changelog

github.com/terser/terser - d8ac9f7bf21e3f79cb81fd280eff1a53d4de40bb authored over 5 years ago
still check AST_Lambda since AST_Scope is also inherited by AST_Toplevel

github.com/terser/terser - fae2ab091e02ee02db49526e3d35f4211b61745b authored over 5 years ago
Rewrite element instaed of splice (#392)

github.com/terser/terser - 2ab1b11f33ffc2f889cb578172e669775e03a5db authored over 5 years ago
update changelog

github.com/terser/terser - 3d7417d917a635ca2a0860b05d230b9d67ea2864 authored over 5 years ago
update package-lock.json

github.com/terser/terser - 9840457b261608bd81b9aa2b8203169b5574b39b authored over 5 years ago
Improved inline efficiency (#320)

* Don't load source map until the JS source is fully received

* Improve inline efficiency

...

github.com/terser/terser - 7bc75ab296d54112a49f0dcbf7b3b555f011a335 authored over 5 years ago
Added support for BigInt (#325)

github.com/terser/terser - 4feda218f3334561556c3e90ee1865432b8722ae authored over 5 years ago
Refactored Compress to es6 class (#391)

github.com/terser/terser - d50004629dd1f25099b849cf2c53477aa5bfe05f authored over 5 years ago
Cache args_as_names (#389)

* Cache args_as_names

* Get rid of checking AST_Lambda

github.com/terser/terser - 89ec959e8c7ac901733746bcfce1835fdb9d5837 authored over 5 years ago
Move first_in_statement out of utils (#377)

github.com/terser/terser - d8ff95bd670c14c726920d5b3ccd72c741e794f4 authored over 5 years ago
Replace merge Fn with Object.assign (#387)

github.com/terser/terser - 16536e7d4ac2548ee13b3d4297a8b3da5c0b66aa authored over 5 years ago
Fixed issue with producing broken code when minifying ESM (#388)

github.com/terser/terser - f0ac2dfda94ca8581bf5605fa1c09fe6c98e6acd authored over 5 years ago
Use native Array's some find methods (#383)

github.com/terser/terser - c4c9b637928b9dda7067ee78bf2c7b68144f5e6f authored over 5 years ago
Use array every instaed of all (#384)

github.com/terser/terser - 4293995cebd0d05bd0921a980d7b2ffadd40700a authored over 5 years ago
Update mocha and mochallel (#386)

github.com/terser/terser - 4ed210149fb54a9c86b74681c5178d69a56c7286 authored over 5 years ago
update changelog

github.com/terser/terser - 7e8d583e90cb4045f5c0224af6247ab180c246c8 authored over 5 years ago
update package-lock.json

github.com/terser/terser - d4912021e3a63505fd32f3e91104282dcdd5617e authored over 5 years ago
Revert "Fix compressed source-maps have non-terminated segments (#342)" (#381)

This reverts commit 7d47254125d8dc3c6eb9f762e42a675ff9582b13.

github.com/terser/terser - 7c1e9cceabf445e228f28496d7af37f76129c14a authored over 5 years ago
remove appveyor.yml

github.com/terser/terser - 61f1fe54a82f26da5b28887c2af9581aca271837 authored over 5 years ago
update changelog

github.com/terser/terser - 77c1f3341651cd1905fc8d2890119be0e4117000 authored over 5 years ago
Get rid of regexp for checking @ (#373)

github.com/terser/terser - 4d2fb8e695e9664610ec6f1fca5762d04a7e6434 authored over 5 years ago
Optimize has_nlb function (#374)

github.com/terser/terser - 69520b9cd5197d016b036e9922d67100ad1612ef authored over 5 years ago
Redo custom errors with ES2015 classes (#376)

github.com/terser/terser - 8075347e66574c1056672b0d07a8361205d79321 authored over 5 years ago
add MutationObserverInit props (fix #327)

github.com/terser/terser - 7138648fe67e1d19e8a7279cd86ea8cb2b16090a authored over 5 years ago
remove reverse cookie theft

github.com/terser/terser - fe94d832a4f6820c323136d43f29c7d2de17e66b authored over 5 years ago
Get rid regexp for checking $ (#372)

github.com/terser/terser - 4e732d80c78f8c506b6220c79dac1f56e44b7f08 authored over 5 years ago
export everything in lib/ast.js from main.js (closes #351)

github.com/terser/terser - 2cc07bcc7c36eccf96f53c9972f972e532cb9ad9 authored over 5 years ago
Revert "remove unused variable"

This reverts commit 0e9d601e5684b5a4689527cab21f0c26ea09ca29.

github.com/terser/terser - 5cf0113e80d4002aac425bce18c3fc5008dafd55 authored over 5 years ago
remove unused variable

github.com/terser/terser - 0e9d601e5684b5a4689527cab21f0c26ea09ca29 authored over 5 years ago
implement JSON ⊂ ECMAScript, which makes ES a superset of JSON

github.com/terser/terser - 503ab44b9dcc8379d541fac31f982f7f0501c24b authored over 5 years ago
Use native string repeat (#370)

github.com/terser/terser - cf95b65998f0770f54e5ba0ab136f97b995aef7a authored over 5 years ago
Fix typo in `keep_fnames` documentation (#368)

It says class names, when it means function names.

github.com/terser/terser - f7ec62ad58eb78fe380717e9348625767f51db64 authored over 5 years ago
Fix default function params from Acorn AST (#360)

* Fix default function params from Acorn AST

* Fix test description

* Fixup

github.com/terser/terser - 937feae204d7e20f32a21324a99957dfdc25e486 authored over 5 years ago
Fixed expectation to make tests pass on Node 12 (#362)

github.com/terser/terser - eaba5f076da7fb6e85ea11f2caa2b0e7eb5ca37c authored over 5 years ago
PATRONS.md update; added no-tabs rule to eslint

github.com/terser/terser - 0dbd75572d3d3799f92ffc9a3d92bf3991237847 authored over 5 years ago
node 11 has reached end of life

github.com/terser/terser - 0a671f28a5a73836b99b9429e3e94521f6656241 authored over 5 years ago
Fix compressed source-maps have non-terminated segments (#342)

Currently when `terser` compresses a given input file that comes
with a source-map, but the sou...

github.com/terser/terser - 7d47254125d8dc3c6eb9f762e42a675ff9582b13 authored over 5 years ago
fix old-school each() call

github.com/terser/terser - 1a6e1d7b803adaf1fc0ee55cf901521562e29564 authored over 5 years ago
Compression function inlining/flattening argument/var names colliding with argument values inner scopes (#307)

* Compress lib changed to account for overriding of names in inner scopes of arguments when flat...

github.com/terser/terser - 936a7cba210301a4e870694d5d088447285f91b4 authored over 5 years ago
update changelog and readme for new version

github.com/terser/terser - 0985279ffd3c02c0c8723fd9149351c760e77d98 authored over 5 years ago
update patrons

github.com/terser/terser - bc87f4784d9de6553bdc5667ce6422b324f37292 authored over 5 years ago
fix #281 (#319)

* fix #281

* revert: change version

github.com/terser/terser - b3c4c42d13f6bd65450f67b6263e78af27fed51d authored over 5 years ago
Added ability to use pattern string as input for mangle-properties regex (#317)

github.com/terser/terser - 0de48f79c2f21ced57165e4f9310001e8fefe2fe authored over 5 years ago
Update ISSUE_TEMPLATE.md

github.com/terser/terser - ddf6a4a47d7b043d763dd36be2f6e69570fe4e24 authored over 5 years ago
Fixed corner case with var_names (#339)

Fixes #334

github.com/terser/terser - 96512324543141b391b80f3aa2d9c33880220a89 authored over 5 years ago
Allow for custom funcs on Object.prototype (#341)

Resolves https://github.com/terser-js/terser/issues/332 to allow for functions added to the Obje...

github.com/terser/terser - 83c52a1fd9decc67b7efe6d9a7fd342ac3a759b8 authored over 5 years ago
Use ES6 Set for makePredicate (#337)

github.com/terser/terser - 54bd01224349c870db97ea3522be8f43e6771529 authored over 5 years ago
Move map_from_object to test-only APIs (#315)

github.com/terser/terser - 21cd1dc036e38d2390bbc4b326d71bdb47c605cb authored over 5 years ago
fuzz.js: Ignore an error where Acorn is stricter than Terser at parsing (#344)

Was introduced with ugprade to Acorn 6.1.1.

github.com/terser/terser - 79f82db3f7ac17ad0ff10a10f828c4ef35d84469 authored over 5 years ago
Fixed overshadowing parent function parameters (#287)

github.com/terser/terser - fbebaaff9ff021bd46cc4dcb344348f3fbb3b57b authored almost 6 years ago
investigate GitHub Pages not showing up on Google (#1018)

github.com/terser/html-minifier-terser - 51ce10f4daedb1de483ffbcccecc41be1c873da2 authored almost 6 years ago
restore /tests on GitHub Pages (#1017)

github.com/terser/html-minifier-terser - 69e1ba975fa1e0579318b7c07a08316a61bb0a92 authored almost 6 years ago
handle custom fragments within CSS/JS correctly (#1015)

fixes #1001

github.com/terser/html-minifier-terser - 583e0861ee852a76acb1e8ec00b3de35a024927d authored almost 6 years ago
minify Content-Security-Policy (#1014)

fixes #947

github.com/terser/html-minifier-terser - 47b70420c99fb98dc74e2d0f920181bfc9dce37e authored almost 6 years ago
new patrons; fix patreon links

github.com/terser/terser - 9ca4b8be3c85453ae4c812090afd993efcec238f authored almost 6 years ago
Update Jekyll's ignores. (#1013)

github.com/terser/html-minifier-terser - c810fa35ba007978c6f07b022cc6f1e9553889d3 authored almost 6 years ago
Remove eslint-plugin-no-use-extend-native. (#1012)

It was accidentally added.

github.com/terser/html-minifier-terser - f3f080c40068292b5c8236c9570c98382c51f0c0 authored almost 6 years ago
Update .gitattributes. (#1011)

Requires git >= 2.10.

github.com/terser/html-minifier-terser - da5c7a5359b1508e9d3032666dc8e344664b6e39 authored almost 6 years ago
Travis: remove only gh-pages branch. (#1010)

github.com/terser/html-minifier-terser - c3a9ab70553f21fdcb5780889e89de6c8ea51266 authored almost 6 years ago
Drop Node.js < 6 support. (#1008)

It's ancient and should not be used in production.

github.com/terser/html-minifier-terser - 5342a065df366c7aeb31822ad53cd5aa427d41ea authored almost 6 years ago
Update .travis.yml (#1006)

Remove unneeded stuff and add Node.js 10 and newlines.

github.com/terser/html-minifier-terser - df65c0cfeaaff7968b54c372b6088bcabadba227 authored almost 6 years ago
implement `continueOnParseError` (#1004)

Allow parser to recover and treat invalid characters as text.

Previously, all invalid input w...

github.com/terser/html-minifier-terser - ce0e834891675f45dc60ab6128e61a0a25d0d199 authored almost 6 years ago
use semver operators for dependencies (#1003)

Also relax version ranges from patch to minor.

github.com/terser/html-minifier-terser - fe4f5f83211a572947a61074f61558829c4abcb0 authored almost 6 years ago
update dependencies (#1002)

commander 2.19.0
grunt-contrib-uglify 4.0.1
gruntify-eslint 5.0.0
uglify-js 3.5.1

github.com/terser/html-minifier-terser - 862d6a48c37d75453ceabc3de2265255c2365878 authored almost 6 years ago
add `keep_quoted=strict` mode (#310)

github.com/terser/terser - cc00e783714c16b61288ec3233a6ca38b3de5cf6 authored almost 6 years ago
fix optimization of `Array` and `new Array` (#314)

* fix optimization of `Array` and `new Array` (#312)

* tidy AST_New optimization

github.com/terser/terser - 5b41f4fab1a19c8c85cfe45416afc544967ec979 authored almost 6 years ago
Replace Dictionary with ES2015 Map (#300)

* Use Map for name cache

* Use Map for labels in figure_out_scope

* Use Map for AST_TopLev...

github.com/terser/terser - a506124f8a3d418356bc3807de52063102e47b9c authored almost 6 years ago
show better diff when expected source maps differ (#302)

* show better diff when expected source maps differ

* deepStrictEqual

github.com/terser/terser - ba1fb4505ab38fbd7340c34e3c5c5fd30ee19abb authored almost 6 years ago
Exclude APIs required only for tests from main bundle (#288)

github.com/terser/terser - 1e8c6e224c383bf5080cbf5a319d3acf3b419cda authored almost 6 years ago
Fixed help command (#270)

Command: `terser --help options`
Actual: Error message
Expected: Help message

github.com/terser/terser - 6fe56db4d6daef858c3e5a0162d2f2d7e1766d51 authored almost 6 years ago
fix: add missed type defines (#291)

ref: https://github.com/terser-js/terser#compress-options

github.com/terser/terser - bda2dd5f7a0140700e31d0bf069071983f7b2aaf authored almost 6 years ago
stop empty lines being emitted when using max_line_len (#309)

github.com/terser/terser - 9aef7ce316751581f979e2a51a233c7f91bb436c authored almost 6 years ago
changelog

github.com/terser/terser - 6a5aabb36da69efa5921156d2e6eb1bc490a9aeb authored almost 6 years ago
add more information about how --mangle-props can be used

github.com/terser/terser - 1d7ed7d407becb976d8799366a19ebc179744181 authored almost 6 years ago
change prepare script to remove dist/ folder

github.com/terser/terser - e0fdd48b0ba2eaad21ab4005c1722769e07c3fba authored almost 6 years ago
don't beautify when -b is passed without beautfy=false

github.com/terser/terser - 857ea58cf0ddd0e4cc47c77ce78ca16c6938ac1d authored almost 6 years ago
Revert "don't beautify when -b is passed without beautfy=false"

This reverts commit 4f745a101e3f658aff7686734466b726dda9767b.

github.com/terser/terser - fcfc4339f8fbeab4a9b13995839a241150540e36 authored almost 6 years ago
Revert "undocument --beautify"

This reverts commit 675e9035827a9ca8e43ec1d9ce08c1d662017f25.

github.com/terser/terser - 4e2e793fd2222dad4e9a12f8681f25095041b4b5 authored almost 6 years ago
remove maintainers from old fork

github.com/terser/terser - 991062e98ee63cf7632b2131cb6c7005454ce04e authored almost 6 years ago
Compress numbers (#274)

github.com/terser/terser - 6aa838e91badbd1c5b7ffa7b118fd22f598a688a authored almost 6 years ago