Commit Graph

6928 Commits

Author SHA1 Message Date
magic-akari
a27ffd2242
feat(es/minifier): Drop unused import bindings (#6967) 2023-02-21 06:22:25 +00:00
SWC Bot
2eb4c1cabd chore: Publish crates 2023-02-21 05:38:59 +00:00
Hikaru Terazono (3c1u)
4771aa206a
fix(css/modules): Fix CSS animation on CSS Modules (#6969) 2023-02-21 14:36:22 +09:00
SWC Bot
786f8180ad chore: Publish crates 2023-02-20 05:31:02 +00:00
magic-akari
1dfadb8790
fix(es/minifier): Fix optimization of expressions in numeric context (#6965) 2023-02-20 05:28:28 +00:00
SWC Bot
89bbadbda6 chore: Publish crates 2023-02-19 14:53:16 +00:00
Donny/강동윤
e946c43f4e
fix(es/resolver): Use type context for export = if it's unresolved (#6963)
**Related issue:**

 - https://github.com/dudykr/stc/issues/717.
2023-02-19 23:50:19 +09:00
SWC Bot
b9398ce2d9 chore: Publish crates 2023-02-19 14:20:55 +00:00
magic-akari
9382bda786
fix(es/minifier): Fix toFixed, toPrecision, toExponential and toString of Number (#6960) 2023-02-19 23:18:14 +09:00
SWC Bot
6f18f23326 chore: Publish crates 2023-02-18 11:50:22 +00:00
Donny/강동윤
d5c0dec40c
fix(bindings/node): Treat .cts and .mts as input by default (#6959)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6958.
2023-02-18 11:42:46 +00:00
SWC Bot
63c5c7bbb0 chore: Publish crates 2023-02-16 05:05:34 +00:00
Laurent Gaucheron
542bb62ef7
fix(bundler): Don't panic while finding exports (#6947) 2023-02-16 14:00:49 +09:00
SWC Bot
6d7bf02e96 chore: Publish crates 2023-02-15 04:34:08 +00:00
Donny/강동윤
14454c9dbd
fix(es/react): Don't panic on key without a value (#6945)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6939.
2023-02-15 04:31:02 +00:00
SWC Bot
4c6775646b chore: Publish crates 2023-02-14 04:50:23 +00:00
Donny/강동윤
0324d5a78b
chore(bot): Allow org members to use bump comments (#6942) 2023-02-14 04:47:41 +00:00
SWC Bot
8c5a53d0d5 chore: Publish crates 2023-02-14 03:16:15 +00:00
LongYinan
0771418dd0
chore(swc_nodejs_common): remove swc_node_base from swc_nodejs_common (#6940)
- Ref: https://github.com/vercel/turbo/pull/3772
2023-02-14 03:13:36 +00:00
SWC Bot
f1f5a19e61 chore: Publish crates 2023-02-12 21:38:45 +00:00
Donny/강동윤
a9b25aaf4a
fix(es/react): Fix handling of whitespaces (#6935)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6931.
2023-02-12 21:35:55 +00:00
SWC Bot
5a598140c1 chore: Publish crates 2023-02-11 16:29:50 +00:00
Donny/강동윤
1ec161a0f1
fix(es/module): Fix jsc.paths on Windows (#6930)
**Related issue:**

 - Reverts https://github.com/swc-project/swc/pull/6716.
 - Closes https://github.com/swc-project/swc/issues/6782.
2023-02-11 16:27:17 +00:00
SWC Bot
e332dffb58 chore: Publish crates 2023-02-10 18:32:51 +00:00
Jonathan Rudenberg
cb4436bd6e
fix(bindings/cli): Rename --config to --config-json (#6932) 2023-02-10 18:30:00 +00:00
Donny/강동윤
0559f2c2b4 chore: Publish crates 2023-02-10 14:02:48 +09:00
Donny/강동윤
8c1dba85f5
chore: Publish v1.3.35 (#6929) 2023-02-10 05:01:14 +00:00
SWC Bot
e600586925 chore: Publish crates 2023-02-10 03:56:01 +00:00
Donny/강동윤
ebc65c7dcb
fix(es/typescript): Fix handling of non-uppercase JSX elements (#6928)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6923.
2023-02-10 12:53:11 +09:00
SWC Bot
b9212cfee0 chore: Publish crates 2023-02-10 02:51:53 +00:00
Donny/강동윤
9e16418fa9
chore: Publish crates (#6926) 2023-02-10 11:49:19 +09:00
SWC Bot
cade201a1f chore: Publish crates 2023-02-10 02:30:18 +00:00
OJ Kwon
75376cd65c
chore: Bump swc_css_* (#6924) 2023-02-10 11:27:20 +09:00
SWC Bot
29fee38224 chore: Publish crates 2023-02-09 05:11:07 +00:00
Donny/강동윤
85a8defc37
fix(es/preset-env): Fix default target (#6921)
**Description:**

Previously the default value of `targets` was `""`, which is not deterministic.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6888.
2023-02-09 05:08:41 +00:00
SWC Bot
fe095e9dc1 chore: Publish crates 2023-02-09 03:10:10 +00:00
Donny/강동윤
725d3fb645
fix(es/minifier): Don't skip shorthand properties from sequential inliner (#6918)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6914.
2023-02-09 03:07:31 +00:00
Donny/강동윤
932d5a5302 chore: Publish crates 2023-02-08 16:51:05 +09:00
SWC Bot
b72ee503e4 chore: Publish crates 2023-02-08 07:48:41 +00:00
Donny/강동윤
6728091e31
chore: Publish v1.3.34 (#6919) 2023-02-08 07:46:17 +00:00
SWC Bot
63216ccf3f chore: Publish crates 2023-02-08 06:47:21 +00:00
Donny/강동윤
d18027cf9b
test(es/module): Add a test for jsc.paths on windows (#6915)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5165.
2023-02-08 06:44:22 +00:00
SWC Bot
f7f18eded3 chore: Publish crates 2023-02-08 05:48:53 +00:00
Donny/강동윤
d779927b4d
doc(readme): Split download badge (#6917) 2023-02-08 14:46:23 +09:00
SWC Bot
a566f9c999 chore: Publish crates 2023-02-08 05:17:01 +00:00
Donny/강동윤
4c5d5a6fca
fix(es/parser): Don't use stacker for armv7 (#6916) 2023-02-08 05:14:41 +00:00
SWC Bot
4be6c33687 chore: Publish crates 2023-02-08 04:37:20 +00:00
Ah
f85ea9cb57
fix(css/modules): Fix interop of & and :global (#6900) 2023-02-08 04:34:38 +00:00
Donny/강동윤
c293c14aaa chore: Publish crates 2023-02-08 12:04:02 +09:00
realtimetodie
5793e37ac7
chore: Publish v1.3.33 (#6905)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2023-02-08 03:02:37 +00:00