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

Merge remote-tracking branch 'origin/v6.x'

60d5df9c7698e784c334ee39cea2c328c0b0e86d authored about 6 years ago by Robert Jackson <[email protected]>
Merge pull request #159 from Turbo87/fix-parallel-api

parallel-api: Fix "Cannot read property '_parallelBabel' of null" error

0721d3625802172aded6c04b7b3ee99299a58806 authored about 6 years ago by Robert Jackson <[email protected]>
parallel-api: Fix "Cannot read property '_parallelBabel' of null" error

8ddecdc5cd2a2abe911ccfac81c32ea729c17f4f authored about 6 years ago by Tobias Bieniek <[email protected]>
Merge pull request #151 from SparshithNR/patch-1

Update README.md

369bfcecc79261dcbf2ada9c6690c2d75f595988 authored about 6 years ago by Tobias Bieniek <[email protected]>
Merge pull request #157 from Turbo87/travis-sudo

TravisCI: Remove deprecated `sudo: false` option

756f96a510ce0256dd30ee4b7b1e3dfc09a7db28 authored about 6 years ago by Tobias Bieniek <[email protected]>
TravisCI: Remove deprecated `sudo: false` option

see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

4d9b5ac2fce8053f3fb324e5b9fff7046d83ac72 authored about 6 years ago by Tobias Bieniek <[email protected]>
7.1.0

4b0fa05f25034a3627747dedca443eae0b9711da authored about 6 years ago by Robert Jackson <[email protected]>
Merge pull request #154 from arthirm/cachekey

Pass cachekey to worker

0aaf25b37cccb73582a2937d9d080b7e5cfe60dd authored about 6 years ago by Robert Jackson <[email protected]>
Pass cachekey to worker

cd3f22c18146fd568713ff51f7ee0085710dff08 authored about 6 years ago by Arthi Ravi Shankar <[email protected]>
Update README.md

Fix the confusing usage between variables `esTranspiler` and `babel`.

64cabe2bb3a17a13299e6fd97ef618fa001d4359 authored over 6 years ago by SparshithNRai <[email protected]>
7.0.0

fa78b5ca874b532452477e1f00558ce2e92a9adf authored over 6 years ago by Robert Jackson <[email protected]>
Merge pull request #150 from babel/babel-7

Babel 7...

c35cc1960431a5205d6483e646b9c3a658dac7d9 authored over 6 years ago by Robert Jackson <[email protected]>
Avoid highlighting code during tests asserting error messages.

The code highlighting changes over time and makes this a bit too brittle
to match exactly.

This...

afb12e6eefd54ad07be57532212ebe159a00fb66 authored over 6 years ago by Robert Jackson <[email protected]>
Update to latest packages...

e4a543e66ea1f5952cf15343f411e4d478c7c792 authored over 6 years ago by Robert Jackson <[email protected]>
7.0.0-beta.4

1b7f28790a443b48d9eabd6b3f695989ce0e4a8e authored over 6 years ago by Robert Jackson <[email protected]>
Update dependencies to latest versions.

55b899899ef15ea1f4c1fc01c1392344288f9a16 authored over 6 years ago by Robert Jackson <[email protected]>
Merge pull request #149 from dfreeman/green-tests

Get tests passing with Babel 7?

211b034733433ccc247580c7ccb3fbbb3f565251 authored over 6 years ago by Robert Jackson <[email protected]>
Get tests passing? Let's see what CI says

0dfc873d8883091526624e12cb38267130df3b8b authored over 6 years ago by Dan Freeman <[email protected]>
Merge pull request #148 from dfreeman/deserialize-nested-arrays

Deserialize nested arrays in the parallel API correctly

95e2d735f50ca3b1a155e33ed112988b41c06fff authored over 6 years ago by Robert Jackson <[email protected]>
Deserialize nested arrays in the parallel API correctly

11672d7d2bbf9a30af3725449ad5a5bcfc8fe774 authored over 6 years ago by Dan Freeman <[email protected]>
More Babel 7 updates...

8b801cc061450b37fa5a8f4985e344d2d0088ce7 authored over 6 years ago by Robert Jackson <[email protected]>
Merge remote-tracking branch 'origin/master' into babel-7

187b4fe4eb4ad092bef3d0a0e3d21963945ae4df authored over 6 years ago by Robert Jackson <[email protected]>
release v6.5.0 πŸŽ‰

e320c5cf2d42689b0d7c720ddcc71183ca120fa5 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #146 from babel/improve-error

Improve error

eb0e007221fc231103a6386b216ed125a92ec30c authored over 6 years ago by Stefan Penner <[email protected]>
Easier debug logging (simply enable the DEBUG matcher, no need to toggle log level)

744704653776145841588efc9a0a531755172918 authored over 6 years ago by Stefan Penner <[email protected]>
cleanup

f71f6b008991c982e4a9d665905df5f42e358333 authored over 6 years ago by Stefan Penner <[email protected]>
fix ParallelAPI.{serialize,deserialize}

* supports arbitrary _parallelBabel placements
* less edge-cases

75c25518b42041502e9577f79c0a248fcb9658f5 authored over 6 years ago by Stefan Penner <[email protected]>
also serialize plugins: [fn, 1,2] if fn itself is serializable

af2b60b63dccda6c52ea6e7eb1048adbda2e3665 authored over 6 years ago by Stefan Penner <[email protected]>
Cleanup code

718fa456c68b0057ba9e07c80e8482c22b1566ed authored over 6 years ago by Stefan Penner <[email protected]>
Improve throwUnlessParallelizable errors

9e9913636768a722d42d1717ee718bf041a7d829 authored over 6 years ago by Stefan Penner <[email protected]>
release v6.4.5 πŸŽ‰

e906d1664eb0615877bb6d8578e61e8482d06507 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #145 from babel/improve-throw

Enhance throwUnlessParallelizable

9a571af99691a777dd39d28dce66e588e8946211 authored over 6 years ago by Stefan Penner <[email protected]>
Enhance throwUnlessParallelizable

Throw when the plugin is constructed:

* automatically gives a more actionable stack trace
* fai...

e714b2923e32537d77904ff35ed33522e0e91b57 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #143 from charlespierce/parallel-documentation

Remove 'JOBS=0' from disable parallelization section of README

81436abe6525356d364ec109416bf4e667f629bf authored over 6 years ago by Tobias Bieniek <[email protected]>
Remove 'JOBS=0' from disable parallelization section of README

da99127a945aafa1f51389f97f0412314729ae15 authored over 6 years ago by Charles Pierce <[email protected]>
v6.4.3

5b4d5dccd5f5b03aeab4d448eb19b9afffc54161 authored over 6 years ago by Tobias Bieniek <[email protected]>
Merge pull request #142 from xg-wang/master

remove debugger

b1ae0c8712e080ddd7b29f6e9bf02361d80c5160 authored over 6 years ago by Robert Jackson <[email protected]>
remove debugger

b3ed06f14d155e4494fdda7ad9192cc292272f47 authored over 6 years ago by Thomas Wang <[email protected]>
release v6.4.2 πŸŽ‰

e6614c841aa4c2e8f69f93f72f07051687a932c9 authored over 6 years ago by Stefan Penner <[email protected]>
bump timeout when dealing with workers

036137093e854a97035618ed4e2516493f531436 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #140 from babel/refactor-throw-unless-

refactor `throwUnlessParallelizable` option internals

7bee87bf89bd9f95abb4bf0670a20d7fe60e6129 authored over 6 years ago by Stefan Penner <[email protected]>
refactor `throwUnlessParallelizable` option internals

33d8c7d509e46f7c8ac6f68d2237c0b63022100d authored over 6 years ago by Stefan Penner <[email protected]>
release v6.4.1 πŸŽ‰

ce7806c429d71fc13f0c966505a74f7bc015105e authored over 6 years ago by Stefan Penner <[email protected]>
release v6.4.0 πŸŽ‰

6766b415f823b734320b7dbb713478f2a6c086fd authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #139 from babel/cleanup

Move tests into tests directory

131fbd5497edf4bf30eefe0ccb7e8d311eda6bc9 authored over 6 years ago by Stefan Penner <[email protected]>
Move tests into tests directory

167e2d6641a6a82f50f2d2019fd5a0ebb860b48a authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #138 from babel/upgrade-deps

Upgrade deps

4d822e99516d30defb1f138515772ca036b3d7d3 authored over 6 years ago by Stefan Penner <[email protected]>
always terminateWorkerPool in tests

a3b3801b32c43f7d55ccdff4eaaad6325dbda799 authored over 6 years ago by Stefan Penner <[email protected]>
var -> let

3fa014e73f30eb71123265f78c1dec9de96cf406 authored over 6 years ago by Stefan Penner <[email protected]>
bump amd-name-resolver, and fix tests to work correctly with parallel serializable amd-name-resolver

241b1fca33112f3dea0b599c494561b4661f4076 authored over 6 years ago by Stefan Penner <[email protected]>
* remove unused broccoli dependency

* rename test_slow -> test-slow (following dasherized naming convention)
* ensure windows tests, ...

ca80898d0b55b6dd8f319d4ed67a297d14469881 authored over 6 years ago by Stefan Penner <[email protected]>
Upgrade deps

b660fe633b6924ca6f525b7e49d0e8dd28cdf257 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #137 from babel/throw-unless-parallelizable

Add throwUnlessParallelizable (defaulting to false).

3fb75847dd588f1c1e5a0b4467d30219cbfd23cc authored over 6 years ago by Stefan Penner <[email protected]>
Add throwUnlessParallelizable (defaulting to false).

Someday, after a major version bump we can consider making this true. But to ensure compatibilit...

c994e32d328e28d23452814ec411140b75aee7d4 authored over 6 years ago by Stefan Penner <[email protected]>
Move timeout to include full β€œlarge operations” describe, also reduce the timeout to 1 minute. Any longer isn’t acceptable.

501ffa0b1b12cdcdba0b025b0510bbca090ac67b authored over 6 years ago by Stefan Penner <[email protected]>
release v6.3.0 πŸŽ‰

dbb5e95c2a27eb068cf548362e94ea78d4fbe4a9 authored over 6 years ago by Stefan Penner <[email protected]>
Update README.md

1df9d3024d6dbd21f6c6c0f4ee1cea4f3545ca42 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #136 from babel/jeffjo-master

targetExtension improvements

83261a05c71bdf9aeb0a96c8929757acba6e8dcd authored over 6 years ago by Stefan Penner <[email protected]>
targetExtension improvements

* Allow targetExtesion to be passed in as an option
* Change default targetExtension to string

b43de2fa32f8fd34e805a632e2bebe79de600583 authored over 6 years ago by Jeff Jo <[email protected]>
Merge pull request #135 from babel/cleanup

be explicit about what we are importing from lib/parallel-api

a9b286a62edcea58988d55005411a542d4c2d993 authored over 6 years ago by Stefan Penner <[email protected]>
be explicit about what we are importing from lib/parallel-api

bea893631f4550dd52fbe95e0771c42cf589fe37 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #134 from babel/cleanup

Cleanup

505df0003cb6dda5ad6edbfd63423d10a65d3eec authored over 6 years ago by Stefan Penner <[email protected]>
some more es6ification

e73353d1bf660e12a12e9686f342eb09fc6f3f1a authored over 6 years ago by Stefan Penner <[email protected]>
test latest node as well

dca15c76279278578d822359fdb41f55cc113a1f authored over 6 years ago by Stefan Penner <[email protected]>
Cleanup readme

7548aaa60e8087863702f47006e5900ce378f935 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #133 from babel/logging-conventions

Ensure logging filter for parallel stuff follows the existing convent…

9c8a1e675f807012915f4a4894f6748d6617b5db authored over 6 years ago by Stefan Penner <[email protected]>
Ensure logging filter for parallel stuff follows the existing convention.

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

31cbb67a9f5499cd5a38e11550002ba457f8b110 authored over 6 years ago by Stefan Penner <[email protected]>
Merge pull request #132 from mikrostew/parallel-fix

Plugins specified as an array of serializable things can be parallelized

cb5bbbfa7afd367bf6f3902ae2380d1d1be8e243 authored over 6 years ago by Stefan Penner <[email protected]>
plugins set as array of serializable things can be parallelized

76bee656837efcf21414b6651d6417f99276d97e authored over 6 years ago by Michael Stewart <[email protected]>
7.0.0-beta.3

373c15b137ad1bca91ca268b575aa13f7d725bb9 authored over 6 years ago by Robert Jackson <[email protected]>
Fixup fixture assertions for latest babel@7...

f686efe3f75283f10f5427096e3574ee6ca8f091 authored over 6 years ago by Robert Jackson <[email protected]>
fixup! Fix issues with parallel API babel version detection.

ae3ec7c34e7a49067be856900a10134f7a56e154 authored over 6 years ago by Robert Jackson <[email protected]>
Remove sourceMapTarget option (deprecated by babel 7).

c971034fea7c71f489471c788c904cd42f946426 authored over 6 years ago by Robert Jackson <[email protected]>
Fix issues with parallel API babel version detection.

105c59ce820d7908de935af0b0b7934f30a9535a authored over 6 years ago by Robert Jackson <[email protected]>
Update @babel/core to latest and update floating deps.

ff392374c22509b50b8ad072427bd4b47012ffb4 authored over 6 years ago by Robert Jackson <[email protected]>
Merge branch 'master' into babel-7

f135e2b951681b826fd2249c37ed17e37a072eec authored over 6 years ago by Robert Jackson <[email protected]>
Merge pull request #131 from Turbo87/fix-auto-dist-tag

CI: Use `skip_cleanup` to not revert `auto-dist-tag` adjustment

8033a85192d6ab6875449b539acd97492a86d62c authored almost 7 years ago by Tobias Bieniek <[email protected]>
CI: Use `skip_cleanup` to not revert `auto-dist-tag` adjustment

53dd029d6d0fc4380c1eff426a540f302651bf4e authored almost 7 years ago by Tobias Bieniek <[email protected]>
release v6.1.4 πŸŽ‰

ec214baef4341461efd02c5494c3475205183904 authored almost 7 years ago by Stefan Penner <[email protected]>
Merge pull request #126 from mikrostew/single-worker-pool

Limit to single worker pool per version of babel-core

72c032c01ef1b70c0318eba0979e6a0edc127f64 authored almost 7 years ago by Stefan Penner <[email protected]>
clean up test state

270fc29b74ea8343782779a875053d2f51d2d540 authored almost 7 years ago by Michael Stewart <[email protected]>
fix test timeouts in CI

15c2f6910049bf5671874ca206b94370e597a13d authored almost 7 years ago by Michael Stewart <[email protected]>
fix appveyor failure

572b826d1b802a3b6c7607b3072360f7e36b7355 authored almost 7 years ago by Michael Stewart <[email protected]>
remove unused require

6e09fadd2c1e790c1f2d966cee4dcb3a2c3f6f6b authored almost 7 years ago by Michael Stewart <[email protected]>
Merge branch 'master' into single-worker-pool to fix conflicts

c51f1f3e70269332e823e520f4fd4f022fdb5274 authored almost 7 years ago by Michael Stewart <[email protected]>
clean up the code based on feedback

8085aef889401d9a2fb3b922d29fd3c2e46469f4 authored almost 7 years ago by Michael Stewart <[email protected]>
release v6.1.3 πŸŽ‰

712da0dd48bdaa89e5c02ea7562a09117fabee3b authored almost 7 years ago by Stefan Penner <[email protected]>
Merge pull request #125 from babel/support-disable-parallelism

Support disabling parallelism via JOBS=0

a7b3efa2d2d80b4df837688cad0948b8d8e2f513 authored almost 7 years ago by Stefan Penner <[email protected]>
Support disabling parallelism via JOBS=0

7272e61e8b4b8d4946f2cb17e369f72c1c9b2b30 authored almost 7 years ago by Stefan Penner <[email protected]>
Merge pull request #1 from nickiaconis/single-worker-pool

fix AppVeyor failure in PR#126

9e8e78e185dc93e867be255f41e587a781f71ca0 authored almost 7 years ago by Michael Stewart <[email protected]>
fix appveyor failure

5f31d63feff07e4bd732a22f06183879d19440d2 authored almost 7 years ago by Nick Iaconis <[email protected]>
limit to single worker pool per babel-core

18e99dccdc33d7e57c1c9bc147e7083e0ca6cbc2 authored almost 7 years ago by Michael Stewart <[email protected]>
v7.0.0-beta.2

0c4ecffddf44df878235fbc8384cc56f602eae7a authored almost 7 years ago by Robert Jackson <[email protected]>
Fix remaining tests for babel@[email protected].

2ea59f01f11b701fc3804e9f23bfe503dc7d7761 authored almost 7 years ago by Robert Jackson <[email protected]>
Fix a few test assertions.

cdb7243dc08f5f8e717fb2cfbc7126a4c4ceb969 authored almost 7 years ago by Robert Jackson <[email protected]>
Update to 7.0.0-beta.38.

13db90995c7a7b9b0827c6cd9d3bab19964981fe authored almost 7 years ago by Robert Jackson <[email protected]>
Update minimum version to [email protected].

54e515fe2856d2072f7c1229039b7cddad52aa3b authored almost 7 years ago by Robert Jackson <[email protected]>
v7.0.0-beta.1

b9723585f3bf59bc76b598e70dbe1b66eb8ee52e authored over 7 years ago by Robert Jackson <[email protected]>
Update to Babel 7 beta

6fae2dbfa1dedeb7848a6c5594ab52e5be8e9ab2 authored over 7 years ago by Thomas Sauer <[email protected]>