Sebastian McKenzie
|
50ca6b1018
|
clean up inType tracking in flow parser plugin
|
2015-06-26 23:26:32 +01:00 |
|
Sebastian McKenzie
|
e4083fbbd7
|
add support for trailing commas in arrow function parameter lists - fixes #1841
|
2015-06-26 00:37:33 +01:00 |
|
Sebastian McKenzie
|
4fc1bbeb60
|
acorn resync
|
2015-06-24 23:15:27 +01:00 |
|
Sebastian McKenzie
|
aa25903c05
|
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
|
4f08a77230
|
resync with upstream acorn
|
2015-06-20 23:28:49 +01:00 |
|
Sebastian McKenzie
|
c4a491123e
|
disallow line terminator after async contextual keyword - fixes #1711
|
2015-06-08 21:25:16 +01:00 |
|
Sebastian McKenzie
|
4596ae48b8
|
remove acorn jsx tests as the jsx parser is no longer embedded
|
2015-06-07 23:57:11 +01:00 |
|
Sebastian McKenzie
|
02a6feed73
|
update template literal parsing to properly handle newlines
|
2015-06-05 09:36:37 +01:00 |
|
Greg Hurrell
|
0c300058a3
|
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 |
|
Amjad Masad
|
462ff572b3
|
Add failing test for trailing commas in methods
|
2015-05-12 13:19:21 -07:00 |
|
Sebastian McKenzie
|
64f5480f96
|
fix pattern LHS error messages
|
2015-04-13 16:45:30 -07:00 |
|
Sebastian McKenzie
|
828fdc8769
|
make illegal LHS pattern error messages more user friendly
|
2015-04-13 16:40:13 -07:00 |
|
Sebastian McKenzie
|
6763c4415e
|
make parenthesized array patterns illegal - cc @michaelficarra
|
2015-04-13 16:16:57 -07:00 |
|
Sebastian McKenzie
|
5f8667eaa7
|
make parsing of decorators stateless - fixes shuhei/babel-angular2-app#4
|
2015-04-13 08:26:51 -07:00 |
|
Sebastian McKenzie
|
f598c70841
|
Merge pull request #1215 from AluisioASG/es7-trailing-function-commas
ES7 trailing function commas
|
2015-04-12 19:17:02 -07:00 |
|
Sebastian McKenzie
|
98c5255b91
|
add support for object literal decorators - fixes #1154
|
2015-04-11 16:30:55 -07:00 |
|
Sebastian McKenzie
|
f2460c6173
|
update to latest acorn
|
2015-04-10 13:44:50 -07:00 |
|
Aluísio Augusto Silva Gonçalves
|
6c5e0e6590
|
Add Acorn tests for trailing function commas
|
2015-04-09 13:35:48 -03:00 |
|
Sebastian McKenzie
|
543554b258
|
flow tests style nit
|
2015-04-06 06:20:09 -07:00 |
|
Sebastian McKenzie
|
f9c8d7d1fd
|
fix incorrect interpreation of export default shorthand, update to new ast definitions - #1091
|
2015-03-30 06:08:37 +11:00 |
|
Sebastian McKenzie
|
eb2f61e43f
|
add class property initializer and decorator parser tests
|
2015-03-30 03:52:39 +11:00 |
|
Sebastian McKenzie
|
42a2430d2c
|
add support for export extensions https://github.com/leebyron/ecmascript-more-export-from - closes #1091
|
2015-03-30 03:38:14 +11:00 |
|
Sebastian McKenzie
|
e4db93f6a5
|
fix flow test range end of object property nodes
|
2015-03-29 17:05:14 +11:00 |
|
Sebastian McKenzie
|
b83907cc67
|
restructure testing infrastructure to be more modular
|
2015-03-28 01:21:48 +11:00 |
|