Donny
|
27a8bf5104
|
chore: Publish crates
|
2022-01-25 14:48:41 +09:00 |
|
Yunfei He
|
fcb7288eb6
|
feat(es/codegen): Emit comments of Module and Script (#3358)
|
2022-01-25 14:48:03 +09:00 |
|
Donny
|
ad860c9a1c
|
chore: Publish crates
|
2022-01-25 06:22:21 +09:00 |
|
RiESAEX
|
afdb168aad
|
fix(es/loader): Add an option to resolve symlinks with true as a default (#3340)
|
2022-01-24 21:21:06 +00:00 |
|
Donny
|
29f3446df1
|
chore: Publish crates
|
2022-01-25 05:57:14 +09:00 |
|
Austaras
|
29aaac1f15
|
fix(es/compat): Handle nested functions in private_field (#3355)
|
2022-01-24 20:55:43 +00:00 |
|
Donny
|
df2ca10cb6
|
chore: Publish crates
|
2022-01-25 05:22:20 +09:00 |
|
Donny/강동윤
|
a635e9f35b
|
chore(ci): Update thread_local (#3357)
|
2022-01-25 05:21:27 +09:00 |
|
Alexander Akait
|
c7e5faea5c
|
feat(css/ast): Add Ratio , which is defined by spec (#3335)
|
2022-01-24 14:27:10 +00:00 |
|
Donny
|
79ab4d6138
|
chore: Publish crates
|
2022-01-24 22:07:14 +09:00 |
|
Donny/강동윤
|
d9dc2b99dd
|
fix(swc): Respect jsc.experimental.keepImportAssertions (#3352)
swc:
- Fix `Merge` impl of `JscExperimental`.
|
2022-01-24 22:06:17 +09:00 |
|
Donny
|
b7c2e13237
|
chore: Publish crates
|
2022-01-24 21:11:03 +09:00 |
|
Donny/강동윤
|
8007b2dc93
|
feat(es/minifier): Handle array literals in sequences (#3348)
swc_ecma_minifier:
- `sequences`: Implement more rules for array literals.
|
2022-01-24 21:10:20 +09:00 |
|
OJ Kwon
|
438649818f
|
refactor(plugin): Remove multivalue polyfill (#3346)
|
2022-01-24 15:13:30 +09:00 |
|
Donny
|
2d26041d1d
|
chore: Publish crates
|
2022-01-24 15:11:53 +09:00 |
|
Sosuke Suzuki
|
d1c90a4e5f
|
feat(es/bugfix): Add bugfix-safari-id-destructuring-collision-in-function-expression (#3109)
|
2022-01-24 05:48:52 +00:00 |
|
Donny
|
efdbda5808
|
chore: Publish crates
|
2022-01-24 00:19:56 +09:00 |
|
Donny/강동윤
|
6921ffbbda
|
fix(es/minifier): Respect block scoping while negating if statements (#3344)
swc_ecma_minifier:
- Don't negate a if statement if it has `let`/`const` binding.
|
2022-01-24 00:19:33 +09:00 |
|
Donny
|
ffe793660d
|
chore: Publish crates
|
2022-01-23 21:22:03 +09:00 |
|
Alexander Akait
|
c664eafdef
|
refactor(css/ast): Merge several kinds of blocks into a single type (#3336)
|
2022-01-22 14:10:25 +00:00 |
|
Donny
|
c977ce3ed1
|
chore: Publish crates
|
2022-01-22 17:11:56 +09:00 |
|
magic-akari
|
da709fe3d3
|
fix(es/typescript): Handle typescript enums with string values (#3339)
|
2022-01-22 08:10:59 +00:00 |
|
padorang684
|
b2bf38d025
|
fix(es/module): Remove .jsx file extension (#3334)
|
2022-01-21 14:10:33 +00:00 |
|
Donny
|
919c49b78b
|
chore: Publish crates
|
2022-01-21 22:33:10 +09:00 |
|
Alexander Akait
|
9f3806029c
|
fix(css): Fix @supports at-rule (#3329)
|
2022-01-21 22:32:49 +09:00 |
|
Donny
|
4ee4672e4d
|
chore: Publish crates
|
2022-01-21 14:01:51 +09:00 |
|
Donny/강동윤
|
d52a1f3899
|
fix(es/minifier): Don't inline a var if the initializer is reassigned (#3333)
swc_ecma_minifier:
- Consider reassignment to initializer while inlining a variable.
|
2022-01-21 14:01:20 +09:00 |
|
Donny
|
29985df91d
|
chore: Publish crates
|
2022-01-21 11:46:07 +09:00 |
|
Alexander Akait
|
f89ffa67ae
|
fix(css): Fix @keyframes at-rule (#3331)
|
2022-01-21 01:55:49 +00:00 |
|
Donny
|
846a91e14c
|
chore: Publish crates
|
2022-01-21 10:25:41 +09:00 |
|
Donny/강동윤
|
4f23d651d1
|
fix(es/minifier): Consider capturing while inlining (#3322)
swc_ecma_minifier:
- Don't inline functions if it captures the environment.
|
2022-01-21 10:24:41 +09:00 |
|
Donny
|
57e79b6fce
|
chore: Publish crates
|
2022-01-21 10:03:21 +09:00 |
|
Alexander Akait
|
34943ffa15
|
fix(css): Fix the type definition of @support at-rules (#3330)
|
2022-01-21 00:57:29 +00:00 |
|
Donny
|
af53b9487f
|
chore: Publish crates
|
2022-01-20 23:57:38 +09:00 |
|
magic-akari
|
6d1ad368ac
|
fix(es/compat): Fix regression of destructuring (#3326)
|
2022-01-20 14:46:58 +00:00 |
|
Donny
|
2cc852a0b5
|
chore: Publish crates
|
2022-01-20 23:19:23 +09:00 |
|
Alexander Akait
|
506a31078a
|
fix(css/parser): Fix parsing of at rules (#3328)
|
2022-01-20 14:15:36 +00:00 |
|
LongYinan
|
8a76935ca2
|
perf(node): Avoid cloning options (#3325)
|
2022-01-20 10:47:37 +00:00 |
|
Donny
|
faacce3246
|
chore: Publish crates
|
2022-01-20 18:34:36 +09:00 |
|
Donny
|
848e9c8b8a
|
chore: Publish v1.2.133
|
2022-01-20 17:13:10 +09:00 |
|
LongYinan
|
c069c78b21
|
build(node-swc): Fix Windows arm64 build OOM (#3324)
|
2022-01-20 17:11:56 +09:00 |
|
Donny
|
e2424af430
|
chore: Publish crates
|
2022-01-20 16:10:32 +09:00 |
|
Donny
|
f62e6312d5
|
chore: Publish crates
|
2022-01-20 16:07:42 +09:00 |
|
Donny/강동윤
|
57204e39cd
|
fix(es/minifier): Don't inline functions used as arguments (#3320)
swc_ecma_minifier:
- Preserve a variable initialized with a function expression if it's used as an argument.
|
2022-01-20 16:06:23 +09:00 |
|
Donny
|
041bf00362
|
chore(rustc): Downgrade rustc
|
2022-01-20 13:53:19 +09:00 |
|
Donny
|
e0c362b978
|
chore: Publish v1.2.132
|
2022-01-20 12:04:05 +09:00 |
|
Donny
|
cb50328d85
|
chore: Publish crates
|
2022-01-20 11:58:57 +09:00 |
|
Alexander Akait
|
0723ee2828
|
fix(css): Fix parsing of media queries (#3318)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-01-20 02:57:24 +00:00 |
|
LongYinan
|
9608605772
|
build(node-swc): Fix GLIBC < 2.18 compatible issues and android arm binary loading issue (#3314)
|
2022-01-20 02:21:24 +00:00 |
|
Donny
|
1bd01b4829
|
chore: Publish crates
|
2022-01-20 10:34:54 +09:00 |
|