Sam Goldman
085361ad1a
Remove Flow annotations and pragmas
2016-02-28 13:18:57 -10:00
Sebastian McKenzie
31f3eba4c1
Merge pull request #3361 from babel/klint
...
Switch to klint, fix some lint rules
2016-02-14 23:26:30 +00:00
Sebastian McKenzie
c9f9435445
Switch to klint, fix some lint rules
2016-02-14 23:25:14 +00:00
Logan Smyth
40e5f505f4
Properly fail to parse >== and <== - fixes T2921
2016-02-13 10:08:05 -08:00
Henry Zhu
5f0ece0bdb
add some more flow types
2016-02-04 11:07:03 -05:00
Daniel Lo Nigro
20a483cd58
Fix Flow.
...
Removed `@flow` annotation from files that don't actually pass Flow check at the moment. These will be added back file by file once the files are properly converted to use Flow.
Closes #3064
2015-11-15 21:30:22 -08:00
Jordan Klassen
021688e1c0
Remove unused second parameter of isIdentifierStart
2015-11-12 22:45:35 -08:00
Sebastian McKenzie
4016bae694
add ExistentialTypeParam - fixes #2587
2015-11-03 13:48:03 +00:00
Sebastian McKenzie
14ca4d1dc9
add lineBreak test to tt.name.updateContext - fixes #2591
2015-11-03 11:46:01 +00:00
Sebastian McKenzie
b909a81ab7
6.0.0
...
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00
Sebastian McKenzie
6d6ddf0bcd
type annotate babylon
2015-09-23 15:59:41 +01:00
Sebastian McKenzie
59948c6649
add babylon hasFeature util method
2015-09-15 06:15:19 +01:00
Sebastian McKenzie
6e24626482
fix weird legacy acorn formatting
2015-08-24 15:31:41 -04:00
Sebastian McKenzie
032ca7ae1c
never attempt to represent regexes natively
2015-08-24 15:31:30 -04:00
Sebastian McKenzie
ac9ee75dac
parser: don't mutate or clone state arrays when doing a lookahead - fixes #2211
2015-08-15 19:07:42 -04:00
Sebastian McKenzie
8887444cf7
fix various bugs surfaced by the esprima test suite, remove some incorrect tests
2015-08-11 16:58:20 +01:00
Henry Zhu
8f3615bf7b
fix unexpected token issue for regex after block case
...
- Ex: `if (1) {} /foo/`
Fixes babel/babel-eslint#161
Ref marijnh/acorn#289
2015-08-10 19:03:13 -04:00
Sebastian McKenzie
9ccbc89653
put containsEsc on state rather than as a local variable
2015-07-31 12:44:54 +01:00
Logan Smyth
c60ffdef7b
Ensure that the original state is restored on lookahead - fixes #2086
2015-07-26 20:56:07 -07:00
Sebastian McKenzie
e229f8ea55
remove gross acorn conditional statement styling
2015-07-26 05:22:33 +01:00
Sebastian McKenzie
c2c8b2db57
add token match method and remove more dead code
2015-07-26 04:48:42 +01:00
Sebastian McKenzie
23aa7b002d
improve babylon test coverage and remove dead code
2015-07-25 19:54:19 +01:00
Sebastian McKenzie
2948108c90
finish reorganisation of babylon
2015-07-25 08:03:39 +01:00
Sebastian McKenzie
e7fec51feb
remove range property from nodes, clean up babylon codebase
2015-07-25 07:07:22 +01:00