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

Changelog 6.16 (#371)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md...

c6c4222789ec36cad1e6a17cf7a29a49c7eb1d75 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Forbid semicolons after decorators in classes (#352)

561d4f74b09613c3edfe659d382fac5abab827ba authored almost 8 years ago by Kevin Gibbons <[email protected]>
Ensure takeDecorators is called on exported class (#358)

ad8d520406263340e33c2e153d42e46f4dca23f3 authored almost 8 years ago by Brian Ng <[email protected]>
Fix generator-method-with-computed-name spec (#360)

94eda1254ef47facc92bf8d400cdec89e115310d authored almost 8 years ago by Alex Rattray <[email protected]>
Fix flow type-parameter-declaration test with unintended semantic (#361)

fab4ca2a18f89c44fc54a90b65b23e1c5a8fbe1b authored almost 8 years ago by Alex Rattray <[email protected]>
7.0.0-beta.2

fe2d2a99ea80976873db3a3f39b4795a0913b2ee authored almost 8 years ago by Daniel Tschinder <[email protected]>
Merge branch 'master' into 7.0

7bf553a575d608154f4d7edca97db58c106daa8e authored almost 8 years ago by Daniel Tschinder <[email protected]>
estree: correctly change literals in all cases (#368)

b023470c7e4d5f89d3c6ac5bfe38f1295caa1e67 authored almost 8 years ago by Daniel Tschinder <[email protected]>
7.0.0-beta.1

a4bf244f9afcaa5fd392e17b70cf531962d7f179 authored almost 8 years ago by Daniel Tschinder <[email protected]>
upgrade yarn.lock

e52962f4c94f3ba4f8ad84bb93ad959e367e2b19 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Merge branch '7.0-dev' into 7.0

72a0f10825aa8966e4ea21f7c51c7c5df60efb01 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Merge branch 'master' into 7.0

# Conflicts:
# src/plugins/flow.js

50ffa492013b10298a94a41d0be44b40cbd94421 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Fix negative number literal typeannotations (#366)

* Fix negative number literal typeannotations

Also use parseLiteral() to parser string and nu...

2ef00a663127d2899b07fb37aaa2256178676d78 authored almost 8 years ago by Daniel Tschinder <[email protected]>
7.0.0-beta.0

401733d19ff8b24e262fc21c27c4c0e534f453ea authored almost 8 years ago by Henry Zhu <[email protected]>
Fix test

d2ccc6ae228e1204c269a5b4d602edfea2830d50 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Fix test

09c1f069f9c3957e0bcbcfb566d7d2809cc55978 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update contributing with more test info [skip ci] (#355)

57aaceaae7eb7cddeacbb460395babdf78af46e1 authored almost 8 years ago by Brian Ng <[email protected]>
Merge branch 'master' into 7.0

# Conflicts:
# src/parser/index.js

d88befdd304d72bf8cf189f2f346b767a19be3dd authored almost 8 years ago by Daniel Tschinder <[email protected]>
Reintroduce Variance node (#333)

* Reintroduce Variance node

* Optimize code and coverage

tt.plusMin can only be + or - so ...

1cca7000d1f4ab2db6bb3662d778f7efd4b1fa1a authored almost 8 years ago by Daniel Tschinder <[email protected]>
Rename NumericLiteralTypeAnnotation to NumberLiteralTypeAnnotation (#332)

cd3f14921e2f1e47c64d8aca3d9b9c07562b7dc9 authored almost 8 years ago by Charles Pick <[email protected]>
Estree compatibility as plugin (#277)

* Initial estree support for ClassMethod

* Handle literals for estree

* Fix regex

* cor...

fac13290d7135f3ad93d21567ee1b00fe0ab97f9 authored almost 8 years ago by Daniel Tschinder <[email protected]>
babel/babylon#328 babel/babylon#205 ?. as nullPropagation. For now it only works for member access. (.? or ?.[) If the object is undefined this will return undefined. If the object on which you want to access the property is defined, the value of the propery will be given back.

1eaf01661b2af969463e9726b445de3ca8bed018 authored almost 8 years ago by Kristof Degrave <Kristof Degrave>
?. && ?[ as member access with nullPropagation. If the object is undefined this will return undefined. If the object on which you want to access the property is defined, the value of the propery will be given back.

b902fe6c7bc5fbc64cdca624a62a0648e871ca51 authored almost 8 years ago by Kristof Degrave <Kristof Degrave>
Fix #304 and #309 (#339)

c79dd953ea6bac2018345c105eb93660cfe9f3a2 authored almost 8 years ago by Daniel Tschinder <[email protected]>
add startLine option (#346)

f25a2fbc78f0ba572c268e4a7f7e7eb0099844a9 authored almost 8 years ago by Raphael Mu <[email protected]>
Fix #321 by allowing question marks in type params (#338)

* Fix #321 by allowing question marks in type params

* Require commas between params

407c97c9c2fe453fc2ae940c3d3b11c90d9dbc8e authored almost 8 years ago by Daniel Tschinder <[email protected]>
Fix #336 by correctly setting arrow-param (#337)

bc771bd0f9fad2b919898ea81c7e6a75019a3e0d authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update API documentation (#330)

88d38a1abb18702785207623a373820a55aa5dc9 authored almost 8 years ago by Timothy Gu <[email protected]>
keywords are not allowed as local specifier (#307)

Also fix some error messages to be more specific

4bd682e90b8514d2155a65c160732a95799730bd authored almost 8 years ago by Daniel Tschinder <[email protected]>
[Flow] Function predicate declaration (#103)

* [Flow] Function predicate declaration

The accepted syntax for function declarations is exte...

e049ec345622b70517b727d076766cc51489df08 authored almost 8 years ago by Panagiotis Vekris <[email protected]>
[7.0] Remove ForAwaitStatement, add await flag to ForOfStatement (#349)

* Remove ForAwaitStatement, add await flag to ForOfStatement

* Set await flag for all ForOfSt...

56928dca662435d1234931cb0cd8a284e29ac9d3 authored almost 8 years ago by Brandon Dail <[email protected]>
chore(package): update ava to version 0.18.0 (#345)

https://greenkeeper.io/

0834cb5b72e2a1fdfcb1bbcf13bf60dbb47ee4d7 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update babel-plugin-istanbul to version 4.0.0 (#350)

https://greenkeeper.io/

b0220bfd3ee99b33620ea2855abe4b7d6eedba7f authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge branch 'master' into 7.0

# Conflicts:
# src/parser/statement.js
# src/plugins/jsx/index.js

0309a5ba8a1552c13ecb144676973e9965a33ba5 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Change location of ObjectTypeIndexer to match flow (#228)

e614032504f0add8e945e5079a294ba9a883ab41 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Add a parseExpression public method (#213)

898c4a7623787795c35b57ce119b4fd1a29d1766 authored almost 8 years ago by jeromew <[email protected]>
added keywords to package.json (#323)

b6b4610cea6fea4fb09ea349341b54f72145a334 authored almost 8 years ago by Dmytro <[email protected]>
Fix export default async function to be FunctionDeclaration (#324)

d2faddf0d9bcba5915f11e6888cafe6059c77d76 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Rename flow AST Type ExistentialTypeParam to ExistsTypeAnnotation (#322)

c424156751208330cb9ca957e90758a5db445f72 authored almost 8 years ago by Toru Kobayashi <[email protected]>
Don't parse class properties without initializers when classProperties is disabled and Flow is enabled (#300)

9929baaca8a04972d22f3f3714fae560ee0ea097 authored almost 8 years ago by Andrew Levine <[email protected]>
Cleanup and splitup parser functions (#295)

This makes it easier to integrate the estree plugin.

b6c3b5aa8319582f695e7944503612e39aa08261 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Do not allow overwritting of primitive types (#314)

* Do not allow overwritting of primitive types

* Better name for method

0a00aff2fe313f32b6019478527ec061b064d57f authored almost 8 years ago by Daniel Tschinder <[email protected]>
Fix parse error when destructuring `set` with default value (#317)

461ed459426bf694c6a89ee1d949c974288aedd6 authored almost 8 years ago by Brian Ng <[email protected]>
Address comments on flow type imports (#312)

55df6631fab3c3bbc3c9d18fbbcc062f8ff5ea83 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Allow imports in declare module (#315)

* Allow imports in declare module {}

* Rename bodyElement to bodyNode

d5cd2c32319d8fdac633e82a79a1564733a1896b authored almost 8 years ago by Daniel Tschinder <[email protected]>
AST spec: fix casing of `RegExpLiteral` (#318) [skip ci]

f2df08e2536d0b8c9394f0ecb265f8ac0132ace8 authored almost 8 years ago by Mathias Bynens <[email protected]>
Update yarn.lock

a1bfa0253a3d29278ecb2fffa17e3841766f7e0c authored almost 8 years ago by Daniel Tschinder <[email protected]>
chore(package): update flow-bin to version 0.38.0 (#313)

https://greenkeeper.io/

1150c0d3fbb633a7727c22b2266ef8a628c6d149 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Disallow import type { type a } from … (#305)

999b655ca6ccb7f092b0ef608f843e8e21ff04d9 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Revert "Temporary rollback for erroring on trailing comma with spread (#154)" (#290)

This reverts commit 5bac6e8ad99bcbf608f6df30d9942d6269f88fac.

bd001767fb54b1ab66c3abf6b61eaf7dcfdf5047 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Remove classConstructorCall plugin (#291)

c5462e1a30fb76dc11b4cb11c52779127b7ab3d6 authored almost 8 years ago by Brian Ng <[email protected]>
Fix ObjectTypeCallProperty static (#298)

* add failing test for ObjectTypeCallProperty static (#297)

* fix ObjectTypeCallProperty static

28c467e8fe0d6f28058757d464e47b03d4dd5128 authored almost 8 years ago by Dan Harper <[email protected]>
Remove '*' as a plugin option (#301)

00f03bb3b0b9862f49e5cdc8164649d88adfa43d authored almost 8 years ago by Gabriel Peña <[email protected]>
Call inner function instead of 1:1 copy to plugin (#294)

5977479f576515160fb0a4e86b71b7ea9f2e223f authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update eslint-config-babel to the latest version 🚀 (#299)

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

https://greenkeeper.io/

* Fi...

68a173c97c64c19c54ed9faefd846009b0e3721e authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Improve error message on attempt to destructure named import (#288)

9d78213ab6f4905591b895cb2518a0a823fb1137 authored almost 8 years ago by Brian Ng <[email protected]>
Correct indent eslint rule config (#276)

* Change indent rule to correctly lint

* Remove rule again

b918554d73ed20c847068243edf99d19ca146dbe authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update eslint-config-babel to the latest version 🚀 (#293)

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

https://greenkeeper.io/

* fi...

62d1970f778e09b75cf34fe11eeedea2b4c79a60 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
devDeps: remove eslint-plugin-babel (#292)

a465d2580e391d66157eefe66ac106496e214ec0 authored almost 8 years ago by Kai Cataldo <[email protected]>
Update yarn.lock

7a3e717f15f2509a9e9cafbe3779aac948e236de authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update cross-env to 3.x

8f7a19e3ad73ddf2563420d3c01ede8234cba5aa authored almost 8 years ago by Daniel Tschinder <[email protected]>
[7.0] Remove node 0.10, 0.12 and 5 from Travis (#284)

* Remove node 0.10, 0.12 and 5 from Travis

* add engines to package.json

b72d4d40a5a4fa8f76bda8d0f064445d6afddf83 authored almost 8 years ago by Sergey Rubanov <[email protected]>
Merge branch 'master' into 7.0

5785f0ce721c23da9ae623718da99078ea3b4cc7 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Fail tests that have expected.json and throws-option (#285)

* Fail tests that have expected.json and throws

* Remove obsolete test files

13bebfdf45c0ce5264fa4339873ad2d9d45aadd8 authored almost 8 years ago by Daniel Tschinder <[email protected]>
6.15.0

aa1a4be5ec9a07003e16a92f7c0f1522871194c1 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update yarn.lock

fdc106c9b6a2667c6194a5393cb511e70f4bae65 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Changelog 6.15.0 (#283)

* Update CHANGELOG.md

* Update CHANGELOG.md [skip ci]

0f0b7290f47ea81b21d39dc913951586982b9f9d authored almost 8 years ago by Daniel Tschinder <[email protected]>
Refactor tokenizer types file (#263)

* refactor(tokenizer): use class for keywork tokens

* refactor(tokenizer): re-use constacts i...

ed13a4ab0541266e5afbc954db3933d8aa4480f6 authored almost 8 years ago by Sven SAULEAU <[email protected]>
Remove `String.fromCodePoint` shim (#279)

This is not necessary anymore if we drop support for Node.js v0.10 and v0.12.

Ref. https://gi...

ed625cb2e153841e9c729b4a66adb7f4f518e213 authored almost 8 years ago by Mathias Bynens <[email protected]>
Rename folder to avoid Windows-illegal characters (#281)

5055b335b2037e7fd78e6f4403c8201d9662212e authored almost 8 years ago by Ryan Plant <[email protected]>
Update eslint-config-babel to the latest version 🚀 (#273)

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

https://greenkeeper.io/

* Fi...

6773279039f88cdbca5bc3fc0b930c0c07a894c7 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix syntax error in .travis.yml

cd9aaf2a5841041fb2bcb4dd71fc8edb591daafb authored almost 8 years ago by Daniel Tschinder <[email protected]>
Update yarn.lock

008a29cb5fdb8309b42a921f7a2fa4110c223f01 authored almost 8 years ago by Daniel Tschinder <[email protected]>
chore(package): update rollup to version 0.41.0 (#272)

https://greenkeeper.io/

326670dd29f4198b1403aae7c873050649ad4fc3 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Add some test coverage for decorators stage-0 plugin (#250)

cec8bc035411101f531045857b38e3686f35560d authored almost 8 years ago by Andrew Levine <[email protected]>
Don't set inType flag when parsing property names (#266)

* Don't set inType flag when parsing property names

* Add inPropertyName type definition

*...

3267e5f3659219fcf525e9605f8a0ac5a969598d authored almost 8 years ago by Vladimir Kurchatkin <[email protected]>
chore(package): update rollup to version 0.40.0 (#270)

https://greenkeeper.io/

dd4c4ead2da5be2ae071bff54d150f1b78fdf020 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Add support for Flow shorthand import type (#267)

9ea4e9dead015ebf710b58fdefd2b3bc0e50c1ca authored almost 8 years ago by Jeff Morrison <[email protected]>
Allow this.state.clone() when parsing decorators (#262)

Adding the line `this.state = this.state.clone();` in a parser plugin
(specifically, in my cas...

68bb1c6598b365146be3e27c50e53db137ac63ef authored almost 8 years ago by Alex Rattray <[email protected]>
Use fromCodePoint to convert high value unicode entities (#243)

* Use fromCodePoint to convert high value unicode entities

* Include polyfill for String.from...

1c13800efdbe22c67efa3307a91712e9bfb48544 authored almost 8 years ago by Ryan Duffy <[email protected]>
flow: allow leading pipes in all positions (#256)

3dc403974c218b868bde74999e59b7402a64318f authored almost 8 years ago by Vladimir Kurchatkin <[email protected]>
Update yarn.lock

b875ed755b5e6493f32ecd1ad745fcf1741a7f5e authored almost 8 years ago by Daniel Tschinder <[email protected]>
User external-helpers (#254)

Add yarn.lock as recommended

0fb1be474410be85bde234fd6fa23d22e9a692d3 authored almost 8 years ago by Daniel Tschinder <[email protected]>
chore(package): update rollup to version 0.39.0 (#269)

https://greenkeeper.io/

7e6b0dac5cb3b67037e87f528b2bf1d2a81388af authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update rollup to version 0.38.0 (#265)

https://greenkeeper.io/

d3507eb5ceea75e9cc80c2e6f331fb15fc9aa65c authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix source location for JSXEmptyExpression nodes (fixes #248) (#249)

ba96b91f4093e994761217eb969c7d432b9491ab authored about 8 years ago by James Long <[email protected]>
chore(package): update rollup to version 0.37.0 (#253)

https://greenkeeper.io/

4958225645412e488f8572299591e6c7ebf38ae8 authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update flow-bin to version 0.37.0 (#255)

https://greenkeeper.io/

9adfd4c4e22b6328560168a8d55e0433f4c39aff authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Prepare tests for multiple fixture runners. (#240)

* Prepare tests for multiple fixture runners.

* Replace ES2015

375838db35f02405c3fde8c19c636aa8dc33fdea authored about 8 years ago by Daniel Tschinder <[email protected]>
Freeze current plugins list for "*" option, and remove from README.md (#245)

30545e883f65cdeac8aa4e13f23ea7fa1f3555e1 authored about 8 years ago by Andrew Levine <[email protected]>
Add watch script for dev (#234)

4072dfddab4368a015ca355ee21de5180d86c7b3 authored about 8 years ago by Kai Cataldo <[email protected]>
Throw error when exporting non-declaration (#241)

* Throw error when exporting non-declaration

fixes #238

* Do check ahead of parsing export...

5fb4353778dba8bb4e9ab8185f1a82c5d4806cef authored about 8 years ago by Kai Cataldo <[email protected]>
Update dependencies to enable Greenkeeper 🌴 (#233)

* chore(package): update dependencies

https://greenkeeper.io/

* cross-env 3 is not compati...

5630380026e9ad840cb16a60983f0f76413d5e4a authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
6.14.1

9b6bb3cb9b9f08ce6cb758e413114ce940d9920e authored about 8 years ago by Henry Zhu <[email protected]>
v6.14.1 changelog [skip ci]

225adb100b1767fe69f5bf0e1288bfcfd09c91c9 authored about 8 years ago by Henry Zhu <[email protected]>
document `*` [skip ci]

89a606ce112aeae7f71c23e4c95358c8bf029e07 authored about 8 years ago by Henry Zhu <[email protected]>
Allow plugins:["*"] (#229)

6d3b63454cc6d5af7d507dc4a2530927b44fdb73 authored about 8 years ago by Daniel Tschinder <[email protected]>
Fix date in Changelog

03352cb480bb2a4c4fc523c65836e42891ccaac0 authored about 8 years ago by Daniel Tschinder <[email protected]>
6.14.0

38dcafc8ac111e1a6d12e19c33334da18e7ae135 authored about 8 years ago by Daniel Tschinder <[email protected]>
6.14.0 (#221) [skip ci]

* 6.14.0

* fixes [skip ci]

* fixes [skip ci]

186a58ac31ccd4660e78c34a1c755c60c66500f8 authored about 8 years ago by Daniel Tschinder <[email protected]>