Sebastian McKenzie
|
75389b04a6
|
use isConsequenceExpressionStatement to correctly evaluate expressions - fixes #502
|
2015-01-24 00:19:48 +11:00 |
|
Sebastian McKenzie
|
3167d66154
|
add t.getLastStatements and File::isConsequenceExpressionStatement
|
2015-01-24 00:04:20 +11:00 |
|
Sebastian McKenzie
|
bd789ff032
|
fix bin/6to5 blacklist test
|
2015-01-24 00:03:32 +11:00 |
|
Sebastian McKenzie
|
c118c10a9d
|
update 3.0.0 changelog
|
2015-01-23 23:47:16 +11:00 |
|
Sebastian McKenzie
|
8ed1325dfc
|
fix RestElement argument type
|
2015-01-23 23:47:02 +11:00 |
|
Sebastian McKenzie
|
33cd9eeafd
|
don't hoist regenerator variable declarations in system module formatter
|
2015-01-23 23:46:43 +11:00 |
|
Sebastian McKenzie
|
b280303a10
|
remove register opts
|
2015-01-23 23:46:27 +11:00 |
|
Sebastian McKenzie
|
0ad071af4e
|
upgrade acorn-6to5
|
2015-01-23 23:46:20 +11:00 |
|
Sebastian McKenzie
|
90513be27c
|
0.11.1-20
|
2015-01-23 23:45:53 +11:00 |
|
Sebastian McKenzie
|
a22cd72440
|
update to RestElement - @RReverser
|
2015-01-23 23:20:45 +11:00 |
|
Sebastian McKenzie
|
f031700b67
|
Merge https://github.com/marijnh/acorn
Conflicts:
acorn.js
|
2015-01-23 23:16:59 +11:00 |
|
Sebastian McKenzie
|
cb76f3f7ba
|
Merge https://github.com/marijnh/acorn
Conflicts:
acorn.js
|
2015-01-23 23:16:08 +11:00 |
|
Ingvar Stepanyan
|
38609ae26d
|
Closes #205.
|
2015-01-23 14:14:02 +02:00 |
|
Sebastian McKenzie
|
4fee58e7bc
|
remove includeRegenerator option
|
2015-01-23 23:05:35 +11:00 |
|
Sebastian McKenzie
|
86b6904e77
|
fix esnext tests to reflect new super behaviour
|
2015-01-23 23:05:24 +11:00 |
|
Sebastian McKenzie
|
9f435d02f2
|
switch to a custom list of global keys and use object helper
|
2015-01-23 23:04:33 +11:00 |
|
Sebastian McKenzie
|
5419616063
|
remove optional prefixing
|
2015-01-23 23:03:49 +11:00 |
|
Sebastian McKenzie
|
5f8f9e35d7
|
better categorisation of transformers
|
2015-01-23 23:03:41 +11:00 |
|
Sebastian McKenzie
|
e1d2def4b1
|
add t.getSpecifierId that handles default specifiers
|
2015-01-23 23:03:04 +11:00 |
|
Sebastian McKenzie
|
36fef5676a
|
add helpers
|
2015-01-23 23:02:48 +11:00 |
|
Sebastian McKenzie
|
063fec0ca6
|
better categorisation of transformers
|
2015-01-23 23:02:40 +11:00 |
|
Ingvar Stepanyan
|
cb94a0851c
|
Add regex comparison to test driver.
|
2015-01-23 13:50:01 +02:00 |
|
Ingvar Stepanyan
|
e6f1e1027e
|
Fix dividing function expression.
Fixes #204.
|
2015-01-23 13:17:03 +02:00 |
|
Sebastian McKenzie
|
78923eae15
|
add back missing class type parsing
|
2015-01-23 21:38:13 +11:00 |
|
Sebastian McKenzie
|
ac4fdac04a
|
add flow tests
|
2015-01-23 21:37:26 +11:00 |
|
Sebastian McKenzie
|
957d2b4c44
|
Merge https://github.com/marijnh/acorn
|
2015-01-23 21:02:23 +11:00 |
|
Ingvar Stepanyan
|
39d752dc6b
|
Make top-level equal to block statement context.
Fixes #203.
|
2015-01-23 11:48:39 +02:00 |
|
Sebastian McKenzie
|
c7e4213641
|
update 3.0.0 changelog
|
2015-01-23 09:39:47 +11:00 |
|
Sebastian McKenzie
|
bff150f69d
|
fix filenameRelative name and remove amdModuleIds
|
2015-01-23 09:39:42 +11:00 |
|
Sebastian McKenzie
|
dc209417e7
|
move internal tools from bin to tools
|
2015-01-23 09:39:22 +11:00 |
|
Sebastian McKenzie
|
fb74832594
|
update 3.0.0 changelog
|
2015-01-23 09:26:33 +11:00 |
|
Sebastian McKenzie
|
49cd1753e6
|
throw on unknown options
|
2015-01-23 09:26:27 +11:00 |
|
Sebastian McKenzie
|
36fa887be8
|
update XJS namespaces to JSX
|
2015-01-23 08:08:56 +11:00 |
|
Sebastian McKenzie
|
dacb187f11
|
upgrade acorn-6to5
|
2015-01-23 08:08:47 +11:00 |
|
Sebastian McKenzie
|
c1da7ac939
|
Merge branch 'master' of github.com:6to5/acorn-6to5
|
2015-01-23 08:07:51 +11:00 |
|
Sebastian McKenzie
|
04e6d02d1e
|
0.11.1-19
|
2015-01-23 08:07:39 +11:00 |
|
Sebastian McKenzie
|
af7630b963
|
Merge https://github.com/RReverser/acorn-jsx
Conflicts:
.gitignore
README.md
acorn.js
package.json
test/run.js
test/tests-harmony.js
test/tests-jsx.js
|
2015-01-23 08:07:09 +11:00 |
|
Sebastian McKenzie
|
5815b17dee
|
Merge branch 'master' into 3.0.0
|
2015-01-23 07:12:28 +11:00 |
|
Sebastian McKenzie
|
fe594dfe0c
|
Merge pull request #572 from assaf/master
Added test case for issue #564
|
2015-01-23 07:12:02 +11:00 |
|
Assaf Arkin
|
4fe6ad43c1
|
Added test case for issue #564
|
2015-01-22 10:19:45 -08:00 |
|
Ingvar Stepanyan
|
2e55540bbe
|
Fix {start,end}Loc -> loc.{start,end} in acorn_loose; remove forceRegexp.
|
2015-01-22 18:53:45 +02:00 |
|
Ingvar Stepanyan
|
555c7898c8
|
Remove Token::{startLoc,endLoc} so they don't appear in next release.
|
2015-01-22 18:21:38 +02:00 |
|
Ingvar Stepanyan
|
de23a869ae
|
Add acorn_csp.js to .gitignore.
|
2015-01-22 17:26:18 +02:00 |
|
Ingvar Stepanyan
|
5e1f60dbae
|
Update repository metadata and readme.
|
2015-01-22 17:25:50 +02:00 |
|
Ingvar Stepanyan
|
a7d5734a59
|
Fix spread attribute parsing after merge.
|
2015-01-22 17:13:56 +02:00 |
|
Ingvar Stepanyan
|
0d4f1f6ce9
|
Update version.
|
2015-01-22 16:39:30 +02:00 |
|
Ingvar Stepanyan
|
252bb46f70
|
Merge branch 'upstream' into jsx2
|
2015-01-22 16:11:28 +02:00 |
|
Sebastian McKenzie
|
377212290f
|
6to5/polyfill can now only be required **once**
|
2015-01-23 00:19:30 +11:00 |
|
Sebastian McKenzie
|
51b6946a98
|
remove unlink event watching in bin/6to5
|
2015-01-23 00:19:19 +11:00 |
|
Sebastian McKenzie
|
c90904a139
|
put 3.0.0 changes into subsections
|
2015-01-22 19:24:04 +11:00 |
|