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
|
85cb123939
|
Merge branch 'master' into development
|
2015-07-15 17:10:58 +01:00 |
|
Sebastian McKenzie
|
6bcf98a3d5
|
v5.7.1
|
2015-07-15 17:09:26 +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
|
38553a6c42
|
switch node definitions to a DSL
|
2015-07-15 13:51:47 +01:00 |
|
Sebastian McKenzie
|
91cf6a823d
|
v5.6.23
|
2015-07-15 11:23:07 +01:00 |
|
Sebastian McKenzie
|
04e152ac77
|
fix use strict parsing
|
2015-07-14 17:14:32 +01:00 |
|
Sebastian McKenzie
|
a0097e2ec8
|
add npmignore to babylon
|
2015-07-14 16:48:43 +01:00 |
|
Sebastian McKenzie
|
e9d0e55c39
|
sync tests with upstream acorn
|
2015-07-14 15:15:36 +01:00 |
|
Sebastian McKenzie
|
7c6de96ad7
|
elaborate on babylon readme
|
2015-07-14 15:14:57 +01:00 |
|
Sebastian McKenzie
|
ec6f919377
|
v5.6.21
|
2015-07-13 23:37:01 +01:00 |
|
Sebastian McKenzie
|
a3a19d73b3
|
2.6.20
|
2015-07-13 21:09:45 +01:00 |
|
Sebastian McKenzie
|
da9493e1fa
|
Revert "remove do expressions"
This reverts commit 420492388b06ff295a638adbea0f34c726056607.
|
2015-07-13 20:45:49 +01:00 |
|
Sebastian McKenzie
|
1e77212efa
|
remove do expressions
|
2015-07-13 16:37:08 +01:00 |
|
Sebastian McKenzie
|
6cc59a3ce7
|
t
|
2015-07-13 16:34:43 +01:00 |
|
Sebastian McKenzie
|
6c5c216c40
|
add scripts
|
2015-07-12 12:51:20 +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
|
04a29f8344
|
remove accidental stackTraceLimit assignment
|
2015-07-09 16:12:06 +01:00 |
|
Sebastian McKenzie
|
0da4ba4598
|
clean up inType tracking in flow parser plugin
|
2015-06-26 23:26:32 +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
|
030d5f7c6b
|
add labels, and inX properties to lookahead getState
|
2015-06-24 23:26:59 +01:00 |
|
Sebastian McKenzie
|
9e0cc028ed
|
add inType assignment in flow parse declare method
|
2015-06-24 23:26:48 +01:00 |
|
Sebastian McKenzie
|
a7f669e154
|
fix isKeyword flow overload
|
2015-06-24 23:18:21 +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 |
|
Greg Hurrell
|
6f912edaab
|
Add "mixed" Flow type
"mixed" is one of the base types listed here:
http://flowtype.org/docs/base-types.html
So this commit adds support for it.
|
2015-06-02 07:15:06 -07: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
|
0ae1943466
|
register as inside a type when parsing type aliases to avoid ambiguous jsx parsing - fixes #1378
|
2015-05-11 23:44:22 +01: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
|
8039772007
|
remove embedded jsx plugin and use acorn-jsx
|
2015-05-04 04:33:46 +01:00 |
|
Christopher Monsanto
|
c263a25b54
|
support commas as obj property separators in flow
|
2015-05-01 00:09:26 -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 |
|