kzc
|
a658cd84a5
|
fix destructuring of non string keys (#1989)
|
2017-05-22 16:38:03 +08:00 |
|
kzc
|
69ac794bc8
|
add another minify() options example (#1988)
|
2017-05-22 12:19:07 +08:00 |
|
Alex Lam S.L
|
efdb65913b
|
improve usability of global_defs in minify() (#1987)
Use `@key` to `parse()` string value as `AST_Node`.
fixes #1986
|
2017-05-22 01:38:43 +08:00 |
|
kzc
|
a1dedeb3ce
|
more refinement of minify() documentation (#1983)
|
2017-05-21 04:55:03 +08:00 |
|
Alex Lam S.L
|
5b22334f3b
|
Merge pull request #1982 from alexlamsl/harmony-v3.0.10
Merging from master for 3.0.10
harmony-v3.0.10
|
2017-05-21 03:23:59 +08:00 |
|
alexlamsl
|
a3053c537a
|
Merge branch 'master' into harmony-v3.0.10
|
2017-05-21 01:36:38 +08:00 |
|
Alex Lam S.L
|
d3c4a8e9e7
|
v3.0.10
v3.0.10
|
2017-05-21 01:30:17 +08:00 |
|
kzc
|
d6f77a6352
|
update keywords in package.json (#1981)
|
2017-05-20 22:10:51 +08:00 |
|
kzc
|
7e164aba8f
|
add "es5" to package.json keywords (#1980)
|
2017-05-20 22:09:50 +08:00 |
|
kzc
|
22aedef849
|
document minify() option toplevel (#1979)
|
2017-05-20 22:09:21 +08:00 |
|
Alex Lam S.L
|
58fae7dc07
|
enhance if_return to handle return void... (#1977)
fixes #512
|
2017-05-20 15:58:46 +08:00 |
|
Alex Lam S.L
|
a2172e1a99
|
fix parsing of yield as object key (#1976)
fixes #1974
|
2017-05-20 13:11:37 +08:00 |
|
kzc
|
5bf8d7e949
|
document 3.x minify() does not throw errors (#1975)
|
2017-05-20 10:49:35 +08:00 |
|
kzc
|
1df9d06f4a
|
document minify warnings and add an error example (#1973)
|
2017-05-19 17:20:21 +08:00 |
|
Alex Lam S.L
|
9a074c2637
|
Merge pull request #1972 from alexlamsl/harmony-v3.0.9
Merging from master for 3.0.9
harmony-v3.0.9
|
2017-05-19 10:38:45 +08:00 |
|
alexlamsl
|
02b14528fa
|
Merge branch 'master' into harmony-v3.0.9
|
2017-05-19 09:51:00 +08:00 |
|
Alex Lam S.L
|
3408fc9d32
|
v3.0.9
v3.0.9
|
2017-05-19 09:35:26 +08:00 |
|
Alex Lam S.L
|
eae26756f1
|
introduce unsafe_regexp (#1970)
fixes #1964
|
2017-05-19 09:06:29 +08:00 |
|
Alex Lam S.L
|
3db2001633
|
suppress unused on block variables (#1969)
fixes #1968
|
2017-05-19 00:28:19 +08:00 |
|
Alex Lam S.L
|
aaba482e48
|
Merge pull request #1967 from alexlamsl/harmony-v3.0.8
Merging from master for 3.0.8
harmony-v3.0.8
|
2017-05-18 16:02:29 +08:00 |
|
alexlamsl
|
5f29fced0a
|
Merge branch 'master' into harmony-v3.0.8
|
2017-05-18 14:54:18 +08:00 |
|
Alex Lam S.L
|
43add9416b
|
v3.0.8
v3.0.8
|
2017-05-18 14:49:40 +08:00 |
|
Alex Lam S.L
|
efcf167e5e
|
make expect_stdout node version specific (#1963)
... via semver string on `node_version` label.
|
2017-05-18 11:28:35 +08:00 |
|
Kara
|
6ed90913ca
|
fix docs for side_effects flag to reflect current behavior (#1966)
|
2017-05-18 10:51:49 +08:00 |
|
kzc
|
b1b918e6d6
|
better extends paren fix (#1962)
|
2017-05-18 02:36:29 +08:00 |
|
Alex Lam S.L
|
569c21e952
|
improve RegExp handling (#1959)
- remove `options.output.unescape_regexps`
- preserve original pattern whenever possible
fixes #54
fixes #1929
|
2017-05-17 20:10:50 +08:00 |
|
Alex Lam S.L
|
87c3a2c0ce
|
remove space_colon (#1960)
Always emit space after colon when `options.output.beautify` is enabled.
|
2017-05-17 14:07:34 +08:00 |
|
Rob Garrison
|
baef8bf050
|
update output options in readme (#1958)
|
2017-05-17 11:54:46 +08:00 |
|
alexlamsl
|
0813c5316f
|
remove Travis CI badge
|
2017-05-17 10:32:59 +08:00 |
|
kzc
|
ebb469e4cd
|
fix class extends expression (#1956)
|
2017-05-17 03:29:25 +08:00 |
|
kzc
|
c22d26b483
|
support export default of anonymous functions and classes (#1954)
|
2017-05-17 03:28:24 +08:00 |
|
Alex Lam S.L
|
f751e64d49
|
Merge pull request #1951 from alexlamsl/harmony-v3.0.7
Merging from master for 3.0.7
harmony-v3.0.7
|
2017-05-17 01:03:55 +08:00 |
|
alexlamsl
|
60c56a24b9
|
Merge branch 'master' into harmony-v3.0.7
|
2017-05-16 20:02:30 +08:00 |
|
Alex Lam S.L
|
c88139492d
|
v3.0.7
v3.0.7
|
2017-05-16 19:59:40 +08:00 |
|
Alex Lam S.L
|
cb45886512
|
export TreeTransformer (#1950)
- link to existing documentation on `TreeWalker` & `TreeTransformer`
- fix Travis build failures
fixes #1949
|
2017-05-16 19:59:05 +08:00 |
|
Alex Lam S.L
|
01f23cf5a1
|
Merge pull request #1948 from alexlamsl/harmony-v3.0.6
Merging from master for 3.0.6
harmony-v3.0.6
|
2017-05-16 13:26:45 +08:00 |
|
alexlamsl
|
99fb3e8f0d
|
Merge branch 'master' into harmony-v3.0.6
|
2017-05-16 06:48:23 +08:00 |
|
Alex Lam S.L
|
050474ab44
|
v3.0.6
v3.0.6
|
2017-05-16 06:38:58 +08:00 |
|
Alex Lam S.L
|
f6c805ae1d
|
print package name alongside version in CLI (#1946)
fixes #1945
|
2017-05-16 06:34:32 +08:00 |
|
Alex Lam S.L
|
9464d3c20f
|
fix parsing of property access after new line (#1944)
Account for comments when detecting property access in `tokenizer`.
fixes #1943
|
2017-05-16 05:40:49 +08:00 |
|
alexlamsl
|
f18abd1b9c
|
minor fixes to README.md
|
2017-05-16 01:33:01 +08:00 |
|
kzc
|
3be06ad085
|
reorg README for 3.x (#1942)
|
2017-05-16 01:12:00 +08:00 |
|
Alex Lam S.L
|
265008c948
|
improve keyword-related parser errors (#1941)
fixes #1937
|
2017-05-15 23:02:55 +08:00 |
|
Alex Lam S.L
|
756c9aa7dc
|
keep minify() options in sync (#1940)
harmony-v3.0.5
|
2017-05-15 20:29:48 +08:00 |
|
Alex Lam S.L
|
07d6bfd707
|
Merge pull request #1939 from alexlamsl/harmony-v3.0.5
Merging from master for 3.0.5
|
2017-05-15 19:48:00 +08:00 |
|
alexlamsl
|
81243c4e71
|
Merge branch 'master' into harmony-v3.0.5
|
2017-05-15 18:58:54 +08:00 |
|
alexlamsl
|
cd6e849555
|
Revert "remove support for const (#1910)"
This reverts commit c391576d52.
|
2017-05-15 18:38:16 +08:00 |
|
Alex Lam S.L
|
ff526be61d
|
v3.0.5
v3.0.5
|
2017-05-15 11:37:14 +08:00 |
|
Alex Lam S.L
|
e005099fb1
|
fix & improve coverage of estree (#1935)
- fix `estree` conversion of getter/setter
- fix non-directive literal in `to_mozilla_ast()`
- revamp `test/mozilla-ast.js`
- reuse `test/ufuzz.js` for code generation
- use `acorn.parse()` for creating `estree`
- extend `test/ufuzz.js` for `acorn` workaround
- catch variable redefinition
- non-trivial literal as directive
- adjust options for tolerance
Miscellaneous
- optional semi-colon when parsing directives
fixes #1914
closes #1915
|
2017-05-15 02:37:53 +08:00 |
|
kzc
|
504a436e9d
|
Tweak README Notes (#1934)
|
2017-05-14 02:12:14 +08:00 |
|