Daniel Tschinder
|
344d35bbe9
|
Simplify await and yield tracking in params (#9405)
|
2019-02-04 22:01:17 +01:00 |
|
Daniel Tschinder
|
46ba5940c2
|
Make yield a contextual keyword (#9400)
|
2019-01-23 14:33:23 -08:00 |
|
Brian Ng
|
f77c450cda
|
Bump prettier (#9373)
|
2019-01-22 09:16:32 -06:00 |
|
Daniel Tschinder
|
2dc1c91955
|
perf: Move input to state and precalculate length
This also fixes a bug with async functions
|
2019-01-17 16:14:54 -08:00 |
|
Nicolò Ribaudo
|
0a88230ec4
|
Disallow async functions as loop bodies (#9314)
|
2019-01-17 17:07:48 -05:00 |
|
Nicolò Ribaudo
|
9764718c32
|
Disallow trailing comma after rest (#9311)
* Add new tests
* Use state instead of param and disallow comma in [...a,]=[]
* Unify error messages
* Object destructuring
* Update whitelist
|
2019-01-11 13:08:38 +01:00 |
|
Daniel Tschinder
|
fa9df678ac
|
Move tests from babylon to babel-parser and enable one test that works now
|
2018-12-03 00:46:54 -08:00 |
|
Nicolò Ribaudo
|
61f2aed5b0
|
Disallow await inside arrow functions (#9074)
* Disallow await inside arrow functions
* Update test262 whitelist
|
2018-11-26 12:43:04 +01:00 |
|
Retsam
|
d2c75c2d38
|
fix: corrects handling of newline after async with paren-less arrow function (#8830)
If async is followed by a newline, then a paren-less arrow function should be parsed as two expressions
|
2018-10-09 23:25:31 +02:00 |
|
Brian Ng
|
38cf318f61
|
Bump lint-related deps (#8765)
|
2018-09-24 18:09:54 -05:00 |
|
Brian Ng
|
9b4b436e1f
|
Fix parsing of newline between 'async' and 'function' (#8698)
|
2018-09-16 22:09:23 -05:00 |
|
Logan Smyth
|
79b2af5997
|
Format fixture JSON with Prettier. (#8658)
|
2018-09-09 17:57:52 -07:00 |
|
Logan Smyth
|
2058e0686e
|
Add support for an InterpreterDirective AST node.
|
2018-05-21 18:19:58 -07:00 |
|
Logan Smyth
|
442ead701c
|
Fix a few out-of-order test results.
|
2018-05-21 18:08:31 -07:00 |
|
Chaitanya Kumar Kamatham
|
daf0ca8680
|
Rename "babylon" to "@babel/parser" (#7937) 🎉
|
2018-05-19 00:03:05 -04:00 |
|