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 |
|
Sebastian McKenzie
|
0e9413e926
|
fix broken tests
|
2015-07-25 06:14:09 +01:00 |
|
Sebastian McKenzie
|
bed14e9b42
|
add espree comment attachment tests and remove ranges test property from babylon tests
|
2015-07-25 06:07:51 +01:00 |
|
Sebastian McKenzie
|
73ff38e35b
|
check whether the last child is the same node as the one we're removing comments from - fixes #2072, fixes #2068
|
2015-07-25 02:16:31 +01:00 |
|
Chris Parker
|
6241742580
|
fix tryCreateRegexp function scope
|
2015-07-21 17:23:31 -04:00 |
|
Sebastian McKenzie
|
3c5b4f2d89
|
update flow literal annotations to have a rawValue
|
2015-07-21 02:37:43 +01:00 |
|
Sebastian McKenzie
|
da94ea7fa5
|
Merge branch 'master' into development
|
2015-07-21 02:28:00 +01:00 |
|
Sebastian McKenzie
|
ee04db074d
|
properly disallow type casts in reference lists
|
2015-07-21 02:01:48 +01:00 |
|
Sebastian McKenzie
|
7f34827a72
|
reimplement async function type parameters backfix - fixes #2028
|
2015-07-21 01:13:35 +01:00 |
|
Sebastian McKenzie
|
0ca73d2474
|
add comment attachment to the parser and remove dead acorn options
|
2015-07-21 01:13:07 +01:00 |
|
Franky Chung
|
f3c7ef6707
|
Add number literal type annotations for flow
|
2015-07-20 11:35:46 +09:00 |
|
Sebastian McKenzie
|
9219b7f7bf
|
don't return from within parseSubscripts when we parse an async arrow function - fixes #2027
|
2015-07-17 23:31:46 -07:00 |
|
Sebastian McKenzie
|
a84242386d
|
flow parser plugin: move up startPos and startLoc default assignments
|
2015-07-15 20:33:56 +01:00 |
|
Sebastian McKenzie
|
043d007285
|
rewrite async function parsing, properly parse flow return types of arrow functions - fixes #1991
|
2015-07-15 20:08:10 +01:00 |
|
Sebastian McKenzie
|
a8b8482326
|
add feature flag for es7.exponentiationOperator
|
2015-07-15 18:07:25 +01:00 |
|
Sebastian McKenzie
|
2007469305
|
remove dead babylon code
|
2015-07-15 18:07:13 +01:00 |
|
Sebastian McKenzie
|
b21db8a37e
|
finish removal of ecmaVersion option
|
2015-07-15 16:41:32 +01:00 |
|
Sebastian McKenzie
|
bd2fb6126b
|
remove ecmaVersion <= 6
|
2015-07-15 15:34:47 +01:00 |
|
Sebastian McKenzie
|
04e152ac77
|
fix use strict parsing
|
2015-07-14 17:14:32 +01:00 |
|
Sebastian McKenzie
|
6cc59a3ce7
|
t
|
2015-07-13 16:34:43 +01:00 |
|
Sebastian McKenzie
|
a1a1ad3d1c
|
add missing semicolons
|
2015-07-12 00:36:21 +01:00 |
|
Sebastian McKenzie
|
a08c21302d
|
Merge branch 'master' into top-secret
# Conflicts:
# packages/babylon/src/options.js
# src/acorn/plugins/flow.js
# src/acorn/src/util.js
|
2015-07-11 21:04:33 +01:00 |
|
Sebastian McKenzie
|
ff6620c8ea
|
more architectural changes
|
2015-07-11 20:56:26 +01:00 |
|
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 |
|
cpojer
|
f757ca01a1
|
Add support for import typeof, fixes #1975
|
2015-07-11 01:54:25 -07: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
|
030d5f7c6b
|
add labels, and inX properties to lookahead getState
|
2015-06-24 23:26:59 +01:00 |
|
Sebastian McKenzie
|
9a39b131ea
|
acorn resync
|
2015-06-24 23:15:27 +01:00 |
|
Sebastian McKenzie
|
f5540d19a4
|
parse void as an identifier when inside a type annotation to avoid setting void keyword token - cc @DmitrySoshnikov
|
2015-06-24 23:15:00 +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
|
f268049fdc
|
check if es7.exportExtensions ie enabled in parser
|
2015-06-03 10:05:39 +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 |
|
Sebastian McKenzie
|
251a31a0fc
|
sync with upstream acorn
|
2015-05-12 23:21:30 +01:00 |
|
Amjad Masad
|
f387715293
|
Allow trailing commas in methods
|
2015-05-12 13:20:36 -07:00 |
|
Sebastian McKenzie
|
fe739b97dd
|
fix acorn hacky lookahead with token contexts - fixes #1349
|
2015-05-11 23:20:51 +01:00 |
|
Amjad Masad
|
49077e2e03
|
New expressions is allowed to have trailing commas in es7 proposal
|
2015-05-08 19:12:53 -07:00 |
|
Christopher Monsanto
|
4ed4baac99
|
disallow async constructors -- fixes #1454
|
2015-05-06 02:50:11 -04:00 |
|
Sebastian McKenzie
|
1a53d5ca46
|
upgrade to babel 5
|
2015-04-28 14:55:28 +01:00 |
|
Sebastian McKenzie
|
562dba872d
|
fix spread properties in assignment position - fixes #1315
|
2015-04-21 16:24:34 +01:00 |
|
Sebastian McKenzie
|
5f1c3c3b8d
|
remove unnecessary csp makePredicate - fixes #1267
|
2015-04-15 15:13:12 -07:00 |
|
Sebastian McKenzie
|
8ee54e0756
|
Mark function token as able to start an expression
|
2015-04-14 08:18:06 -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 |
|