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

incorporte changes to tests from fc78423

github.com/terser/terser - 7099adf5e2877be2ef7d623341aca2726ee81915 authored over 6 years ago
link to proof that uglify-es is not matinatined

closes #90

github.com/terser/terser - f9eaf2919416e8feef0a76ae1620d34cc1112c6a authored over 6 years ago
fix associativity of exponentiation operator (#88)

fixes #86

github.com/terser/terser - 21e5b66c9f0a5eae5d3337c12930b25cb89d33c5 authored over 6 years ago
fix corner case in `global_defs` (#3218)

fixes #3217

github.com/terser/terser - e239197df59cd860cf9c1764a12fc0fa691a0581 authored over 6 years ago
apply @kzc's fix for #87

github.com/terser/terser - 1cc2acfc21a930964caad1d0cc0a59712d4df8ab authored over 6 years ago
deprecate preserve_line option

github.com/terser/terser - fc260abdaa6d9467c9fe23500120f2d435d37b43 authored over 6 years ago
Revert "fix corner cases in `preserve_line` (#3212)"

This reverts commit 6a60eeac78b346bbddcadee4cf026ee64ed564be.

And closes #85

github.com/terser/terser - caad9c306fe4d9db5bbf38a1e4fdf3b6c90e39b5 authored over 6 years ago
fix corner cases in `preserve_line` (#3212)

github.com/terser/terser - 6a60eeac78b346bbddcadee4cf026ee64ed564be authored over 6 years ago
Revert "remove lint upon commit due to virus in eslint-scope" (#84)

This reverts commit ad50c47365431aebd25f1eee20dc0bd054fc6ef0.

github.com/terser/terser - 941d5ee9a5df2b7ce96606cb9de9d6e3a3b3341e authored over 6 years ago
remove lint upon commit due to virus in eslint-scope

See: https://github.com/eslint/eslint-scope/issues/39

github.com/terser/terser - ad50c47365431aebd25f1eee20dc0bd054fc6ef0 authored over 6 years ago
new regex 's' flag

github.com/terser/terser - 3eb85571668fd990d4e5baaff512b2167ad8164d authored over 6 years ago
fix corner cases in `maxLineLength` (#945)

Split lines precisely under `htmlmin:ignore` or `ignoreCustomFragments`

github.com/terser/html-minifier-terser - 4d5283ddf414b3d4eba0d40ca9f01333ac3aedfc authored over 6 years ago
fix handling of default function parameters by `unused`

github.com/terser/terser - d8800dd2b7c24286ac103c1830cb441ac2fe48ec authored over 6 years ago
use lower case in `useShortDoctype` (#944)

fixes #822

github.com/terser/html-minifier-terser - 57bebd5d484b3ca25d9fd2e75fe7bc6b9773f0aa authored over 6 years ago
Use https when possible. (#943)

github.com/terser/html-minifier-terser - f9c6ed996c27daf63dff159e00a8f32602f63291 authored over 6 years ago
[cherry-pick] fix corner case in `unused`

(code style changes to tests)

github.com/terser/terser - b495a46f54cb7d4c23efacb175e019e80825f08d authored over 6 years ago
add class literal support to source maps

also fix unrelated mocha test related to `directives`

github.com/terser/terser - c9aadbdbed73d05d9e89655fe8a6a136edfcefc7 authored over 6 years ago
[port] fix corner case in `unused`

https://github.com/mishoo/UglifyJS2/commit/5ffc17d4a

github.com/terser/terser - 5b427290ebde19b6e611187181d968378bfe7be3 authored over 6 years ago
implement `directives` (#3203)

fixes #3166

github.com/terser/terser - dcccb6059ee4223bdeee8ebbad7bd95aae19d6d9 authored over 6 years ago
[port] improve tests (#3195)

github.com/terser/terser - 1442a0fb5601ab7cd4fd5ceb091a7358d5e3bda8 authored over 6 years ago
update package-lock.json

github.com/terser/terser - 330076f58dfe5895efc4320c2443aa297ec12493 authored over 6 years ago
update dependencies

github.com/terser/terser - 6207ae576483f863382ea4b80948bd24c889a276 authored over 6 years ago
[port] improve source map granularity (#3030)

github.com/terser/terser - d7bb44bf900ecea0ebd262619ffb648be022cd65 authored over 6 years ago
generate source map for browser bundle upon prepublish

- browser bundle works with JS bundlers as well as with
an HTML <script> tag using the global ...

github.com/terser/terser - 07e1cb84aadeb1f7e79f16535ee6af4c46e91b03 authored over 6 years ago
update dependencies

commander 2.16.0

github.com/terser/html-minifier-terser - 68c978c2318d453850024a2ef5a07dcfd5a59439 authored over 6 years ago
refine function `inline` of destructuring declarations

improves #70

github.com/terser/terser - e9a4857b0f070b729358bf482a3a69cc11561068 authored over 6 years ago
fix function `inline` of destructuring declarations

github.com/terser/terser - 24518ddb0906d0f0ca13592a066c926ac7e827cc authored over 6 years ago
add test for AST_RegExp.value.raw_source

remove unused AST_RegExp.raw property

github.com/terser/terser - 0c115b341e7c6d4ac6d2a3a3ca3d7f439f556538 authored over 6 years ago
revert fafc6993a9 clean up regex code

fixes #67

github.com/terser/terser - d9a45000e02a984988fa840887d286b45e544047 authored over 6 years ago
handle corner case when parsing DOCTYPE (#939)

fixes #938

github.com/terser/html-minifier-terser - f35628adff10f218101a334125e8640334bcd6db authored over 6 years ago
implement for-await-of

github.com/terser/terser - fd71376b75ca93533bb7f82424fe700dcdc833b5 authored over 6 years ago
[cherry-pick] speed up `has_parens()` (take 2) (#3052)

fixes #3050

github.com/terser/terser - fe6600e2c3e45ffc62ac0c883bf7d5941bd24eb1 authored over 6 years ago
clean up regex code

github.com/terser/terser - fafc6993a968580388db508842ea093c9ab1bbfb authored over 6 years ago
future-proof colorless-console.js

github.com/terser/terser - 3e516242c834453caebe222f0d0d8e81ee445513 authored over 6 years ago
handle ENAMETOOLONG when reading files

github.com/terser/terser - c9192dca20e93b61ef69e40b6d050d4f4d54f548 authored over 6 years ago
Update README.md

github.com/terser/terser - 4cfe73bc932b7dc8a8aab2515316d9c7c12596dd authored over 6 years ago
fix class extends expression handling in `join_vars`

fixes #64

github.com/terser/terser - e09fd9e41adffea4c64fbed0916493725478c072 authored over 6 years ago
Merge pull request #55 from fabiosantoscode/lint

Lint

github.com/terser/terser - f8a195fe3e45878b5543276edde84ea22c12da51 authored over 6 years ago
Merge remote-tracking branch 'origin/master' into lint

github.com/terser/terser - 72ac819efef252fb6dd49e31b950d88927206679 authored over 6 years ago
port uglify-js `arguments` compress option fix

https://github.com/mishoo/UglifyJS2/pull/3193

also take into account:
- parameter destructuri...

github.com/terser/terser - 6ccab387560c68507c1527b6bea413dcf79b2e6e authored over 6 years ago
increase timeout for unpaired surrogates test

github.com/terser/terser - ba78c8987730d50eb91b73b6c49f20f8100ad36a authored over 6 years ago
[cherry-pick] fix corner cases in `properties`

fixes #3188

github.com/terser/terser - 24aa5a5e65e7cd9b44f3c3814a5e3dc6eb73b6f6 authored over 6 years ago
include node 10 in appveyor

github.com/terser/terser - cbec3723e1452f1b49a9795f94e3a922acfdc10e authored over 6 years ago
[port] 4c5b9d3 general clean-ups (part 2)

github.com/terser/terser - 152d55b1837e288d44ea3caac31c594be8041e07 authored over 6 years ago
drop husky for pre-commit

github.com/terser/terser - b9212fc84212301042bffa976d0b3eb9618f9c6e authored over 6 years ago
[port] 4c5b9d3 general clean-ups (part 3)

github.com/terser/terser - 73254205a16e80f26e26d76460d7ef3a90c9a44d authored over 6 years ago
[port] 4c5b9d3 general clean-ups (part 1)

github.com/terser/terser - 4adae1f21a66401c9ae7f7c77a6a0ebafa3894bb authored over 6 years ago
Revert "[port] 4c5b9d3 general clean-ups (part 1)"

This reverts commit f5b5aea0c44c2a507b86d5d079f9f098371874a4.

github.com/terser/terser - 052f37dc366d1631824ce4367fef435cc702637b authored over 6 years ago
Revert "[port] 4c5b9d3 general clean-ups (part 2)"

This reverts commit 2d456b67a8254f1c3adf1d1517e4131f4acde0c7.

github.com/terser/terser - e604d32ac4915114903d4c011d01ea0d334d8f0c authored over 6 years ago
[port] 4c5b9d3 general clean-ups (part 2)

github.com/terser/terser - 5291b622ab4833713641cbd856c3d1dd9d11b78c authored over 6 years ago
[port] 4c5b9d3 general clean-ups (part 1)

github.com/terser/terser - da55b3874ffdaa1923dda64d9a03ef19741c871d authored over 6 years ago
[cherry-pick] deduplicate parenthesis around object and function literals (#2953)

github.com/terser/terser - 7941a93090d4cc18972b08d4805c07d48a62e8e6 authored over 6 years ago
extend timeout for inline source map CLI test

github.com/terser/terser - 19358d1a60f2aaea3a30ca03546fdce748230ca9 authored over 6 years ago
fix handling of `yield` in `collapse_vars`

fixes #60

github.com/terser/terser - a5043b309c0606c503c3ce4768ec6a4b89c0f106 authored over 6 years ago
have node 10 skip jetstream test

until stream truncation issue resolved.

Note: not a terser bug.

github.com/terser/terser - 0fd784cceca0eb707234cbb1ea51514f7bced2ed authored over 6 years ago
make prepublish script cross-platform

github.com/terser/terser - e913d37fb71c453a59cdb846d91eb7e3881cd880 authored over 6 years ago
Update README.md

github.com/terser/terser - 3ef6879ecafd12b57e575ec85e6104e71d5a1b6f authored over 6 years ago
require source map module

github.com/terser/terser - 42c02f0f35f1f73809c8db8d63be70164ec98434 authored over 6 years ago
fix path in .gitignore

github.com/terser/terser - fcf95d48c26d4b734e02cda3d96712e751b392c0 authored over 6 years ago
describe how yarn users can alias uglify-es to terser

github.com/terser/terser - 4c1e40765c565d0fab842c791b02464dc1354ea5 authored over 6 years ago
place browser bundle in dist directory instead of tools

github.com/terser/terser - 54a815620f803e5951b3a1788c0a1a05398e0891 authored over 6 years ago
refine documentation of `unsafe` option

github.com/terser/terser - f9071f766c7577584b59957933710ee9e3459fdb authored over 6 years ago
Create commonjs bundle for browser usage (closes #31)

github.com/terser/terser - 6904cf47e9349d0ba54662fcad99ab8063de1642 authored over 6 years ago
improve speed of `collapse_vars` in edge case

limit number of consecutive variable definitions for consideration

github.com/terser/terser - ed2b5d83af3a068b98d77629238d3e4cf9121f02 authored over 6 years ago
improve AST walk/transform documentation

github.com/terser/terser - d1d990cf5781911f5e2f320e99a890840ff3890c authored over 6 years ago
correct the AST traversal/transformation links

fixes #49

github.com/terser/terser - 0ded1d3a5c09af6ddec9fdc302f73e90db53005b authored over 6 years ago
Update README.md

github.com/terser/terser - 00f32e91d86e18a26c0fbd12866ada3bd30df2ca authored over 6 years ago
Merge pull request #33 from TrySound/patch-1

Add rollup plugin link

github.com/terser/terser - b6a1c5ead00a4147628bbe4f9aec91e967339323 authored over 6 years ago
[cherry-pick] re-introduce `enclose` (#3163)

fixes #2443

github.com/terser/terser - d5287d03bd5d6e088f7c0ad690933f8ef2f6c781 authored over 6 years ago
[cherry-pick] update JetStream URL (#3165)

github.com/terser/terser - d8c042f087c5f58c4dd7ab6402e51235f2f81fd9 authored over 6 years ago
add upstream test from #3151

no code changes

github.com/terser/terser - 000fd03c759339d6f4acc591472d729bada8603e authored over 6 years ago
port #3147: fix corner cases with `eval()`

github.com/terser/terser - 3b5730c17825c02664bc11620e42e359f83634df authored over 6 years ago
Fix reading and writing source maps containing unicode characters

ae6f08ba294e2785aaf5ff9d4be4dd857fede147 added the `'ascii'` parameter
to Buffer conversion func...

github.com/terser/terser - 9255757bcabbd35a8f69a4966e6a4f59b1927d36 authored over 6 years ago
fix spidermonkey RegExp Literal `raw_source`

github.com/terser/terser - fa55c3c8b03eee355bb075c7289a304b3fca0599 authored over 6 years ago
exclude node 4 from benchmark.js and jetstream.js testing

github.com/terser/terser - 7d80b434e8daad5a3abb41679fed3ade00ff4580 authored over 6 years ago
use `ecmaVersion: 2018` in CLI for optional acorn parse option

github.com/terser/terser - bea59d0096d73811b8e3d8f522e35b6b2c471011 authored over 6 years ago
fix `super` in spidermonkey AST input/output

github.com/terser/terser - 7046a226c10aba12ac3888229e9a510319782a1a authored over 6 years ago
fix RegExp Literal in spidermonkey AST parse and output

fixes #39

github.com/terser/terser - 7a10728a551504ac0fba279ab19769f9a2461837 authored over 6 years ago
update README

github.com/terser/terser - fdc5514d5b456f3a6d2db0d0b76eee25bce223a3 authored over 6 years ago
[cherry-pick] add expect_stdout tests from #3141

no code changes

github.com/terser/terser - fe4cfada63c34ba06b7daf59cb82588ffb48d33d authored over 6 years ago
handle empty `class` attributes (#922)

fixes #921

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

chalk 2.4.1

github.com/terser/html-minifier-terser - a5cb4eaa576db8c8a43b2f4d42e0ad37e8e69ac4 authored over 6 years ago
add expect_stdout tests from uglify-js without code changes

note: generated code may be suboptimal as optimizations not merged

github.com/terser/terser - defaeea8558fcc8f1e3266622521596074ab69c0 authored over 6 years ago
make `expect`/`expect_exact` optional when `expect_stdout` present

github.com/terser/terser - c5206b95995ed476cf2e21aff56361723e9d3848 authored over 6 years ago
update maintainers list

github.com/terser/terser - 68f76f4c8592a4b9095b2baaa7f177641f916f95 authored over 6 years ago
update package name on package-lock

github.com/terser/terser - e66b1bd3220d6651f50ca69b8833e3b72b34e0e5 authored over 6 years ago
Update ISSUE_TEMPLATE.md

github.com/terser/terser - 9e2abe21e7af6508c398738a47a564cc6e637263 authored over 6 years ago