Sebastian McKenzie
|
a20a926de1
|
v5.8.23
|
2015-08-27 16:38:34 -07:00 |
|
Sebastian McKenzie
|
d97240ae09
|
Merge remote-tracking branch 'origin/master' into development
Conflicts:
packages/babel/scripts/build-dist.sh
|
2015-08-27 11:12:00 -07:00 |
|
Cesar Andreu
|
bc59b09f6b
|
Start ObjectTypeProperty's optional property as false in each loop
|
2015-08-27 00:07:26 -04:00 |
|
Cesar Andreu
|
60f4003345
|
Add failing flow ObjectTypeProperty test
|
2015-08-26 06:51:12 -04:00 |
|
Sebastian McKenzie
|
6e24626482
|
fix weird legacy acorn formatting
|
2015-08-24 15:31:41 -04:00 |
|
Sebastian McKenzie
|
032ca7ae1c
|
never attempt to represent regexes natively
|
2015-08-24 15:31:30 -04:00 |
|
Sebastian McKenzie
|
ac9ee75dac
|
parser: don't mutate or clone state arrays when doing a lookahead - fixes #2211
|
2015-08-15 19:07:42 -04:00 |
|
Sebastian McKenzie
|
860322f7b8
|
add more jsx tests
|
2015-08-12 02:57:18 +01:00 |
|
Sebastian McKenzie
|
8887444cf7
|
fix various bugs surfaced by the esprima test suite, remove some incorrect tests
|
2015-08-11 16:58:20 +01:00 |
|
Sebastian McKenzie
|
b7b43dc282
|
Merge branch 'master' into development
|
2015-08-11 01:05:04 +01:00 |
|
Sebastian McKenzie
|
87c604b64e
|
v5.8.22
|
2015-08-11 01:00:54 +01:00 |
|
Sebastian McKenzie
|
df021c7f23
|
add esprima tests and fix bugs picked up by it
|
2015-08-11 00:59:15 +01:00 |
|
Henry Zhu
|
babf64473b
|
fix broken test from regex-after-block
|
2015-08-10 19:31:26 -04:00 |
|
Henry Zhu
|
8f3615bf7b
|
fix unexpected token issue for regex after block case
- Ex: `if (1) {} /foo/`
Fixes babel/babel-eslint#161
Ref marijnh/acorn#289
|
2015-08-10 19:03:13 -04:00 |
|
Sebastian McKenzie
|
c318c88050
|
forward all arguments to parseClassId in flow parser plugin
|
2015-08-10 13:10:32 +01:00 |
|
Sebastian McKenzie
|
b581a7590c
|
fix export default function expression disambiguation - fixes #2189
|
2015-08-10 13:04:08 +01:00 |
|
Sebastian McKenzie
|
4fda34ce6f
|
properly distinguish shorthand async keys that are the last property - fixes #2176
|
2015-08-06 19:33:48 +01:00 |
|
Sebastian McKenzie
|
5ec9f78493
|
fix patterns with async keys - fixes #2171
|
2015-08-05 23:22:31 +01:00 |
|
Sebastian McKenzie
|
9826be30cc
|
Merge branch 'master' of github.com:babel/babel
|
2015-08-05 22:45:00 +01:00 |
|
Sebastian McKenzie
|
68e70e55e2
|
v5.8.21
|
2015-08-05 22:22:57 +01:00 |
|
Sebastian McKenzie
|
226bf3f80d
|
style nits
|
2015-08-05 21:45:22 +01:00 |
|
Sebastian McKenzie
|
79c62ded0a
|
remove operator property from AssignmentPattern
|
2015-08-05 21:45:11 +01:00 |
|
Sebastian McKenzie
|
71bbffa797
|
fix handling of flow method shorthand - fixes #2169
|
2015-08-05 21:42:15 +01:00 |
|
Naman Goel
|
b5c4dcb7ae
|
fix typos
Found some typos while reading the code.
|
2015-08-05 00:26:52 +02:00 |
|
Sebastian McKenzie
|
94e345e0b2
|
check valid function/class token when parsing export default before converting to a declaration - fixes #2145
|
2015-08-02 21:36:52 +01:00 |
|
Sebastian McKenzie
|
a0f9d5fbc8
|
add support for export types
|
2015-07-31 23:34:45 +01:00 |
|
Sebastian McKenzie
|
c050722611
|
v5.8.20
|
2015-07-31 21:24:00 +01:00 |
|
Sebastian McKenzie
|
9ccbc89653
|
put containsEsc on state rather than as a local variable
|
2015-07-31 12:44:54 +01:00 |
|
Sebastian McKenzie
|
b1c3ed6d2d
|
fix linting error and add missing tests
|
2015-07-30 23:47:59 +01:00 |
|
Sebastian McKenzie
|
1d81dd995c
|
add support for boolean flow literals - fixes #2127
|
2015-07-30 23:44:36 +01:00 |
|
Sebastian McKenzie
|
c91c2eb748
|
add acorn license - cc @RReverser
|
2015-07-30 12:57:23 +01:00 |
|
Sebastian McKenzie
|
53952cb765
|
fix syntax error
|
2015-07-29 16:43:52 +01:00 |
|
Sebastian McKenzie
|
ffee5615e4
|
clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114
|
2015-07-29 16:15:47 +01:00 |
|
Sebastian McKenzie
|
4945b8e6f6
|
v5.8.19
|
2015-07-29 13:32:27 +01:00 |
|
Sebastian McKenzie
|
0888686eb1
|
v5.8.18
|
2015-07-29 13:30:00 +01:00 |
|
Sebastian McKenzie
|
a6fabeebaa
|
v5.8.17
|
2015-07-29 13:28:24 +01:00 |
|
Sebastian McKenzie
|
361c6970c0
|
v5.8.13
|
2015-07-28 13:41:00 +01:00 |
|
Sebastian McKenzie
|
c966885157
|
Merge branch 'development'
cially if it merges an updated upstream into a topic branch.
|
2015-07-28 09:10:49 +01:00 |
|
Sebastian McKenzie
|
a998fa308b
|
v5.8.12
|
2015-07-28 01:38:31 +01:00 |
|
Logan Smyth
|
c60ffdef7b
|
Ensure that the original state is restored on lookahead - fixes #2086
|
2015-07-26 20:56:07 -07:00 |
|
Sebastian McKenzie
|
a96b9e1afa
|
v5.8.9
|
2015-07-27 00:14:29 +01:00 |
|
Sebastian McKenzie
|
e6e3a68a39
|
make flow transformer use internal state to track whether we're in a type or not - fixes #2083
|
2015-07-27 00:06:26 +01:00 |
|
Sebastian McKenzie
|
2eebf8f5e0
|
v5.8.8
|
2015-07-26 22:07:32 +01:00 |
|
Sebastian McKenzie
|
c42f1974da
|
v5.8.7
|
2015-07-26 21:59:55 +01:00 |
|
Sebastian McKenzie
|
0bbe94c38b
|
really fix comment attachment
|
2015-07-26 21:58:22 +01:00 |
|
Sebastian McKenzie
|
04ce3db23b
|
add back missing comment fix - fixes #2072
|
2015-07-26 21:56:28 +01:00 |
|
Sebastian McKenzie
|
a571907c5d
|
v5.8.6
|
2015-07-26 21:50:46 +01:00 |
|
Sebastian McKenzie
|
6ef86f67f4
|
update jsx tests
|
2015-07-26 05:34:03 +01:00 |
|
Sebastian McKenzie
|
671196dffa
|
remove rawValue property from JSX inner text Literal nodes
|
2015-07-26 05:30:27 +01:00 |
|
Sebastian McKenzie
|
e229f8ea55
|
remove gross acorn conditional statement styling
|
2015-07-26 05:22:33 +01:00 |
|