Ingvar Stepanyan
|
65d09eac6e
|
Implement shorthand property assignment in ambiguous contexts.
Issue #181.
|
2015-01-24 12:40:24 +02:00 |
|
Ingvar Stepanyan
|
f0569147e6
|
Avoid extra call and arg in parseExpression for single-expression case.
|
2015-01-23 21:48:33 +02:00 |
|
Ingvar Stepanyan
|
41ad304955
|
Introduce helpers for contextual keywords.
|
2015-01-23 21:36:16 +02:00 |
|
Ingvar Stepanyan
|
08b34933d7
|
Added acorn_csp to .gitignore and fixed generation under Windows.
|
2015-01-23 15:39:49 +02:00 |
|
Ingvar Stepanyan
|
2e9180f041
|
Add ES6 patterns to util/walk.js
|
2015-01-23 15:33:28 +02:00 |
|
Ingvar Stepanyan
|
917de714b1
|
Switch from Function.{rest,defaults} to AssignmentPattern and RestElement.
Closes #182.
|
2015-01-23 15:29:37 +02:00 |
|
Sebastian McKenzie
|
90513be27c
|
0.11.1-20
|
2015-01-23 23:45:53 +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 |
|
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
|
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 |
|
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 |
|
Ingvar Stepanyan
|
caa5da6ce1
|
Improve spread element parsing (fix allowed contexts and error locations).
|
2015-01-21 23:51:40 +02:00 |
|
Ingvar Stepanyan
|
d1f28b75aa
|
Merge branch 'upstream' into jsx2
|
2015-01-21 03:01:27 +00:00 |
|
Ingvar Stepanyan
|
29910d2b2d
|
XJS -> JSX as per facebook/esprima#83.
|
2015-01-21 03:00:12 +00:00 |
|
Ingvar Stepanyan
|
cae13fd75a
|
Small simplifications after merge.
|
2015-01-21 02:58:02 +00:00 |
|
Marijn Haverbeke
|
94b5efcd3e
|
Disallow declaration statements in block-less context
Closes #202
|
2015-01-20 12:55:21 +01:00 |
|
Forbes Lindesay
|
33a7c9fc24
|
Support import and export declarations in acorn/util/walk
|
2015-01-20 12:28:20 +01:00 |
|
Marijn Haverbeke
|
a1d2561cfa
|
Restore patch 9f7cb552648829796ab4d6836d08246e95f16b9d to original shape
And make loose parser handle stray class semicolons
Issue #190
|
2015-01-20 12:02:30 +01:00 |
|
Sebastian McKenzie
|
9f7cb55264
|
Add stray semicolons as class elements
|
2015-01-20 11:56:33 +01:00 |
|
Ingvar Stepanyan
|
d64efe1be4
|
Merge branch 'upstream' into jsx2
Conflicts:
acorn.js
|
2015-01-19 14:12:24 +00:00 |
|
Sebastian McKenzie
|
dce9e241db
|
Merge pull request #23 from hawkrives/patch-1
Update .npmignore to ignore big, not-used-in-NPM directories
|
2015-01-19 08:28:19 +11:00 |
|
Hawken Rives
|
9564ce9fd4
|
Update .npmignore
Ignore `test` (2.7MB) and `docs` (651KB)
|
2015-01-18 09:42:10 -06:00 |
|
Sebastian McKenzie
|
b82d5f0290
|
Merge branch 'master' of github.com:6to5/acorn-6to5
|
2015-01-18 19:24:30 +11:00 |
|
Sebastian McKenzie
|
89d8eff5ad
|
v0.11.1-18
|
2015-01-18 19:20:51 +11:00 |
|
Sebastian McKenzie
|
587ab0d07c
|
Merge pull request #22 from tricknotes/fix-repo-name
Fix repository name
|
2015-01-18 19:17:52 +11:00 |
|
Ryunosuke SATO
|
d24b59ca42
|
Fix repository name
Now `acorn-6to5` is owned by 6to5 organization.
|
2015-01-18 17:17:14 +09:00 |
|
Sebastian McKenzie
|
d425759ca7
|
Merge pull request #21 from charliesome/fix-associativity-parsing-again
Fix associativity parsing, hopefully for good this time
|
2015-01-18 19:15:44 +11:00 |
|
Sebastian McKenzie
|
d6dec48335
|
Merge pull request #20 from tricknotes/keep-acorn_scp
Keep acorn_csp.js for npm module
|
2015-01-18 19:14:48 +11:00 |
|
Charlie Somerville
|
8296fe1415
|
fix associativity parsing, hopefully for good this time
|
2015-01-18 19:14:19 +11:00 |
|
Ryunosuke SATO
|
a2f1b75243
|
Keep acorn_csp.js for npm module
The published version v0.11.1-17 doesn't include acorn_csp.js.
`.npmignore` is required to keep it on NPM module.
|
2015-01-18 17:12:05 +09:00 |
|
Sebastian McKenzie
|
5f9f588386
|
fix flow function param type parsing - allow optional notation as well as type declaration - fixes 6to5/6to5#524
|
2015-01-18 18:33:42 +11:00 |
|
Sebastian McKenzie
|
2debaf0f5e
|
v0.11.1-17
|
2015-01-18 12:14:49 +11:00 |
|
Sebastian McKenzie
|
7c3a487355
|
fix exponentiation tests
|
2015-01-18 12:13:38 +11:00 |
|
Sebastian McKenzie
|
a0a20f9fb2
|
fix styling in right associative
|
2015-01-18 10:38:13 +11:00 |
|
Sebastian McKenzie
|
a189dbdcef
|
Merge pull request #19 from charliesome/fix-right-associative-parse
Fix right associative parse precedence
|
2015-01-18 10:36:12 +11:00 |
|