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

v6.1.21

a3fe3933dab62d0c588ddfd29e84691528abcd8a authored about 9 years ago by Sebastian McKenzie <[email protected]>
Correct option name: features => plugins.

81edfcbd93e81ae1e71dcfb0f8fff2fd2150a4e5 authored about 9 years ago by Jesse McCarthy <[email protected]>
v6.1.20

c985006597dc50ec409667b58ea06320b5a28f3c authored about 9 years ago by Sebastian McKenzie <[email protected]>
Remove unused second parameter of isIdentifierStart

021688e1c0aa6b31313ab71075c37f27dbe58676 authored about 9 years ago by Jordan Klassen <[email protected]>
v6.1.18

3017999b3c6a37616a00145942004ec94441ab86 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.17

7625e61b9784c032b6b03a83ac36fe88267c8fdc authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.16

e28e01bb864cc3c496340f79a49f6bde99310ccc authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.15

d2fdd1f6730da956949135bb99f6719ea8e56ebb authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.14

a2aa3583b6364746d99f5dfd2d7c8a3951279a24 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.13

8f9c531531a3891639133b8a6683e68b1a689099 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.12

2ee4960944edfcc9245debfe8612cbf13120b197 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.11

903201af313b79e05340a0928e83d598774847d9 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.10

4b2194e793f0f42675f311ae47bee6611630e032 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.9

b65774993d1abc8b0602974cd074e09f1cb34ef3 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.8

1165090c5845830b099aa6429620a77a35fa3f9c authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.7

d52985f57533de4669779d90e19b615d3eeb1c92 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.6

f37616c5fd95409dd4e1b8d0e2176da4ee189a07 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.5

7d4a60335626ed1f2d4de01b330588b7e9da526a authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.10

e5d3eed9f07f2ee5c9dd4d655815cb79bcac5626 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.9

398eb606df33a9068a2514bfae4ab16eaa528ef8 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.5

6e01f3cbc010efeb4ea07a284ebbd1828d5afac0 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.4

6ca969684ec96d2aefc26f914a116d487caae6a8 authored about 9 years ago by Sebastian McKenzie <[email protected]>
abstract out test runner into a module, move traceur and esnext tests to babel-preset-es2015, clean up and make existing tests more consistent

dfd9316e27c97924adc7f0bcc0d5c2bf629dd76b authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix __proto__ clashes in parser in old v8

bbfb599be244c46affa4333b97a5018d76ad5401 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.1.2

c06576497b632a34e13758629fb76ac55c01f6a3 authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix defaults on type annotated arrow function params - fixes #2493

779675610fa12ca11bc7ebbfceadfbbd66e795b2 authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix existential type param parsing

2b6f78df83f299ec69632bbc701d6d7e633bc3d0 authored about 9 years ago by Sebastian McKenzie <[email protected]>
add ExistentialTypeParam - fixes #2587

4016bae69467e0c30b4e298947c5ef5183e7ced1 authored about 9 years ago by Sebastian McKenzie <[email protected]>
simplify Parser::semicolon method

c3b1b259668a03366c8273462b2d4365ecefa4ef authored about 9 years ago by Sebastian McKenzie <[email protected]>
add lineBreak test to tt.name.updateContext - fixes #2591

14ca4d1dc9dd304263d2f54e55d4851f831848d7 authored about 9 years ago by Sebastian McKenzie <[email protected]>
add support for async generator concise methods - fixes #2603

3b3c1897d015b64b5e9d8a73900ba113277ec1b3 authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix object rest/spread in arrow function params - fixes #2631

cbe94f4653365ea5a3baf0c9cfe93388c1bec49e authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.0.18

924423123b987640c3d863c178f9079e31ebfa3f authored about 9 years ago by Sebastian McKenzie <[email protected]>
rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral

ea40d0134fc10c6e936e55544e4ea27af13f2b82 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.0.17

87bb8a84f388297578e02900c2963baeabb21a0b authored about 9 years ago by Sebastian McKenzie <[email protected]>
disallow invalid async function forms inside object literals - fixes #2629

c2973d0c7a8cf4b8bf251dc4b29952a69bc34976 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.0.14

7fabc4c83d430390b4fac8884571fa326e4aaa80 authored about 9 years ago by Sebastian McKenzie <[email protected]>
update exponentiation operator precedence - fixes #2431

3d842df554dc2cc71e85222546c3de42ac1ca537 authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix parser bug where arrow functions have a higher precedence than they should - fixes #2118

c224a7a3701824c4b58ac4188667d94299369510 authored about 9 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of github.com:babel/babel

37294c3c0a21d9b50a2bdfa01168ada685d06030 authored about 9 years ago by Sebastian McKenzie <[email protected]>
fix babel-runtime dependencies - fixes #2655

466f22afff838f63a58acacde8b1789c16cfbca8 authored about 9 years ago by Sebastian McKenzie <[email protected]>
Update package.json

19d1b53fc5978f26cf5f3b7c6af1025fcaca3007 authored about 9 years ago by James Kyle <[email protected]>
Merge branch 'development'

Conflicts:
VERSION
packages/babel-cli/package.json
packages/babel-generator/src/buffer.js
pa...

470d5738e10fba6ce7639e1a659c51479bdf50c6 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.0.2

d7610ef9b05eb231399239ca9dbd39195f921d01 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v6.0.0

32ef6b465b14fb0abece887a45ef5f3ff6cb6bf0 authored about 9 years ago by Sebastian McKenzie <[email protected]>
6.0.0

I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lo...

b909a81ab70178bd9d0ce3bb1ba673b40362eb90 authored about 9 years ago by Sebastian McKenzie <[email protected]>
v5.8.29

543378b81f6cb5357d95d121c9304abe6f847eeb authored about 9 years ago by Sebastian McKenzie <[email protected]>
add filename to babylon test errors

d0b584fd13a38f3be9ff6706ca11d59691e6c154 authored over 9 years ago by Sebastian McKenzie <[email protected]>
update babylon tests

9908dc6f50159bc12ad0c0aada83c91861b32730 authored over 9 years ago by Sebastian McKenzie <[email protected]>
type annotate babylon

6d6ddf0bcd9b9f68a0a48e7b7d11b8d2e561f381 authored over 9 years ago by Sebastian McKenzie <[email protected]>
flesh out babylon readme

0612f691419bd4e6d830db97431bf4bcd42a2eb0 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add babel-runtime to babylon dependencies

f3a016df309a84d5f52d43d39b23b93b053fa820 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add babylon description

446cc3e86948eefb4c372126a88b87b52ad75241 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add dead simple babylon bin

fc87af4c81d8def6d8c4c2357a18895cb8c2ed68 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add parser util addExtra method

e8fa03ea1cace7a556cb4081e62218afc9476cca authored over 9 years ago by Sebastian McKenzie <[email protected]>
use extra.parenthesized rather than parenthesizedExpression

bf841c7e2798a71ecd772d70b4648a5b2be325fc authored over 9 years ago by Sebastian McKenzie <[email protected]>
add hasFeature util method

d1ecb04d0f9a64d9fedcff10cd042f83cd16753f authored over 9 years ago by Sebastian McKenzie <[email protected]>
remove weird acorn conditional formatting

40aab69ed0c05a9326f0c0b1c0f84ede75916c32 authored over 9 years ago by Sebastian McKenzie <[email protected]>
only allow identifiers as rest expressions

9e264e70ae483917d694c4840392d34327d1b12f authored over 9 years ago by Sebastian McKenzie <[email protected]>
add RestProperty node

54a4f16b08974877b0080d3c316355343bdbd712 authored over 9 years ago by Sebastian McKenzie <[email protected]>
loop over all directives to check for use strict

c5e2e4d39e88feb24c129bef00ef9394a81bdef0 authored over 9 years ago by Sebastian McKenzie <[email protected]>
use hasFeature rather than directly looking up options

c892cae6af644340fdeebfbc1b17eafae15a4144 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add directives property to Program and BlockStatement

415752dbb7356c1964949509611f68ff99f24779 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add babylon hasFeature util method

59948c66494c8d69b68bef9aab3dd3be22a5c7a3 authored over 9 years ago by Sebastian McKenzie <[email protected]>
rename features in babylon tests

ae85fc02516056f57783dace3f54590c264abbb9 authored over 9 years ago by Sebastian McKenzie <[email protected]>
make export default anoynmous class/function statements - fixes #2205

069b969b1d2e977875ccd76bfe76a4abc572ce9d authored over 9 years ago by Sebastian McKenzie <[email protected]>
unoverload Literal AST node

446b297465ebf986228188be6217b9b607393f9b authored over 9 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' into development

Conflicts:
packages/babel/package.json
packages/babel/src/traversal/scope/index.js

4088d85e32bea70e0802002ad3534d7525fe588b authored over 9 years ago by Sebastian McKenzie <[email protected]>
v5.8.23

a20a926de15d50abef0ae36cf9ff9ed3245dc183 authored over 9 years ago by Sebastian McKenzie <[email protected]>
Merge remote-tracking branch 'origin/master' into development

Conflicts:
packages/babel/scripts/build-dist.sh

d97240ae094a7b12a1b8a2a8ea73c0067c76d2e0 authored over 9 years ago by Sebastian McKenzie <[email protected]>
Start ObjectTypeProperty's optional property as false in each loop

bc59b09f6b1b719e4861ddd22406a995c8916326 authored over 9 years ago by Cesar Andreu <[email protected]>
Add failing flow ObjectTypeProperty test

60f40033452045bdfb1b8dbd57378be055428212 authored over 9 years ago by Cesar Andreu <[email protected]>
fix weird legacy acorn formatting

6e24626482dafd415ec64490c88f59a9f9bbb8cd authored over 9 years ago by Sebastian McKenzie <[email protected]>
never attempt to represent regexes natively

032ca7ae1c13b49c6291a7e868ac8a2c04e449ff authored over 9 years ago by Sebastian McKenzie <[email protected]>
parser: don't mutate or clone state arrays when doing a lookahead - fixes #2211

ac9ee75dac9fd9cb7c4259bba7467843600d5458 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add more jsx tests

860322f7b8ed788a254ce31c6fff23e27bb4086f authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix various bugs surfaced by the esprima test suite, remove some incorrect tests

8887444cf71cf566c2b637b15bbf8fb4020210a0 authored over 9 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' into development

b7b43dc28277f052acb16b7c4dcaa03225f6b296 authored over 9 years ago by Sebastian McKenzie <[email protected]>
v5.8.22

87c604b64e0465c438330a50ccf7cc6b0017f334 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add esprima tests and fix bugs picked up by it

df021c7f23f6017c3df687708e5aa985d34b9cdf authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix broken test from regex-after-block

babf64473bb5208b72c3d5c0d53191646d262c58 authored over 9 years ago by Henry Zhu <[email protected]>
fix unexpected token issue for regex after block case

- Ex: `if (1) {} /foo/`

Fixes babel/babel-eslint#161
Ref marijnh/acorn#289

8f3615bf7b4fdc587ed48f01001abbfadc6b5a3f authored over 9 years ago by Henry Zhu <[email protected]>
forward all arguments to parseClassId in flow parser plugin

c318c880505e96d2c1947a5543c0f11255cd18e5 authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix export default function expression disambiguation - fixes #2189

b581a7590c77dfb27fa960fc802441a779474a15 authored over 9 years ago by Sebastian McKenzie <[email protected]>
properly distinguish shorthand async keys that are the last property - fixes #2176

4fda34ce6f58b675729c2fd716d6c07bc90af856 authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix patterns with async keys - fixes #2171

5ec9f784937e8bfeec46194ff8ba0cd191e5d48b authored over 9 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of github.com:babel/babel

9826be30cc610051dab2a296ff0c623d5ba10ab7 authored over 9 years ago by Sebastian McKenzie <[email protected]>
v5.8.21

68e70e55e21cb08269fce2131f95bf8f1c614fa3 authored over 9 years ago by Sebastian McKenzie <[email protected]>
style nits

226bf3f80da2b00c95be45d3e896beb06fc53360 authored over 9 years ago by Sebastian McKenzie <[email protected]>
remove operator property from AssignmentPattern

79c62ded0a2513e5922ea94585b6728dfb976be4 authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix handling of flow method shorthand - fixes #2169

71bbffa7978006f79a1fd811dd501b76b34c402b authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix typos

Found some typos while reading the code.

b5c4dcb7ae4b30b3d7db80fadf6accf9add817f0 authored over 9 years ago by Naman Goel <[email protected]>
check valid function/class token when parsing export default before converting to a declaration - fixes #2145

94e345e0b242ac85c59ba57ca1d58d44b1aab986 authored over 9 years ago by Sebastian McKenzie <[email protected]>
add support for export types

a0f9d5fbc86fced154d78b997287af68bd28fb55 authored over 9 years ago by Sebastian McKenzie <[email protected]>
v5.8.20

c0507226110862ff5b67d76403b212042237d8e5 authored over 9 years ago by Sebastian McKenzie <[email protected]>
put containsEsc on state rather than as a local variable

9ccbc896538e5cb8f2053693f6f837a49ebc5058 authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix linting error and add missing tests

b1c3ed6d2d21176fcf34d5ceebb379a8f2a5c44c authored over 9 years ago by Sebastian McKenzie <[email protected]>
add support for boolean flow literals - fixes #2127

1d81dd995cefc5bb6e181bff3a36928835a51dbf authored over 9 years ago by Sebastian McKenzie <[email protected]>
add acorn license - cc @RReverser

c91c2eb748eb135f5f862e8e39c410f7b3f6be1f authored over 9 years ago by Sebastian McKenzie <[email protected]>
fix syntax error

53952cb765cca40dc8c86c0a6bfa0bfd66d56b94 authored over 9 years ago by Sebastian McKenzie <[email protected]>