Ecosyste.ms: OpenCollective

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

github.com/babel/babylon

PSA: moved into babel/babel as @babel/parser -->
https://github.com/babel/babylon

link to rename to `@babel/parser` [skip ci]

9dd2a5c9fc7b588a96ef8d6439844b43c50c0a6a authored over 6 years ago by Henry Zhu <[email protected]>
link to 6.x readme [skip ci]

2840f7761466b80fb5391a66ab5e6194d1c1c057 authored almost 7 years ago by Henry Zhu <[email protected]>
Notice [skip ci]

80d5f7592041e96ab672d164276e5f89038ced63 authored about 7 years ago by Daniel Tschinder <[email protected]>
"yield" parsing inside function name and parameters (#689)

* Use parseFunctionParams to parse method parameters

* [funct] Set this.state.inGenerator befor...

1b612148bfee190cc05b0eb78d4c2b3537655c1c authored about 7 years ago by Daniel Tschinder <[email protected]>
Update parsing flow type/typeof imports (#773)

* Remove extranneous backticks from type/typeof error message

* Add isLookaheadContextual uti...

29a4aea27b5c1c02d2465c92aa72ae1055dd222b authored about 7 years ago by Brian Ng <[email protected]>
Parse parameters inside function's env (#652)

* Parse parameters inside function context

* Add test for new.target inside parameters

cd050e140529e590f45e70e808346b18d6f6e66a authored about 7 years ago by Nicolò Ribaudo <[email protected]>
white lists getter and setter acceseors for having stage-2 decorators (#766)

- adds `get` and `set` kind in addition to `method` to the list of allowed class members for hav...

fee7de2c1daccdeff3931cdf82e83e17aceaa974 authored about 7 years ago by M Behzad <[email protected]>
Fix decorators2 to support `export @decorator class A {}` (#767)

* Fix decorators2 to support `export @decorator class A {}`

* change to better error message
...

86abc16b37cb840155592bffc3ba3cc060658c5a authored about 7 years ago by Daniel Tschinder <[email protected]>
7.0.0-beta.30

8f8ea04b6277ab57261a70a13085cf765ed934c4 authored about 7 years ago by Henry Zhu <[email protected]>
fix flow unused supressing comment [skip ci]

c6d369b32b6b63d4414303f471aeccf152566147 authored about 7 years ago by Henry Zhu <[email protected]>
Add JSX fragment syntax support (#755)

a1125b26ce4143e8b02dcc3ee9af1bbef448a610 authored about 7 years ago by Clement Hoang <[email protected]>
Fix "-1" array accesses in CommentsParser. (#777)

Similar to the fixes in https://github.com/babel/babel/pull/6580 and
https://github.com/babel/b...

55d5545614782ee87de47cd8be6898ef91d95c97 authored about 7 years ago by Benedikt Meurer <[email protected]>
Allow Flowtype's imports and exports when sourceType:script is set. (#771)

e4bcd1d0fff6c29390b17b0030005b9181e84b8a authored about 7 years ago by Logan Smyth <[email protected]>
Update flow tests whitelist (#770)

cb6082e98f1a35aba737c31c217eda1d7600c59b authored about 7 years ago by Brian Ng <[email protected]>
7.0.0-beta.29

24d62cd191c9c94d81528fd1f315f05434db10e9 authored about 7 years ago by Henry Zhu <[email protected]>
Merge pull request #762 from azz/nullish-tests

Add more tests for the nullish coalescing operator

eaf054ba1f978b0dfb43c3fb591cc0caf5788726 authored about 7 years ago by Henry Zhu <[email protected]>
Add tests for ?? with other LogicalExpressions

727767c923a44a7d1bedd87fea536b53b12a4c09 authored about 7 years ago by Lucas Azzola <[email protected]>
Move ?? to LogicalExpression

f1b8404750ad7da3c1d825caca5f1869cccdcfe3 authored about 7 years ago by Lucas Azzola <[email protected]>
Add more tests for the nullish coalescing operator

fcdfb0e31e9c5fd66aa65ca5957c162ec09ff7c4 authored about 7 years ago by Lucas Azzola <[email protected]>
7.0.0-beta.28

f1d2db6cf45657d05c7841bbed7c951cce3f8ddf authored about 7 years ago by Henry Zhu <[email protected]>
Implement nullish coalescing operator in parser (#761)

* Implement nullish coalescing operator in parser

* Add ?? to AST

e53ce38c75081c73ed72ce715583121735987c61 authored about 7 years ago by Lucas Azzola <[email protected]>
Allow new.target in class properties (#759)

b5e6ba62dbc13ca634885bf1705bf8c4dd31cc29 authored about 7 years ago by Brian Ng <[email protected]>
Fix export extensions handling of TS declare keyword (#757)

60ea39aa7076e564345d3c0c842083facf15e701 authored about 7 years ago by Brian Ng <[email protected]>
Fix new type errors (#754)

0fbf3a61fb24a9147fb9e214684fb9ee8615f0ff authored about 7 years ago by Andy <[email protected]>
Merge pull request #751 from gebilaoxiong/remove-unnecessary-return

chore: remove unnecessary return

6fc9af52caa4d4449e6adf64ec948173a6c783a8 authored about 7 years ago by Sven SAULEAU <[email protected]>
chore: remove unnecessary return

94a17419d4c21bccba27d994e9d385177c8609fe authored about 7 years ago by gebilaoxiong <[email protected]>
fix readme (#749) [skip ci]

Amusingly the pipeline OP "breaks" the readme formatting because Markdown likes the `|` characte...

43afb984c4ca7e0d01e7f48b3f398d7cf7dcf8fa authored about 7 years ago by Brandon Weaver <[email protected]>
Update flow-bin to the latest version 🚀 (#746)

bbdde80992f9750734a7fa5726beb537246dd05c authored about 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
7.0.0-beta.27

64366a207e7481d2a4e865940649c1c2e379d9d6 authored about 7 years ago by Henry Zhu <[email protected]>
Pipeline Operator proposal (#742)

d2e06a9496734549b00308221a10b71fa6d882a4 authored about 7 years ago by Henry Zhu <[email protected]>
Fix: major revision to valid and invalid numeric literal separator "sibling" characters (#745)

18c6b4e3e93e2bd388debaf596e7b5869a8cbbbd authored about 7 years ago by Rick Waldron <[email protected]>
Update babel-eslint to the latest version 🚀 (#738)

* chore(package): update babel-eslint to version 8.0.1

* chore(package): update lockfile

h...

17be9360af6e3fe4c49093d7d4d7dda9993edf18 authored about 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix NumericLiteralSeparator SyntaxError message to match V8 (#743)

b8ba10532e01454a6882b38197cf0832c9d1bf7c authored about 7 years ago by Rick Waldron <[email protected]>
don't build for tags (#741)

ab268877fd24b01d01433791aee66079f902c1c5 authored about 7 years ago by Henry Zhu <[email protected]>
7.0.0-beta.26

508cb70a3564578641768c048cc24b14d8a131eb authored about 7 years ago by Henry Zhu <[email protected]>
Fix flow errors (#735)

664ff37b3651e189170d533d262455a74502a77b authored about 7 years ago by Nicolò Ribaudo <[email protected]>
Add throw expressions (#740)

8af007d560f56e1414f3c9e68eb19544adac40c9 authored about 7 years ago by Justin Ridgewell <[email protected]>
Add yield-result (#737)

ef8e30419c2db864e62f62bedf1a2069a0fdc21d authored about 7 years ago by Zoe Carver <[email protected]>
Distinguish between ternary's : and arrow fn's return type (#596)

4de29fe5e613bed2602f9be6c8e917242068e48b authored about 7 years ago by Nicolò Ribaudo <[email protected]>
7.0.0-beta.25

20ec5c77b73b018958a0fd219abb424e78a252f9 authored about 7 years ago by Henry Zhu <[email protected]>
Ensure no-overlap between Flow and TS node types (#710)

d9766932db539421e735c4ea28effdef2f0fcef8 authored about 7 years ago by James Kyle <[email protected]>
Clean up uncatagorised decorators (1/2) (#731)

* Re-name uncatagorised 1 and 2

* Move to es2015

* Add expected.json to parenthesized lhs ...

a4acf2da6d31027bbb4589da1836e09f47e131c9 authored about 7 years ago by Zoe Carver <[email protected]>
Clean up uncategorised tests (#730)

bfd9c7ba508cf06813636e2dc6adf5658c743b34 authored over 7 years ago by Zoe Carver <[email protected]>
Merge pull request #729 from babel/greenkeeper/flow-bin-0.55.0

Update flow-bin to the latest version 🚀

5983ae38fc3f4c740ac8c582b34f77dfaa6d5509 authored over 7 years ago by Brian Ng <[email protected]>
chore(package): update lockfile

https://npm.im/greenkeeper-lockfile

f6d7209f0e6a02f1f4b347db247b1e96ceea6aec authored over 7 years ago by greenkeeper[bot] <[email protected]>
chore(package): update flow-bin to version 0.55.0

040e46d4f8bee39b511b3bfb7cc6bb57ecd4fd78 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
7.0.0-beta.24

38504c68e3f0ef93e607e3c40055af0d0f989292 authored over 7 years ago by Henry Zhu <[email protected]>
Update babel-eslint to the latest version 🚀 (#719) [skip ci]

* chore(package): update babel-eslint to version 8.0.0

* chore(package): update lockfile

h...

7eaf5560946ff6233f5f1f43174d95ac4ab51403 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #727 from jridgewell/private-methods

classPrivateMethods enables PrivateName usage

d016deac3ded279bd0b335b8767a1b5264d8b8d8 authored over 7 years ago by Brian Ng <[email protected]>
classPrivateMethods enables PrivateName usage

This separates `classPrivateMethods`'s dependency on
`classPrivateProperties`. It also starts a ...

1f11dc08819a06f6566bd978506cb93c247aef36 authored over 7 years ago by Justin Ridgewell <[email protected]>
Update rollup to the latest version 🚀 (#725)

* chore(package): update rollup to version 0.50.0

* chore(package): update lockfile

https:...

9b582c913aa5a66f50f7c9f2261790d45b94489b authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
7.0.0-beta.23

4df30fc300510f27a28e3f0f2ebbe6afba364232 authored over 7 years ago by Henry Zhu <[email protected]>
Merge pull request #716 from babel/rollup

Bump rollup

3bd142ba8acf25995afd69e15c72273fd26fcfcd authored over 7 years ago by Sven SAULEAU <[email protected]>
Bump rollup

b8544de9a8e1366689f5ea65c2ed8e3b406bcc20 authored over 7 years ago by Brian Ng <[email protected]>
Merge pull request #715 from nicolo-ribaudo/makePredicate-comment

Remove outdated code

e8c533ba683793ad176c28258689d4a7c045506c authored over 7 years ago by Brian Ng <[email protected]>
Remove outdated imports

They were not needed since c4fb3fe742c61ee2dd0ab1b1197a254d3c9f6a55
because now each files decla...

b97c534b3235e093f2205c81968df04138b5aa1c authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Remove outdated comment

The described code was removed in 5f1c3c3b8de7b6f450d4a6b005e689c3f04477b0 (2 years ago!)

ef31a148a6d4fcacb566065d0a819fd3db2c9c63 authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Add support for class private methods (#703)

* Add support for class private methods

This commit adds parser support for the TC39 Stage 2 ...

65bea96544561c68bdf84fa9f85bc7afdd3535c8 authored over 7 years ago by Karl Cheng <[email protected]>
Update flow-bin to the latest version 🚀 (#714)

* chore(package): update flow-bin to version 0.54.1

* chore(package): update lockfile

http...

b65b5a2f1cbf761d78d821d7b07a06e4b8e74795 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Remove duplicate flow travis job, and update whitelist (#711)

8cc89e622853561a61351cd48ab9f419c10ceaaf authored over 7 years ago by Brian Ng <[email protected]>
Use correct branch for babel test (#707)

5e018d507b04e94d465c0cb8673156e7bce6dfa5 authored over 7 years ago by Daniel Tschinder <[email protected]>
Merge pull request #680 from nicolo-ribaudo/flow-tests

Fix flow test runner

c6b2c6bef0b71db373bcecd3c030ed6537baa31a authored over 7 years ago by Henry Zhu <[email protected]>
Merge pull request #705 from babel/flow-declare-var-primitive

Add allowPrimitiveOverride option to flowParseTypeAnnotatableIdentifier

0beaf4d54e67d077cb44c423fae3868cfd62216e authored over 7 years ago by Brian Ng <[email protected]>
Add allowPrimitiveOverride option to flowParseTypeAnnotatableIdentifier

55f38933bfb16ceb3610faf6dbecc3548c6c6fa3 authored over 7 years ago by Brian Ng <[email protected]>
7.0.0-beta.22

3f1dbecd2ebc9b3d0feef167c2485e162b7f10c4 authored over 7 years ago by Henry Zhu <[email protected]>
Merge pull request #658 from babel/expect

Syntax Error: add message with the plugin that should be enabled

cde42329ac75d18cb38db11443015f2aa2037843 authored over 7 years ago by Henry Zhu <[email protected]>
Fix tests

96bd271495556c5186825183e3aaa9d266d5ac5d authored over 7 years ago by Daniel Tschinder <[email protected]>
Enable no-case-declarations to prevent bugs and remove if (true)

aec1bdb359ff6dc461a6b428bb69e3edf53e53dc authored over 7 years ago by Daniel Tschinder <[email protected]>
Use expectPlugin

19c099d1165e088e7bc27e4640f9b7b09cb1b243 authored over 7 years ago by Daniel Tschinder <[email protected]>
change some things to expectPlugin

2dbba25d1a667d0b4f7e95e842390ecbbd1114c4 authored over 7 years ago by Henry Zhu <[email protected]>
Add test for function.

dfb279f47884a0d3b4428353918d01eaa8da3098 authored over 7 years ago by Daniel Tschinder <[email protected]>
rename folders, add more

de47b0423f4fb633cef1411ff957e505626f6f9f authored over 7 years ago by Henry Zhu <[email protected]>
add expectPlugin which throws an error with the missing plugin

cf3ebacf4fbf8d7252e15ab36c637aee79fa2fda authored over 7 years ago by Moti Zilberman <[email protected]>
Fix regression with generic type and jsx (#702)

2f76fc88beeed9381b4b8a88b897903c028b6898 authored over 7 years ago by Brian Ng <[email protected]>
Rename PrivateName.name to .id (#698)

Given that it refers to an identifier, it's somewhat confusing to have
to use .name.name to get...

19bc694e7d7925392b245eaab770b690384e7e09 authored over 7 years ago by Karl Cheng <[email protected]>
7.0.0-beta.21

6d2441664570e3e8e272f32976dc59b51e9104c0 authored over 7 years ago by Henry Zhu <[email protected]>
Apply location data fix to decorators plugin (#699)

acf0e65090d29d4f5343775158a53a18fb8d24b6 authored over 7 years ago by James Henry <[email protected]>
Merge pull request #696 from babel/obj-rest-not-last

Throw if rest element is not in last position for object expressions

8f2f2501449b4dc146cbdbefae63bb97a11bc87a authored over 7 years ago by Brian Ng <[email protected]>
Throw if rest element is not in last position for object expressions

2fa1f9929f6075c0db276cc6169d5418c7cf3728 authored over 7 years ago by Brian Ng <[email protected]>
Enable optionalCatchBinding plugin for test262 tests (#697)

083a44658c2e002f8ee93337ff305b7f0d6b4d67 authored over 7 years ago by Brian Ng <[email protected]>
Merge pull request #693 from babel/trailing-comma-rest-param

Raise error if trailing comma after rest element in async func params

6ba38a2a787f30645cd51fc127ac5866417aee86 authored over 7 years ago by Brian Ng <[email protected]>
Merge pull request #695 from babel/issue691

Fix TypeScript TypeParameterDeclaration location start values

a659ac6bda9d92e7e74313158a21b294b5395cd5 authored over 7 years ago by Brian Ng <[email protected]>
Fix TypeScript TypeParameterDeclaration location start values

af2c974473751a914460e86d0ce61885096f826d authored over 7 years ago by Brian Ng <[email protected]>
Add failing test case

87b322cfc2d06a27eff4dcdc3f839d92261be7e0 authored over 7 years ago by James Henry <[email protected]>
Raise error if trailing comma after rest element in async func params

65db277364b9e857f7b3a7360c82d57d8deeb078 authored over 7 years ago by Brian Ng <[email protected]>
Improve error message for comma after rest element in arrow func

c441afeaa6c136867af58eee6370e80d487e6b26 authored over 7 years ago by Brian Ng <[email protected]>
Merge pull request #686 from babel/invalid-label-declarations

27aae6c0f9ac4e8e6368a486cdbc4017f368e669 authored over 7 years ago by Brian Ng <[email protected]>
Fix some cases of keywords with escape sequences

2bc124bf49a5aec5d1a9d250439e50b506c1088d authored over 7 years ago by Brian Ng <[email protected]>
Fix some cases of invalid labeled declarations

5e60ad66883894657d7c65eef40484fcf49f468b authored over 7 years ago by Brian Ng <[email protected]>
Adjusted Object Rest/Spread syntax handling to the latest spec (#670)

5d83e2692fa1d697ef3405462887b68df8a9266c authored over 7 years ago by Mateusz Burzyński <[email protected]>
Test262 update (#692)

5df1139567c6dd7974a0ee874ec66c11244da059 authored over 7 years ago by Mateusz Burzyński <[email protected]>
Update rollup config options (#685)

be0fe1c6b69a0ba30bd8a534f0edec98dc9a1982 authored over 7 years ago by Brian Ng <[email protected]>
add test for do expressions (#688)

d83064a82e1bf65eb43f5c34f7ed0e51e527bb25 authored over 7 years ago by Sangboak Lee <[email protected]>
Fix: Use parseExprAtom() for TS module id string (#684)

d0c7d7a8c7534f9f766d72435247339c0aa3d365 authored over 7 years ago by James Henry <[email protected]>
Update rollup to the latest version 🚀 (#682)

d685b3999c4f0638ca0f1d4d089dfa29562e6d9a authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Disallow failures in the flow-test JOB 🎉

79d6bad5c27ac7fb8f0c9705ac5dcd3bb991f311 authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Add option to update the whitelist

748b6fc477cc1568de66efc835ddb86bf7257ae6 authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Add whitelist to flow tests

656815a53a355768c93b93b325a6e96af7368007 authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Remove the `get_harcoded_tests` function, use `get_tests`

942d22dd7013daa9a0d4489c65019f29f4a0a787 authored over 7 years ago by Nicolò Ribaudo <[email protected]>
Use a Map instead of an Obejct to store tests

This change has two reasons:
- The object was actually used as a map
- Using an object leads som...

1a9b340cb9645c528769249d13b66bdc6d9ce630 authored over 7 years ago by Nicolò Ribaudo <[email protected]>