alexlamsl
|
11afa816e3
|
Merge branch 'master' into harmony-v3.0.20
|
2017-06-25 16:43:44 +08:00 |
|
Alex Lam S.L
|
b163b13a0b
|
fix export of keyword and redirection (#2143)
fixes #2141
fixes #2142
|
2017-06-23 03:49:30 +08:00 |
|
Alex Lam S.L
|
8ba9e4e0da
|
fix toplevel on export (#2137)
fixes #2134
|
2017-06-22 00:31:17 +08:00 |
|
Alex Lam S.L
|
71556d00b5
|
correctly parse export of function & class (#2135)
|
2017-06-21 23:15:39 +08:00 |
|
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 |
|