Alex Lam S.L
|
8709753bfb
|
fix mangle on export (#2133)
- `export default ...`
- `export` with `AST_Destructuring`
fixes #2129
|
2017-06-21 14:22:09 +08:00 |
|
Alex Lam S.L
|
db877e8729
|
fix drop_unused() accounting of symbols within export function (#2132)
fixes #2131
|
2017-06-21 12:32:58 +08:00 |
|
Alex Lam S.L
|
11923e3ae8
|
reject non-toplevel import/export (#2128)
fixes #2124
|
2017-06-21 03:18:48 +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 |
|