SWC Bot
8c024895f9
chore: Publish 1.4.7-nightly-20240310.2
2024-03-10 00:31:43 +00:00
SWC Bot
3b4e4dc4f2
chore: Publish 1.4.7-nightly-20240310.1
2024-03-10 00:24:13 +00:00
강동윤 (Donny)
de09c55ffa
chore: Update changelog
2024-03-08 14:56:34 +09:00
강동윤 (Donny)
938d725f27
chore: Publish 1.4.6
with swc_core
v0.90.18
2024-03-08 14:56:32 +09:00
SWC Bot
18ab6cd566
chore: Publish 1.4.6-nightly-20240308.1
2024-03-08 05:49:46 +00:00
SWC Bot
b0c00b96f1
chore: Bump crates
2024-03-08 04:57:07 +00:00
Donny/강동윤
9a1f04f426
perf(es): Do not create tokio runtime if not required ( #8711 )
...
**Related issue:**
- Closes #8708 .
2024-03-08 04:55:36 +00:00
SWC Bot
1f65271b72
chore: Bump crates
2024-03-07 07:20:05 +00:00
Donny/강동윤
606921700e
fix(es/minifier): Do not drop used properties ( #8703 )
...
**Related issue:**
- Closes #8692
2024-03-07 07:18:26 +00:00
SWC Bot
c6464add4f
chore: Publish 1.4.6-nightly-20240307.1
2024-03-07 00:18:19 +00:00
강동윤 (Donny)
cecd02615e
chore: Update changelog
2024-03-06 17:53:35 +09:00
강동윤 (Donny)
811d3a01c7
chore: Publish 1.4.5
with swc_core
v0.90.17
2024-03-06 17:53:33 +09:00
SWC Bot
2956547ef7
chore: Publish 1.4.5-nightly-20240306.1
2024-03-06 08:51:56 +00:00
SWC Bot
e49b9f68a3
chore: Bump crates
2024-03-06 08:25:25 +00:00
Donny/강동윤
d37125fb8e
fix(es/module): Fix relativeness check for jsc.paths
( #8702 )
...
**Related issue:**
- Closes #8701
2024-03-06 17:23:38 +09:00
SWC Bot
90aaabaf15
chore: Bump crates
2024-03-06 04:41:56 +00:00
magic-akari
4ce39ebf32
feat(es/parser): Support Regular Expression v
flag ( #8690 )
...
**Related issue:**
- Closes #8462
2024-03-06 04:40:25 +00:00
SWC Bot
4066dfa830
chore: Bump crates
2024-03-06 03:57:09 +00:00
Donny/강동윤
8a3d6f85f7
chore(ci): Fix cargo deny action ( #8699 )
2024-03-06 03:55:42 +00:00
강동윤 (Donny)
a5b08adb85
chore: Update changelog
2024-03-05 22:54:45 +09:00
강동윤 (Donny)
714e87a831
chore: Publish 1.4.4
with swc_core
v0.90.16
2024-03-05 22:54:44 +09:00
SWC Bot
9c6195f1bf
chore: Publish 1.4.4-nightly-20240305.1
2024-03-05 04:24:49 +00:00
강동윤 (Donny)
05a4227b86
chore: Update changelog
2024-03-05 11:48:25 +09:00
강동윤 (Donny)
2ae4f1ca75
chore: Publish 1.4.3
with swc_core
v0.90.16
2024-03-05 11:48:23 +09:00
SWC Bot
e23ba917af
chore: Bump crates
2024-03-04 11:27:25 +00:00
Levi
7e05adf0fa
feat(es/minifier): Allow expr_simplifier
to do arithmetic with string literals ( #8683 )
...
**Description:**
This PR implements the feature described for the issue in #8682 .
**Related issue:**
- Closes #8682 .
2024-03-04 11:25:54 +00:00
SWC Bot
eac6620b04
chore: Bump crates
2024-03-04 11:02:44 +00:00
magic-akari
570483ae48
fix(es/decorators): Handle default exported class ( #8691 )
...
**Related issue:**
- Closes #8681
2024-03-04 11:01:04 +00:00
SWC Bot
98aa9824d5
chore: Bump crates
2024-03-04 10:08:47 +00:00
Donny/강동윤
b47438245a
perf(visit): Drop pmutil
to improve compile time ( #8673 )
2024-03-04 10:07:02 +00:00
SWC Bot
bf2535070d
chore: Bump crates
2024-03-04 09:37:55 +00:00
Donny/강동윤
761365eb56
fix(es/module): Allow FileName::Anon
from node resolver ( #8686 )
...
**Related issue:**
- Closes #8674
2024-03-04 09:36:17 +00:00
SWC Bot
7a5c7df195
chore: Bump crates
2024-03-04 07:48:09 +00:00
magic-akari
baba663464
fix(es/typescript): Handle accessibility in private method ( #8689 )
...
**Related issue:**
- Closes #8687
2024-03-04 07:46:31 +00:00
SWC Bot
5ae0a2f858
chore: Bump crates
2024-03-04 01:49:57 +00:00
Donny/강동윤
08ed0fb666
fix(es/modules): Fix resolution of jsc.paths
with exact match ( #8685 )
...
**Related issue:**
- Closes #8668
2024-03-04 01:48:18 +00:00
SWC Bot
147e7d0e68
chore: Publish 1.4.3-nightly-20240304.1
2024-03-04 00:37:36 +00:00
SWC Bot
ca0312504e
chore: Bump crates
2024-03-02 10:50:01 +00:00
David Sherret
64c9b8f4f1
fix(es/codegen): Emit namespace
keyword of TsModuleDecl
if possible ( #8676 )
...
**Description:**
Emits the namespace keyword for TsModuleDecls when able.
Been meaning to open a PR for this one for a while, but the module
keyword may be deprecated in the future in TS in non-ambient modules, so
it's better to do this.
2024-03-02 10:48:30 +00:00
SWC Bot
5dc40d347b
chore: Bump crates
2024-03-02 10:24:52 +00:00
David Sherret
a7a00aafb9
fix(es/visit): Skip TsExprWithTypeArgs
from noop_visit/fold_type
macros ( #8677 )
...
**Description:**
See https://github.com/swc-project/swc/discussions/8669
**BREAKING CHANGE:**
`TsExprWithTypeArgs` is now skipped in these macros. This fix might be a
breaking change for anyone who was relying on the previous behaviour
even though this is more correct now.
2024-03-02 10:23:14 +00:00
SWC Bot
8938fb0ecf
chore: Publish 1.4.3-nightly-20240301.1
2024-03-01 00:27:14 +00:00
SWC Bot
1537c480ba
chore: Bump crates
2024-02-28 07:16:45 +00:00
Artur
15eef4dc73
feat(es/lints): Add no-new-object
rule ( #8663 )
2024-02-28 07:15:17 +00:00
SWC Bot
aaf0c5c239
chore: Publish 1.4.3-nightly-20240228.1
2024-02-28 00:24:05 +00:00
SWC Bot
d8186fb94e
chore: Bump crates
2024-02-27 03:54:36 +00:00
Changwoo Yoo
f5651e87b1
doc(contributing): Remove enum_kind
from ARCHITECTURE.md
( #8666 )
2024-02-27 03:53:03 +00:00
SWC Bot
942c95be2d
chore: Bump crates
2024-02-26 08:21:15 +00:00
Artur
c0d01dff21
feat(es/lints): Add no-cond-assign
rule ( #8661 )
2024-02-26 08:19:40 +00:00
SWC Bot
5ff50b7491
chore: Publish 1.4.3-nightly-20240226.1
2024-02-26 07:39:20 +00:00