Sebastian McKenzie
|
423d8c510d
|
Begin transition of Babel to a more scalable architecture, async flow to allow for RPC and better build system for multiple packages
|
2015-07-11 12:39:54 +01:00 |
|
Sebastian McKenzie
|
84c773a7ca
|
add support for trailing commas in arrow function parameter lists - fixes #1841
|
2015-06-26 00:37:33 +01:00 |
|
Sebastian McKenzie
|
5b5d27c9b8
|
resync with upstream acorn
|
2015-06-20 23:28:49 +01:00 |
|
Sebastian McKenzie
|
8ba270bde1
|
disallow line terminator after async contextual keyword - fixes #1711
|
2015-06-08 21:25:16 +01:00 |
|
Sebastian McKenzie
|
98b6effeef
|
update template literal parsing to properly handle newlines
|
2015-06-05 09:36:37 +01:00 |
|
Sebastian McKenzie
|
f6e7cf4a31
|
remove DoExpression statement parsing and clear labels and set inFunction to false when parsing DoExpression body - fixes #1658
|
2015-06-01 03:36:14 +01:00 |
|
Ingvar Stepanyan
|
4001a28983
|
Fix some parsing edge cases for :: operator.
|
2015-05-14 12:47:51 +03:00 |
|
Ingvar Stepanyan
|
b026927775
|
Add experimental support for ES7 function bind. (issue #1287)
|
2015-05-13 17:58:21 +03:00 |
|
Amjad Masad
|
f387715293
|
Allow trailing commas in methods
|
2015-05-12 13:20:36 -07:00 |
|
Amjad Masad
|
49077e2e03
|
New expressions is allowed to have trailing commas in es7 proposal
|
2015-05-08 19:12:53 -07:00 |
|
Sebastian McKenzie
|
28589d459d
|
make illegal LHS pattern error messages more user friendly
|
2015-04-13 16:40:13 -07:00 |
|
Sebastian McKenzie
|
075ff67aca
|
make parenthesized array patterns illegal - cc @michaelficarra
|
2015-04-13 16:16:57 -07:00 |
|
Sebastian McKenzie
|
25a3bbce91
|
only make parenthesized object patterns illegal - fixes #1254, ref jshint/jshint#2269
|
2015-04-13 15:44:54 -07:00 |
|
Sebastian McKenzie
|
e15f8a79d6
|
make parsing of decorators stateless - fixes shuhei/babel-angular2-app#4
|
2015-04-13 08:26:51 -07:00 |
|
Sebastian McKenzie
|
7944e3b1fa
|
Merge pull request #1215 from AluisioASG/es7-trailing-function-commas
ES7 trailing function commas
|
2015-04-12 19:17:02 -07:00 |
|
Sebastian McKenzie
|
85f2e79f95
|
add support for object literal decorators - fixes #1154
|
2015-04-11 16:30:55 -07:00 |
|
Sebastian McKenzie
|
82384f4761
|
parse await expression as a unary instead of an assignment - fixes #1225
|
2015-04-10 15:23:11 -07:00 |
|
Sebastian McKenzie
|
4f41b7c5e5
|
set canBeArrow to true when parsing async functions
|
2015-04-10 13:51:30 -07:00 |
|
Sebastian McKenzie
|
d0bf19681a
|
update to latest acorn
|
2015-04-10 13:44:50 -07:00 |
|
Aluísio Augusto Silva Gonçalves
|
58284c5002
|
[ES7] Trailing comma in function parameter list
Currenly a stage 1 proposal.
See https://github.com/jeffmo/es-trailing-function-commas.
|
2015-04-06 09:10:44 -03:00 |
|
Sebastian McKenzie
|
a2a8ebbe95
|
fix missing this in acorn parseExprAtom
|
2015-04-05 03:26:41 +10:00 |
|
Sebastian McKenzie
|
2fffffe780
|
fix paramless async calls
|
2015-04-01 13:57:59 +11:00 |
|
Sebastian McKenzie
|
ddd173a4b3
|
restructure testing infrastructure to be more modular
|
2015-03-28 01:21:48 +11:00 |
|
Sebastian McKenzie
|
f5f77d4720
|
better parsing of decorators - support class expressions
|
2015-03-26 00:58:38 +11:00 |
|
Sebastian McKenzie
|
e52af24999
|
add class property initializers, add more TraversalPath flexibility with additional node injection method
|
2015-03-24 03:34:34 +11:00 |
|
Sebastian McKenzie
|
6d87a99d1d
|
make method definitions with expression bodies illegal - fixes #1066
|
2015-03-23 20:24:32 +11:00 |
|
Sebastian McKenzie
|
6128fd9687
|
add do expressions
|
2015-03-22 04:06:15 +11:00 |
|
Logan Smyth
|
01b39d67f0
|
Merge acorn 1.0.0 (formerly 'update to modular acorn' in original history).
|
2016-03-14 22:47:51 -07:00 |
|
Marijn Haverbeke
|
013e48439f
|
Update tools/generate-identifier-regex.js
So that it can also spit out the astral maps.
|
2015-03-20 17:47:46 +01:00 |
|
Ingvar Stepanyan
|
864268abb6
|
Add support for meta-properties.
estree/estree#32
|
2015-03-20 17:35:37 +01:00 |
|
Ingvar Stepanyan
|
921e45ab2b
|
SuperExpression -> Super
|
2015-03-20 17:23:01 +01:00 |
|
Marijn Haverbeke
|
f538706db3
|
Code style -- less semicolons, more let variables
|
2015-03-20 17:00:32 +01:00 |
|
Marijn Haverbeke
|
a1fe3a1859
|
Finish splitting up main parser
|
2015-03-20 11:47:31 +01:00 |
|