kzc
|
a020d2ead3
|
support dynamic import(), trap invalid use of export (#2335)
|
2017-09-28 18:43:09 +08:00 |
|
Alex Lam S.L
|
62d1fbf645
|
support export statements properly (#2126)
- mangle & compress correctly with `toplevel`
- retain non-toplevel import/export
- parse & output `export { variable as name }`
- remove extraneous spaces from `beautify`
fixes #2038
fixes #2124
|
2017-06-21 00:51:36 +08:00 |
|
alexlamsl
|
81f1311b24
|
Merge branch 'master' into harmony-v3.0.1
|
2017-05-09 02:10:06 +08:00 |
|
alexlamsl
|
b4c18f6b83
|
Merge branch 'master' into harmony-v3.0.0
|
2017-05-07 15:34:16 +08:00 |
|
Ondřej Španěl
|
5dea52266b
|
[ES6] Implemented parse for export Name from Module variants. (#1701)
- add `AST_Export` new variants output
- add tests to `test/compress/`
- update `$propdoc` of `AST_Export` ("exported_names" & "module_name")
- add tests for `export ... as ...` variants
|
2017-03-30 17:07:50 +08:00 |
|