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

more efficient fix for `inline: 3` loop bug (#154)

github.com/terser/terser - 623cc65daedda6fa9703bb4b0569148839a9e988 authored over 6 years ago
Revert "turn i += 1 into i++"

This reverts commit 5f40c179c0201372529d5ce3e06ba2790df5d02c.

github.com/terser/terser - 8f98ccf84d3a5df3ff0be03bf54273b0e5e0c492 authored over 6 years ago
remove duplicate tests

github.com/terser/terser - 968eca9439af5924e7f9764ed3f784c4c929a6b8 authored over 6 years ago
remove extraneous dep

github.com/terser/terser - 950b2ea161682487a38ff51337fa04cab2869255 authored over 6 years ago
turn i += 1 into i++

github.com/terser/terser - 5f40c179c0201372529d5ce3e06ba2790df5d02c authored over 6 years ago
make tests for syntax errors not call the binary (#145)

* make tests for syntax errors not call the binary

* make tests faster by splitting cli tests...

github.com/terser/terser - b1042bfdc0e9c6baceef598a5d332f0b7088caf1 authored over 6 years ago
fix `inline: 3` loop bug (#152)

github.com/terser/terser - 0ad62120d6567e95e25909bef66e3d29120a128e authored over 6 years ago
revert test/run-tests.js to an old version. Closes #151

github.com/terser/terser - bdb4bad5f83c020b8b965e9095cf8a5c38a76b45 authored over 6 years ago
ignore file another way

github.com/terser/terser - c5e49c088c6e904d13c336a5d7ad82739665f3d7 authored over 6 years ago
ignore instrumented coverage file

github.com/terser/terser - 16661a240b7e494aaef771b99adff5b2c59b370c authored over 6 years ago
Fix `keep_fnames` regex use in combination with `reduce_vars` (#140)

Use case:

minify(code, { keep_fnames: /regex/ })

The regex gets forwarded to both `man...

github.com/terser/terser - 3c59d40c1a16960df8c658028074ddd6aa730652 authored over 6 years ago
enable `test/jetstream.js` on node 10 (#146)

resolves #56

github.com/terser/terser - 8c1f2ad20ac5334902d96447056979c7599c5dc6 authored over 6 years ago
add TERSER_NO_BUNDLE=1 support to terser CLI (#148)

to aid debugging of releases and local development

github.com/terser/terser - 162cf718f27f58f50d2b1dcc9f1e639e63baeb8b authored over 6 years ago
Revert "speed tests up by parallelising them" (#143)

* do not use .then

* update mochallel

github.com/terser/terser - 5a055834c83a4f055c6e40e9f81d987f7e786fba authored over 6 years ago
Fix escape code regressions in template literals and close #136 (#137)

* fix escape code regressions in template literals

* Add more tests, and check octal escape u...

github.com/terser/terser - 9380b300c720afe163c1d42f1dadf8803b71fc82 authored over 6 years ago
test node 11 (#142)

* test node 11

* keep node 10

github.com/terser/terser - b519eaba7c10d13b204d9a5573d2a62cdd367437 authored over 6 years ago
have `drop_console` ignore argument side effects as documented

github.com/terser/terser - 507070a235ec9d0a7b06be4722d654013ba2870c authored over 6 years ago
Support <!doctypehtml> in the parser

github.com/terser/html-minifier-terser - c6ecb909c927e3a09a371a38dbba0cef9f9e61bc authored over 6 years ago
Merge pull request #970 from mathiasbynens/doctype

Use <!doctypehtml> (without the space) where possible

github.com/terser/html-minifier-terser - f62599137733839e02e363ab61a3202f7d427626 authored over 6 years ago
Merge pull request #965 from mathiasbynens/fix-ampersand

Prevent data loss when using `decodeEntities`

github.com/terser/html-minifier-terser - cf55c51193431dfd22500a9f93048857e6d1ef85 authored over 6 years ago
add missing module

github.com/terser/terser - 211d829e65008f029f36058aefc60ca6d3985580 authored over 6 years ago
add missing module

github.com/terser/terser - 1993f8e89e864d8219d875dcca6d48155e39e916 authored over 6 years ago
speed tests up by parallelising them

github.com/terser/terser - 58d6d326c32d754d46db23a78b0dd25166030fd7 authored over 6 years ago
fix template string failures

github.com/terser/terser - 4b550ca6d947ae77a71baef24e10c4c528bb8e48 authored over 6 years ago
Revert "close #129"

This reverts commit 5ea6134ca8fe33718cb21fe1045fb570d7f5b5b8.

github.com/terser/terser - 075a6f98ec71647c32ca9489afed3c3b34cb65ab authored over 6 years ago
apply @kzc's patch and close #130

github.com/terser/terser - 031ffafe2e48c58b83eb7fdf2a886ee1baa53111 authored over 6 years ago
apply @kzc's patch and close #127

github.com/terser/terser - 4577409737e7708ad19d3a0f35be7b7b5871be7b authored over 6 years ago
add @kzc's patch

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

github.com/terser/terser - 287606c11407ecabaf19cec42fc5df9b92b0bc13 authored over 6 years ago
update mochallel

github.com/terser/terser - c6cf812268771bd4f6912e9c1c9264ae449224bb authored over 6 years ago
update mochallel#

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

github.com/terser/terser - 08839648e4bb0493abd32fa97cf736ec9291e4a6 authored over 6 years ago
update mochallel

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

github.com/terser/terser - 3d1590c87376cb5666be361d5653db0a405923b0 authored over 6 years ago
update mochallel

github.com/terser/terser - 71bd5065b469c0620383cfb5d821990225b04d94 authored over 6 years ago
increase timeouts

github.com/terser/terser - bc4c93f1d35bfc6f397d38d0e7b284f6d18f34ea authored over 6 years ago
extend timeouts

github.com/terser/terser - 0fc3f306dd59aa32be2982000e298a2f56eaca07 authored over 6 years ago
update mochallel

github.com/terser/terser - 5e71ffaad37748786f3138527f66bf01e1fec85a authored over 6 years ago
update mochallel

github.com/terser/terser - 971bc71ac7e0bbcc6ce51d252ec58f5ebcd05711 authored over 6 years ago
parallelise tests with mochallel

github.com/terser/terser - a2d533f8b37a647d8d87ae81e7899028de17fb37 authored over 6 years ago
run benchmark on less node versions

github.com/terser/terser - 8d5c8105e146cd78b92b155576eb6f2f30595eee authored over 6 years ago
remove self option

github.com/terser/terser - f5f769c4fdb8ff9bd11faa3e2290adc8399a4fcb authored over 6 years ago
use bundle.js in CLI when available

github.com/terser/terser - 22866a319ae4a864fe63f614c1c9337364d41b4b authored over 6 years ago
Accept regex in mangle keep options (#125)

* add test cases

* check if option is regex and test it against the symbol

* update docs w...

github.com/terser/terser - af2777930eedfe5f8ee5f01adfb432ceb21ba3e7 authored over 6 years ago
Revert "parallelise mocha tests"

This reverts commit b33c968159f23e8af6ace802b7124980452812c4.

github.com/terser/terser - 923f16f1e026a6963d1de564cc9c4b2d162daa6b authored over 6 years ago
Revert "re-enable mocha tests"

This reverts commit e660db666f2fa479a150ffdfc833b392f64f3e3a.

github.com/terser/terser - 2d1072329c888f5e9f3c7cbe2e925e725c0544e4 authored over 6 years ago
Revert "extend test timeout"

This reverts commit 26e5aede559c4df51cf915d45d09b66ba22549da.

github.com/terser/terser - dbb0658e578c6432feee02fcc56c0ae57e59ee74 authored over 6 years ago
extend test timeout

github.com/terser/terser - 26e5aede559c4df51cf915d45d09b66ba22549da authored over 6 years ago
re-enable mocha tests

github.com/terser/terser - e660db666f2fa479a150ffdfc833b392f64f3e3a authored over 6 years ago
parallelise mocha tests

github.com/terser/terser - b33c968159f23e8af6ace802b7124980452812c4 authored over 6 years ago
do not use ES6 find function

github.com/terser/terser - 9ce213bd5f67b80e965e6b778e2d064cf5635f23 authored over 6 years ago
double timeout on let test due to instrumented code

github.com/terser/terser - 1328aec5f54dcf958683c622dc3a92b8ba89f75f authored over 6 years ago
fix coverage code

github.com/terser/terser - 0956f8df0a9cc6f0ba94e8bce5b66c6cc12d6f56 authored over 6 years ago
coverage report

github.com/terser/terser - 7466d752dfe794b158a615e19b802622aaf3398a authored over 6 years ago
add booleans_as_integers option, to turn true and false into 0 and 1, and make comparisons with them non-strict

github.com/terser/terser - fb40fde95a44dbe0ba29bf45c241591d68ab9229 authored over 6 years ago
don't decrease debuggability of compressed code by obfuscating symbols

github.com/terser/terser - 1d600780e3208637e506a849d831be640d94d206 authored over 6 years ago
Use <!doctypehtml> (without the space) where possible

When both the `useShortDoctype` and the `removeTagWhitespace` options are enabled, we can remove...

github.com/terser/html-minifier-terser - 7e8406e3244d09197f440b5ef1736e99e2c37c13 authored over 6 years ago
go back to mocha 3

github.com/terser/terser - 3cc24438b2c6a8a4a97eddfcbfba2e478be67840 authored over 6 years ago
update vulnerable dependencies

github.com/terser/terser - 18d5080ce95dcc794f728203a20dab05f95bea12 authored over 6 years ago
Prevent data loss when using `decodeEntities`

Without this patch, the `decodeEntities` option decodes e.g. `&amp;` even in cases when doing so...

github.com/terser/html-minifier-terser - 9b0c7ccf7c664ef7a991d7945318d1398cfc4cfd authored over 6 years ago
close #177 with patch from @kzc

github.com/terser/terser - b9089cc2d3b30cf309e8f70ca1325582eb2b4db0 authored over 6 years ago
drop empty object destructure decl when `pure_getters` true (#116)

github.com/terser/terser - 893835f7a4b3257a95abdeb55d7c0ccc290fb2cf authored over 6 years ago
add build status

github.com/terser/terser - 5a25305ac121a4c45bdd0801bae33c7ffd925e4e authored over 6 years ago
add ability to test parse errors with `expect_error` (#115)

github.com/terser/terser - 217111950ff5cc325317a3f2a8b55f74ac0b4ec5 authored over 6 years ago
fix `unused` decl with side effect followed by destructuring decl (#113)

github.com/terser/terser - 835a510815ef9ee1f34e44644058f634a5c3ce22 authored over 6 years ago
fixed documentation (#112)

github.com/terser/terser - ffb6e6ee8b177a103505c938298f8e11a7e2025d authored over 6 years ago
drop `unused` destructuring declarations when `pure_getters` enabled (#109)

github.com/terser/terser - 161167b084e22f2dd484bee8c5a423368b8c43f7 authored over 6 years ago
do not mangle computed properties and handle numeric keys (#110)

github.com/terser/terser - be6c3845f05d115348665320702a9940438ee70b authored over 6 years ago
fix documentation bug (#103)

- @see https://github.com/mishoo/UglifyJS2/issues/3248#issuecomment-418411148
- `arrows` compre...

github.com/terser/terser - aafbf32dc2234bd2c4d2a70f45d6cc0c43436cc1 authored over 6 years ago
fix tests for new acorn version and close #102

github.com/terser/terser - ff31aa94c8f8cfd2438c362cc8711341e615e0d0 authored over 6 years ago
fix parsing statement mistaken for a directive (#100)

github.com/terser/terser - 29ae9142f83779b712b024fe71ff1fa1d15e889c authored over 6 years ago
add support for async generator methods (#98)

fixes #97

github.com/terser/terser - b70cadd77328fbb7722da2bd66edea1e3501a777 authored over 6 years ago
handle `clean-css` errors correctly (#955)

Latest version of `clean-css` no longer throws processing errors.

github.com/terser/html-minifier-terser - df720b32ffdcda11025a75dc57acef4210a031f4 authored over 6 years ago
fix STDIN handling of CLI (#956)

Fix a bug where input from STDIN is ignored even if no input files are specified on the command ...

github.com/terser/html-minifier-terser - dcb6941e79ae1545840b3d26c216f1a2cc294bc9 authored over 6 years ago
fix `--minify-urls` in CLI (#957)

Fix a bug where the "--minify-url" command-line option was ignored.

github.com/terser/html-minifier-terser - 1f8df449994098c655f9e48b6eac4322577600d0 authored over 6 years ago
Update README.md (#954)

github.com/terser/html-minifier-terser - 2d34ad59c03204eb74ce5cc50a5630143499c02a authored over 6 years ago
enhance `ignoreCustomFragments` in `minifyCSS` (#950)

fixes #928

github.com/terser/html-minifier-terser - 6c237eb80858b810aea9086973b30104709cefdc authored over 6 years ago
update dependencies

clean-css 4.2.1
commander 2.17.1
grunt-contrib-uglify 3.4.0

github.com/terser/html-minifier-terser - 725afd5f48269d67242079a1e5504f8f546a305c authored over 6 years ago
incorporte changes to tests from fc78423

github.com/terser/terser - 7099adf5e2877be2ef7d623341aca2726ee81915 authored over 6 years ago