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

Merge branch 'master' into decorators-stage-2

4f8ac6bada64b63d43be9473cfd98722a4e6e6a6 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Add test case for object properties

b7c1c559c704413104f7314c6ae8ef18949d9388 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Reorganize tests; camelCase plugin name

38c417e9710c0672eaea2e1ea66540095630fef0 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Correctly put typeParameters on FunctionExpression (#585)

e1e2c32bf32701a990369d98814a5e63d0652b55 authored over 7 years ago by Daniel Tschinder <[email protected]>
Fix v8 deopts (#581)

e982c0652c0a33a4fd4c2e20938bb03ffc8054b2 authored over 7 years ago by Daniel Tschinder <[email protected]>
Disallow exports between decorator & class body

For stage 2 decorators

b5e23835ce6875605078adc4c8142a1214fc3007 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Disallow in object literals, params, class props

And add tests to reflect the same

9c639743dd0ea8c4f33f77232bb3b95698cfcd92 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Throw if both decorators decorators-stage-2 used

162bc905a656bcf98e7c6b1d11893bb85c4f4b86 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Add tests for stage 2 decorators from PR#353

001044ffa70230fcaa9a1e236197f3284f206647 authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Let decorator stage 2 parsing be under a new plugin name

Parse stage 0 decorators when "decorators" plugin is active and
parse stage 2 decorators when "d...

a24dc6e6301e28c8b333524b958846b15d6353ee authored over 7 years ago by Peeyush Kushwaha <[email protected]>
Update decorator parsing to match current spec

Refer to PR #353

06afa0761bc77664ab87007b3638bed78f051135 authored over 7 years ago by Kevin Gibbons <[email protected]>
Add back shorthand field to Property (#580)

Also add some better types for estree

e11794c7359bcd54c08f39567d64f3cd90af58f3 authored over 7 years ago by Daniel Tschinder <[email protected]>
The { after a function generic type annotation is a statement (#578)

This would have previously been interpreted as an expression,
because usually after ">" there c...

6b4fba4deb9d4e2261c0514db6d45e068eb53592 authored over 7 years ago by NicolΓ² Ribaudo <[email protected]>
Factor parseSubscript out of parseSubscripts (#576)

50ae16de38150caf84988b80098df93173f718b9 authored over 7 years ago by Andy <[email protected]>
7.0.0-beta.13

dc87d99713a947c9b3bef3cfa0972871fc05a940 authored over 7 years ago by Henry Zhu <[email protected]>
fix flow

2b7fab87d0bd3954a49ee96041ee1e9270376bb5 authored over 7 years ago by Henry Zhu <[email protected]>
Fix parsing of private fields (#566)

The computed key is not part of the spec.
key for ClassProperties is an Expression
Do not pars...

69cba43f82fd0257329ea8f202453a92658bcb65 authored over 7 years ago by Daniel Tschinder <[email protected]>
add links [skip ci]

37793d5be7e3fbeaff7675b912d56dcbc4fcb8c7 authored over 7 years ago by Henry Zhu <[email protected]>
Update rollup-watch to the latest version πŸš€ (#568)

* chore(package): update rollup-watch to version 4.0.0

* Update yarn.lock

e5e4981e79580374be54f5692c52ef24bea7446f authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #545 from xtuc/feat-optional-chaining

Optional Chaining: Stage 1 plugin

e064bb91358202f25f4ba798295662e06393e0bf authored over 7 years ago by Sven SAULEAU <[email protected]>
add another test

4c8f4a23db832569a6de0fd6f14902340a12c5e6 authored over 7 years ago by Henry Zhu <[email protected]>
Improve performance by removing all spread/rest usages (#561)

775dcfa6d6e37bade08ef54461a613111182a38a authored over 7 years ago by Daniel Tschinder <[email protected]>
Fix location info on FunctionTypeParam nodes (#565)

bbc3cd45cf6015283ebdd30a4fa334d254a13519 authored over 7 years ago by Michal Srb <[email protected]>
Use preset-env and update other dependencies (#562)

e579109f0b491caa349c541370ff30368f4b8073 authored over 7 years ago by Daniel Tschinder <[email protected]>
Fix stmt value being the raw value (#557)

065671755211b284de4e582229d3c428755027f7 authored over 7 years ago by Daniel Tschinder <[email protected]>
Merge pull request #1 from jridgewell/pr/545

Finish optionalChaining plugin

4628bb957d64d5acde28d25ea09f064436e1345a authored over 7 years ago by Sven SAULEAU <[email protected]>
Finish optionalChaining plugin

e1ec23cd3e47d30355aebbb8996a6deeae7ff4af authored over 7 years ago by Justin Ridgewell <[email protected]>
[skip ci] Add classPrivateProperties to README & fix classProperties proposal link (#554)

edf34dc780fafbc7dd40cdc98543212949a46280 authored over 7 years ago by Boopathi Rajaa <[email protected]>
Add node 8 to travis (#552)

c3e256fdb51cdc82a86e699ad05ab5b4b62b3047 authored over 7 years ago by Daniel Tschinder <[email protected]>
Merge branch 'master' into feat-optional-chaining

2dd624b44ef7cf19ffbb85cf8ff0a6754544a40e authored over 7 years ago by Henry Zhu <[email protected]>
7.0.0-beta.12

324e2f025366ff3d443fecb3f81022a4494299cf authored over 7 years ago by Henry Zhu <[email protected]>
Add plugin for import.meta proposal (#544)

* Add plugin for import.meta proposal

Fixes https://github.com/babel/babylon/issues/539

* ...

d4e842d4eb17df3455209821cf69aeac766a4c89 authored over 7 years ago by Jan Olaf Krems <[email protected]>
Don't treat e, b, E, B as forbidden siblings for hex literals. (#549)

2f5d146d5454958ab4c294fcb68492dc7b3ea446 authored over 7 years ago by Rick Waldron <[email protected]>
Adds test to ensure that numericSeparator plugin does not alter "_" handling in Identifier (#548)

3ca75dc9ecb12da1eaef5b16659b8dfbf509e47c authored over 7 years ago by Rick Waldron <[email protected]>
fix: minor change

c1702e1da6e704e96e51d983a1ff2047f4a4add9 authored over 7 years ago by Sven SAULEAU <[email protected]>
docs: NewExpression spec

b0386005c818d308ad0980a4a48042697a5f60ec authored over 7 years ago by Sven SAULEAU <[email protected]>
feat: CallExpression support

9bcd85acf3013cdadadc7d6e6a60795926723c56 authored over 7 years ago by Sven SAULEAU <[email protected]>
style: [skip ci] updated comment

26096d6a3d5526383869e47294a3e42f9c2d2d68 authored over 7 years ago by Sven SAULEAU <[email protected]>
feat: use syntax plugin

51bd87baa81e1ef1a43fe91e97ef8bea60cef56c authored over 7 years ago by Sven SAULEAU <[email protected]>
docs: fix typo in spec [skip ci]

03d89b6307e1eb9af7ae21509067ba433a0a7608 authored over 7 years ago by Sven SAULEAU <[email protected]>
Merge branch 'master' into feat-optional-chaining

d3bc8fcbdfd2bebe0e203e599ccdf7441ab5b4e2 authored over 7 years ago by Sven SAULEAU <[email protected]>
7.0.0-beta.11

f326ef6424ecd63094e076d6bc30148a879186cc authored over 7 years ago by Henry Zhu <[email protected]>
Extract 'parseClassMember' method (#533)

50694f99b12295b7515bb2c6c8f44b86a05deeca authored over 7 years ago by Andy <[email protected]>
Fix some flow unused warnings (#543)

aad95c63ec8e89262744e0ab2308bf6e5cccc26b authored over 7 years ago by Brian Ng <[email protected]>
add proposal links [skip ci]

81ce4153591206aafc8ca6f0012a4a0fd987f6fd authored over 7 years ago by Henry Zhu <[email protected]>
NumberLiteralSeparator: Stage 1 feature plugin. Closes gh-538 (#541)

* NumberLiteralSeparator: Stage 1 feature plugin

Signed-off-by: Rick Waldron <waldron.rick@gm...

b344f6205698fac7a2a73a2da00891bfdeed560e authored over 7 years ago by Rick Waldron <[email protected]>
add extra note [skip ci]

589ceb4ee7dc37e29b0d504bb42ca8bb84a6524a authored over 7 years ago by Henry Zhu <[email protected]>
link to contributing [skip ci]

ed1809c2d196babea476d3025be87e085f6a5005 authored over 7 years ago by Henry Zhu <[email protected]>
add contributing docs on making a plugin [skip ci] (#542)

* add contributing docs on making a plugin [skip ci]

* fixes [skip ci]

702d413b83ca09ccddf2cf1505049e065167468f authored over 7 years ago by Henry Zhu <[email protected]>
Update flow-bin to the latest version πŸš€ (#537)

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

* Update yarn.lock

dd83ad6d6069fdca9e43abb5fd2a904f62a0e2f5 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
pin to alpha.9

6eeb0317b97684459f66864c0e03c8cc66d62eb1 authored over 7 years ago by Henry Zhu <[email protected]>
7.0.0-beta.10

9709c8d932731273c7f936595491fe1568c48cc2 authored over 7 years ago by Henry Zhu <[email protected]>
Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (#478)

557696da3ac9f4e25b7d1777daba45b42a03bf36 authored over 7 years ago by aardito2 <[email protected]>
add changelog label data [skip ci]

0f66dbd4b61f93918c75c8fc2f2ea698062085b7 authored over 7 years ago by Henry Zhu <[email protected]>
7.0.0-beta.9

1a92c1f34c5a1bd1bd1de9f438aec0d2f592568b authored over 7 years ago by Henry Zhu <[email protected]>
Simplify PrivateName and ClassPrivateProperty types (#532)

* Simplify PrivateName and ClassPrivateProperty types

* ClassPrivateProperty is not a ClassMe...

2541ab5fdae7c8fc262d5b4919b124584e0c4c75 authored over 7 years ago by Andy <[email protected]>
Modify grammar to support Private Fields proposal: (#260)

* Modify grammar to support Private Fields proposal:
- Adding optional plugin `classPrivateProp...

01da62283c27cbc647301eecbdcfade959c84ece authored over 7 years ago by Diego Ferreiro Val <[email protected]>
Fix #437: only prohibit 'export type from "module" ' when flow is enabled (#438)

* Only prohibit 'export type' when flow is enabled

* Fix lint

6c4acecf00bf8d487f8787d6328fdc0d934cdea1 authored over 7 years ago by Kevin Gibbons <[email protected]>
Disallow SpreadElement inside dynamic import (#529)

* Disallow SpreadElement inside dynamic import

* tweak error message

dcef4012a0a67e5d66e819ee0a0cf4ebde2fc58b authored over 7 years ago by Brian Ng <[email protected]>
Spec fix as BindExpression only have a single object/callee not an Array (#436) [skip ci]

* Fixed spec.md to reflect that BindExpressions only have a single node not an array for their p...

23ff45fcfafdf5a61783a60fc74139a0f7465545 authored over 7 years ago by James Browning <[email protected]>
Fix handling of anonymous parameters in `flowParseObjectTypeMethodish`. (#526)

By analogy with `flowParseFunctionTypeParams` (cf. commit 407c97c9c2fe453fc2ae940c3d3b11c90d9dbc...

b08fdf87e842733e520452147067077ce514a723 authored over 7 years ago by Max Schaefer <[email protected]>
Update cross-env to the latest version πŸš€ (#520)

* chore(package): update cross-env to version 5.0.0

* Update yarn.lock

4ef964e066a31f2b319ae0460683ca30ad3a5905 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix type check errors (#521)

aa78011666b890772c9be8936f29815ddc4c0af0 authored over 7 years ago by Andy <[email protected]>
Remove unused parameters from parseParenAndDistinguishExpression (#522)

d95b5fb83dab5a8814fadb3fee1f8afd39497ec9 authored over 7 years ago by Andy <[email protected]>
Type-check ExpressionParser (#488)

* Type-check ExpressionParser

* Improve test coverage

a73887047216797e05fef911ee9a5e9fa466a2e1 authored over 7 years ago by Andy <[email protected]>
Type-check StatementParser (#489)

7a8b64c0d38e615903b484aa1b3e99ebbd21ddbe authored over 7 years ago by Andy <[email protected]>
Convert argument of SpreadElement correctly to assignable (#518)

f6020aecbf6f716241e755d7358018454ae11332 authored over 7 years ago by Daniel Tschinder <[email protected]>
Fix flow errors (#517)

d605a9a4de61a21e00468ca3d84df52275a2f07b authored over 7 years ago by Daniel Tschinder <[email protected]>
Type-check State (#492)

1773ca74578b44200ff754534299a7fd1962adbd authored over 7 years ago by Andy <[email protected]>
Update flow-bin to the latest version πŸš€ (#497)

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

https://greenkeeper.io/

* Update yarn....

8862c9623761a43a705cb3cb766824f1aeb2532d authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix FunctionDeclaration spec: Id may be null (#503)

* Fix FunctionDeclaration spec: Id may be null

* Use OptFunctionDeclaration and OptFunctionEx...

1f113fd650a3924c48b41e8f6e135c9e066f4044 authored over 7 years ago by Andy <[email protected]>
Better error message for anonymous class declarations (#509)

4e776bf00be93fcea0985cd4583820835e95c8dd authored over 7 years ago by Alex Rattray <[email protected]>
Fix changelog

7f9eb50b2c689e83697d4d8ff48f12f7b3a02d35 authored over 7 years ago by Daniel Tschinder <[email protected]>
Merge branch '6.x'

# Conflicts:
# CHANGELOG.md
# package.json
# src/parser/expression.js
# src/parser/statement.js
...

2b77908ac9b79ad5be7614dadd4406a1bc2c5ce1 authored over 7 years ago by Daniel Tschinder <[email protected]>
6.17.1

28985e7acc4de4e68fde74311ddc47175fccfa22 authored over 7 years ago by Daniel Tschinder <[email protected]>
Update changelog

934a3a78b6e7115679be98d7bd27d9e5b236b8f4 authored over 7 years ago by Daniel Tschinder <[email protected]>
Merge pull request #516 from babel/backport2

Backport #433 #473 + typo

9a1ef48ae31aa3a901a7c357e574a52c6ca58edb authored over 7 years ago by Daniel Tschinder <[email protected]>
Fix typo in flow spread operator error [skip ci]

1077a7304ea923510e37744a2fba99fad2ae0d11 authored over 7 years ago by Brian Ng <[email protected]>
Fixed invalid number literal parsing (#473)

* Fixed invalid number literal parsing

* Don't ignore period or E characters after octal numb...

b98f463aa759979bbed1dd7704e66c7616e89d07 authored over 7 years ago by Alex Kuzmenko <[email protected]>
Fix number parser (#433)

Fixed number parser #2

Added one more test

406c3dabc025f5ca89fa3ac1c81200853aa4b3b4 authored over 7 years ago by Alex Kuzmenko <[email protected]>
Merge pull request #515 from babel/backport1

Backport #499, #510, #475, #479

8c885eaef627fff945179440c6eecc76009f716c authored over 7 years ago by Daniel Tschinder <[email protected]>
Ensure non pattern shorthand props are checked for reserved words (#479)

7c56c24bb0ddf8e710dbfe145dcbca5508550faf authored over 7 years ago by Brian Ng <[email protected]>
Remove jsx context when parsing arrow functions (#475)

67db275c94f97da3362f05f35404383c1531f0b2 authored over 7 years ago by Brian Ng <[email protected]>
Allow super in class properties (#499)

4a29ccdd1aa84df293c3b334d6ee1c578ccba425 authored over 7 years ago by Brian Ng <[email protected]>
Allow flow class field to be named constructor (#510)

63412e54f406664116165ee48b25f067402f8fa8 authored over 7 years ago by Brian Ng <[email protected]>
Allow flow class field to be named constructor (#510)

9d1f8193206fcd7c709dbede2ebeed8d3f99b2be authored over 7 years ago by Brian Ng <[email protected]>
Document babylon plugin system (#507) [skip ci]

* docs: document babylon plugin system

* [skip ci]

* [skip ci]

* [skip ci] it's -> its
...

0e12f565daf6c83ef2aeea87fbf0e1d9cfa0775a authored over 7 years ago by Sven SAULEAU <[email protected]>
Allow super in class properties (#499)

d33c82781aaa4e79aed7dcb7cb5746ef7ba962f2 authored over 7 years ago by Brian Ng <[email protected]>
Don't add 'shorthand' property to ObjectMethod (#506)

9660f06b25a4210ba0deade3854f9f9433814463 authored over 7 years ago by Andy <[email protected]>
Don't add 'await' property to ForInStatement (#504)

3a6b77f374763c0e7a348583f0f15f46854e5062 authored over 7 years ago by Andy <[email protected]>
Type-check flow plugin (#495)

* Type-check flow plugin

* Fix typo

e81b5f8af273e92667696c51a870c64c4a163b18 authored over 7 years ago by Andy <[email protected]>
update changelog [skip ci]

5ae165d4899d7b364aa48ed56b13ea1ce26fddf7 authored over 7 years ago by Henry Zhu <[email protected]>
Type-check JSX plugin (#496)

* Type-check JSX plugin

* Improve test coverage

cccee0060621373c6c5d54d335eed5fa469ec5e7 authored over 7 years ago by Andy <[email protected]>
Type-check tokenizer/types.js (#493)

8288f7d9e45c254158509cb23e231a3525d74197 authored over 7 years ago by Andy <[email protected]>
Type-check estree plugin (#494)

cd5bfb786aaabf0c25d4d178c99c8e4588ac0881 authored over 7 years ago by Andy <[email protected]>
Type-check LValParser (#487)

d8ff63181e23ec2e8fbef38da6b5c733217ff23a authored over 7 years ago by Andy <[email protected]>
Type-check utils (#491)

* Type-check utils

* Improve test coverage

e1a06544bccda0e899965ae5db67decc4ea4d76e authored over 7 years ago by Andy <[email protected]>
Type-check options.js and index.js (#490)

47cade874c1add7b3f35a0939dbf26f7abd77f6b authored over 7 years ago by Andy <[email protected]>
Type-check UtilParser (#485)

7627c5a2be47f2fd38f9df32f62d26577f40e732 authored over 7 years ago by Andy <[email protected]>
Type-check node.js (#486)

3199ceecdbc04b5c50e102155bd9f2baf251b16b authored over 7 years ago by Andy <[email protected]>