Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/babel/broccoli-babel-transpiler

Broccoli plugin for Babel
https://github.com/babel/broccoli-babel-transpiler

7.0.0-alpha.1

9682d0c700404f7dec7dfa684515c1a92a472da7 authored over 7 years ago by Robert Jackson <[email protected]>
Add yarn.lock.

6ee94943d3ea38b97dc6476f30d5de978f243a1b authored over 7 years ago by Robert Jackson <[email protected]>
Update to babel-core@7 alpha.

71786ed1d10f0624833e963fb3eef561cb32983d authored over 7 years ago by Robert Jackson <[email protected]>
Merge pull request #122 from pablobm/explain-babel-6

Explain usage to people not familiar with Babel 6

a731fa39d06b2da21873aa5b3425fc705915d5cd authored over 7 years ago by Robert Jackson <[email protected]>
Explain usage to people not familiar with Babel 6

2254a550144b831ca2e9830af53c986abecc2201 authored over 7 years ago by Pablo Brasero <[email protected]>
release v6.1.2 πŸŽ‰

e93c7b62af662211ec8e3312734804f7c0253ee7 authored over 7 years ago by Stefan Penner <[email protected]>
Merge pull request #120 from mikrostew/objects-basedir

Caching for plugin objects with baseDir() and cacheKey()

2cf2dce2b35e656862e2afde180228332869baeb authored over 7 years ago by Stefan Penner <[email protected]>
caching for plugin objects with baseDir() and cacheKey()

83f6e2698a22731892b23eb1205d48c291d1315a authored over 7 years ago by Michael Stewart <[email protected]>
Merge pull request #117 from mikrostew/slow-tests

Move large slow test to test:slow

eb02c986145a651fcd4da0b8e62af9e5c55df809 authored over 7 years ago by Robert Jackson <[email protected]>
run all tests in CI (rebased against master)

32320a9d475e480dff4f3e9e81780a70c76febac authored over 7 years ago by Michael Stewart <[email protected]>
move large slow test to test:slow

459f8a10c723d79dbfd2f2b60a99e89a14914e9f authored over 7 years ago by Michael Stewart <[email protected]>
Merge branch 'v5.x'

9f10437fc9508fdd7eb5e1f3aedae068c3dc8e8a authored over 7 years ago by Tobias Bieniek <[email protected]>
Merge pull request #119 from Turbo87/travis-deploy

CI: Publish tags automatically

ee8b358d4087db874b4aeab55dd73a848945b087 authored over 7 years ago by Stefan Penner <[email protected]>
Merge pull request #118 from babel/Turbo87-patch-1

package.json: Remove distTag override

dbd3d8b4d490c76936840127d4a7cdefb04b3a08 authored over 7 years ago by Robert Jackson <[email protected]>
Use current LTS for appveyor testing.

d57cdf3db4f85b5554e6773dc1ab29679c859936 authored over 7 years ago by Robert Jackson <[email protected]>
CI: Use "auto-dist-tag" to automatically set correct distTag

d4e4219ffa030b2cd4a3cae9b2e106684397346b authored over 7 years ago by Tobias Bieniek <[email protected]>
CI: Publish tags automatically

72d1468bd5a91d89b9aa2e12c3e08cf41380fc27 authored over 7 years ago by Tobias Bieniek <[email protected]>
CI: Use yarn instead of npm

e4443513251a12fb250f3246098f8fd887a89087 authored over 7 years ago by Tobias Bieniek <[email protected]>
Update .travis.yml

80b9bf788562570cc5695effe29b2a7686b2d5e6 authored over 7 years ago by Barrett Harber <[email protected]>
TravisCI: Update tested Node versions.

ec9ba75e944544c7eeaa7939f36e65264614c74e authored over 7 years ago by John-David Dalton <[email protected]>
Adjust expectation

5715d6e5c7ebdb81711c54b51e242af5101babee authored over 7 years ago by Tobias Bieniek <[email protected]>
Add yarn.lock file

a9f12eb3178c59b91560d425c2da899cf6b101ac authored over 7 years ago by Tobias Bieniek <[email protected]>
package.json: Remove distTag override

2fed8e55b793e717d0f3bbbf0f5b818ef8448383 authored over 7 years ago by Tobias Bieniek <[email protected]>
release v6.1.1 πŸŽ‰

3e8a534a406158db591bf30158f285b3c2906991 authored over 7 years ago by Stefan Penner <[email protected]>
ensure we actually package all the files

e6fb1efb3b2c699b48ad266accd8175eb523e9dc authored over 7 years ago by Stefan Penner <[email protected]>
release v6.1.0 πŸŽ‰

7c53f515f206922e0a4f5542b6d944ed9ad83085 authored over 7 years ago by Stefan Penner <[email protected]>
update lock file

a631c35b3304a964f041b99cb8a6638724e72341 authored over 7 years ago by Stefan Penner <[email protected]>
Merge pull request #114 from mikrostew/parallel-babel

Parallel babel transpilation

a3a5a236e50d74152f5e5de33c60d8187add9fda authored over 7 years ago by Stefan Penner <[email protected]>
document JOBS env var

2096c49549dd2a938325987c338cd2fdcad9761c authored over 7 years ago by Michael Stewart <[email protected]>
documentation for the parallel API

c9d36c102fa2f8b6c69c4f8e586c6486328a4f4d authored over 7 years ago by Michael Stewart <[email protected]>
rework API as POJO with named params

1d220b7a16054b8989004a1fe2e3e349d6a25ead authored over 7 years ago by Michael Stewart <[email protected]>
better naming, debug logging, and updated dependency on BPF

3e953752332767cd282a11ec4ec91188c7f4666f authored over 7 years ago by Michael Stewart <[email protected]>
parallelAPI -> _parallelAPI, and allow callback or build

a2cb3cc11a0ccc13b3a3412d86640e83304927d2 authored over 7 years ago by Michael Stewart <[email protected]>
transform all callbacks to objects before sending to workers

78a05fc71b6dfee838649fb42237ea95a97b6f5f authored over 7 years ago by Michael Stewart <[email protected]>
refactor to avoid "this"

5c51f616dcf4f61baece9d65966b7be6aa8900b6 authored over 7 years ago by Michael Stewart <[email protected]>
update how callback options are handled and parallelized

c0f89b4e38e457e8d4cdf5eb943025fe8ce734a2 authored over 7 years ago by Michael Stewart <[email protected]>
backwards-compatible API for resolveModuleSource option

7575c0b024c36c40df17c4151f1fb588058d7d08 authored over 7 years ago by Michael Stewart <[email protected]>
stricter checking for parallel API

7a0597dfd6ae113bbc690b107789bc4b794feaa8 authored over 7 years ago by Michael Stewart <[email protected]>
configurable concurrency

51c7d56170c8543fdbcae87810c28783a7862753 authored over 7 years ago by Michael Stewart <[email protected]>
increase test timeout (sometimes takes longer in TravisCI)

189064f39f4d2f68dc418ea0169a748d11082747 authored over 7 years ago by Michael Stewart <[email protected]>
no retry if worker process is terminated

f67ca8c3a6d2a2febddf398ffccfd90cc593e514 authored over 7 years ago by Michael Stewart <[email protected]>
updates per SP feedback

concise methods
Array.isArray()
remove redundant nested if
consistently return Promise

9aab4916156b2c5d11d2afef21a97c82ff1693d3 authored over 7 years ago by Michael Stewart <[email protected]>
update tests - can't rely on specific order of errors

due to concurrency changes in babel-persistent-filter, the
order of file processing and errors i...

de05d7d1452173c1a8c9464ad500e67c4810c051 authored over 7 years ago by Michael Stewart <[email protected]>
add test for thousands of files

5c893ce7402e3ba1a9de2be29a1bcceed544f435 authored over 7 years ago by Michael Stewart <[email protected]>
refactor to a separate file

77a9e3b6ed77b79d30dc56a79179d1d6d77f21dc authored over 7 years ago by Michael Stewart <[email protected]>
refactor parallelization functions to separate file and add unit tests

936cdc137a28c4026339f013119eb28de1642e91 authored over 7 years ago by Michael Stewart <[email protected]>
simplify transform() and add guard for error

35629380d9b0a070e5dbbb21bbe6376e0978c1eb authored over 7 years ago by Michael Stewart <[email protected]>
update fixtures with ES6 syntax

3dcc2c8162d885462e3fbcf6c2860b4bfac4134d authored over 7 years ago by Michael Stewart <[email protected]>
add tests for transformOptions

3dca90109825db8a0262d115381aa8b6f84dd8ee authored over 7 years ago by Michael Stewart <[email protected]>
move stuff to lib/

aca8c22263f3f48a56edf8e775ac53e1684ebcf6 authored over 7 years ago by Michael Stewart <[email protected]>
handle case where new API is used in main process

05b0fe81c82c6c3ecc0722e42925cc1f10e8d7a8 authored over 7 years ago by Michael Stewart <[email protected]>
oops left some extra fixture in there

0b05a603735b46c2634551b23b2e9da3452367fe authored over 7 years ago by Michael Stewart <[email protected]>
test worker termination

2c0e956e35ea6b53213647c29396a2842e01daf7 authored over 7 years ago by Michael Stewart <[email protected]>
check error message

184e74dc2da02b09d8215999fb0e9bf312cbd57b authored over 7 years ago by Michael Stewart <[email protected]>
tests for error handling

dda1da1ae9c175aaca227029e51ef24a44ba66f1 authored over 7 years ago by Michael Stewart <[email protected]>
use the same API for resolveModuleSource, + some cleanup

4314675323df29c9fbcbbb00f4fb8f54cce5efa7 authored over 7 years ago by Michael Stewart <[email protected]>
cleanup some logic

c81bae7162465f54485cc20220ac84274def454d authored over 7 years ago by Michael Stewart <[email protected]>
update parallelization logic, and add tests

f60376028e6a1fab3c1ec79797fe9d8c167fb439 authored over 7 years ago by Michael Stewart <[email protected]>
fix test failures

893951973a61d3fddd710d8dc8bd5162edc9f260 authored over 7 years ago by Michael Stewart <[email protected]>
first hack at this with new API - needs testing

f4898e488a571b95615aceaf2bc9544a8b26364a authored over 7 years ago by Michael Stewart <[email protected]>
Merge pull request #113 from babel/rwjblue-patch-1

Use current LTS for appveyor testing.

c7e8eaa6647c13b53de39b7925b3822107bd5813 authored almost 8 years ago by Tobias Bieniek <[email protected]>
Use current LTS for appveyor testing.

1635044d7dc42c637b063722cce3f7aebda4ea8e authored almost 8 years ago by Robert Jackson <[email protected]>
Merge pull request #112 from binoculars/feature/update-travis-config

Update .travis.yml

63ee6524593d0404affdc9b46eafc58348f23161 authored almost 8 years ago by Robert Jackson <[email protected]>
Update .travis.yml

6deb26ba4b50d11526804583202a6863127374b2 authored almost 8 years ago by Barrett Harber <[email protected]>
6.0.0

1c7590e7c19016dd7ebe846b7702e577a7d3c740 authored almost 8 years ago by Robert Jackson <[email protected]>
6.0.0-alpha.4

4b7ec8b3836ca404e656c18f41b8295c2ea5c111 authored almost 8 years ago by Robert Jackson <[email protected]>
Merge pull request #110 from rwjblue/default-to-persisting

Default to persistent caching.

ed83ecbcfdfe2d209541d9fcd6365a0092b2d223 authored almost 8 years ago by Robert Jackson <[email protected]>
Update `engines` to show node@4 and higher requirement.

ff132204fcf847ed8ee47948323f2e862b2954d1 authored almost 8 years ago by Robert Jackson <[email protected]>
Fix test failure from upstream change in convert-source-map.

See conversation in https://github.com/babel/babel/pull/5302 for
details.

7e1f07aa4ab252670557981843fb06bbcdfe7c33 authored almost 8 years ago by Robert Jackson <[email protected]>
Default to persistent caching.

ab4eac8db21a72265cf8ba2a5beef93f0e1116ab authored almost 8 years ago by Robert Jackson <[email protected]>
5.6.2

d38ecc583f323f828034ec09bbcb5ab9337d16f1 authored almost 8 years ago by Robert Jackson <[email protected]>
Merge pull request #108 from babel/rwjblue-patch-1

Ensure common local plugin options do not error.

e035e7eef8433992cef8566a1094f81ee5ee3892 authored almost 8 years ago by Robert Jackson <[email protected]>
6.0.0-alpha.3

647aa9c321921bfa38d3e87a44a4e83c75b422cf authored almost 8 years ago by Robert Jackson <[email protected]>
Merge pull request #107 from babel/prevent-error-with-annotation

Ensure common local plugin options do not error.

b8f63702463e069e757053478fb1374a7a6e26ee authored almost 8 years ago by Robert Jackson <[email protected]>
Ensure common local plugin options do not error.

Prevents errors from passing through all options to `babel` when using `annotation` / `descripti...

e2ad1b2e4ebb428667d6edf433d9106cbc38faf1 authored almost 8 years ago by Robert Jackson <[email protected]>
Ensure common local plugin options do not error.

Prevents errors from passing through all options to `babel` when using `annotation` / `descripti...

6c3640edcf47a2a8734ae3ac890827cdd17a0e3e authored almost 8 years ago by Robert Jackson <[email protected]>
Merge pull request #104 from jdalton/travis-

TravisCI: Update tested Node versions.

9355e7a9aba0bd26628db85df3bc6a7385891153 authored about 8 years ago by Robert Jackson <[email protected]>
TravisCI: Update tested Node versions.

83117846a5085e37a07fa110728b1f47ce18341d authored about 8 years ago by John-David Dalton <[email protected]>
Merge pull request #102 from babel/greenkeeper-clone-2.0.0

Update clone to version 2.0.0 πŸš€

91cd843e8be7ea66b5c44843760af72e13003a69 authored over 8 years ago by Tobias Bieniek <[email protected]>
chore(package): update clone to version 2.0.0

https://greenkeeper.io/

7698bd1fd89f021085593398cac76b67ced077c5 authored over 8 years ago by greenkeeperio-bot <[email protected]>
6.0.0-alpha.2

25a936422d38f9fe8d1c4401c35166c665d28905 authored over 8 years ago by Tobias Bieniek <[email protected]>
Merge pull request #101 from babel/remove-module-metadata-feature

Remove untested `exportModuleMetadata` option.

251d19046fd204f390681ab7713ee8eff096c6c8 authored over 8 years ago by Stefan Penner <[email protected]>
Remove untested `exportModuleMetadata` option.

We can always bring this back if it’s deemed useful.

c1b85a82657ed45a20e0b4ba3746f1d65cfc9c88 authored over 8 years ago by Brian Donovan <[email protected]>
Merge pull request #99 from babel/greenkeeper-babel-core-6.14.0

[email protected] breaks build 🚨

de9cd20dad6de8f4a5751c43f6470dbe5a1c2a2e authored over 8 years ago by Tobias Bieniek <[email protected]>
Fix expectations

332ac0e7659c1b37eb2446179755fc48062f2ece authored over 8 years ago by Tobias Bieniek <[email protected]>
chore(package): update babel-core to version 6.14.0

https://greenkeeper.io/

619f5c177d9483f1f12db37f00a33bab50b23e58 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #95 from babel/white-list-helpers

Introduce helper whitelist

199235312474440fecdefd1181b3dd0d8072fed3 authored over 8 years ago by Chad Hietala <[email protected]>
Merge pull request #97 from babel/release-5.6.1

Release 5.6.1

9557a3f02f59c1e212c8e36ad9ea700b75a98879 authored over 8 years ago by Chad Hietala <[email protected]>
Release 5.6.1

5860e5ce71cef294e164654f71b564a93b216758 authored over 8 years ago by Chad Hietala <[email protected]>
Merge pull request #96 from babel/white-list-5.0

Back port helperWhiteList to 5.0.0

24a12701e2b1808c854f7e71f8634d5507356573 authored over 8 years ago by Chad Hietala <[email protected]>
Introduce helper whitelist

483e5a069c7c8f6554779235a530858f948ac72d authored over 8 years ago by Chad Hietala <[email protected]>
Back port helperWhiteList to 5.0.0

08300c060b44fdc61d41dca0920238aa5ded16e7 authored over 8 years ago by Chad Hietala <[email protected]>
5.6.0

c58eb4bfc6da870fdff2960a5b39683fbae31808 authored over 8 years ago by Robert Jackson <[email protected]>
Merge pull request #89 from babel/rwjblue-patch-1

Allow plugins to bust the cache.

cd9aec9899ebc0daabe926eed2dd9545fb16e3c3 authored over 8 years ago by Robert Jackson <[email protected]>
Merge pull request #94 from babel/backport-plugin-caching

Allow plugins to bust the cache.

aa8d62175316c911663240424b1ab62382a46fc6 authored over 8 years ago by Robert Jackson <[email protected]>
Allow plugins to bust the cache.

7709cc64bdf37c0cdc76a3bf564bb87106297122 authored over 8 years ago by Robert Jackson <[email protected]>
Allow plugins to bust the cache.

3f493c64209e89adcfed75f1c0d13d9536b9d97e authored over 8 years ago by Robert Jackson <[email protected]>
Merge pull request #93 from babel/greenkeeper-mocha-3.0.2

Update mocha to version 3.0.2 πŸš€

adde9b93e4de5a72f5316fa9dc2e438e5d156651 authored over 8 years ago by Tobias Bieniek <[email protected]>
chore(package): update mocha to version 3.0.2

https://greenkeeper.io/

1ca98a71022de3360a5412b51efc24d37cd6de77 authored over 8 years ago by greenkeeperio-bot <[email protected]>
release v5.5.1

0b005bb778d8648252ec5d37e819afbc53044288 authored over 8 years ago by Tobias Bieniek <[email protected]>