SWC Bot
36e49e456f
chore: Publish 1.4.15-nightly-20240416.3
2024-04-16 11:21:39 +00:00
강동윤 (Donny)
13f7ef70d9
chore: Pin version of proc-macro2
2024-04-16 20:18:36 +09:00
SWC Bot
8bf1360f19
chore: Publish 1.4.15-nightly-20240416.2
2024-04-16 11:09:03 +00:00
강동윤 (Donny)
0f07acbc57
chore: Publish crates
2024-04-16 20:02:16 +09:00
SWC Bot
81c3c5ca9e
chore: Bump crates
2024-04-16 10:46:02 +00:00
Donny/강동윤
a1c5415b3b
feat(es/transforms): Allocate stacks dynamically ( #8867 )
...
**Description:**
- This PR introduces an in-tree testing system for Deno.
- This PR adds `stacker` cargo-feature to `swc_ecma_utils`.
**Related issue:**
- #1627
- Closes #8840
2024-04-16 19:43:58 +09:00
SWC Bot
81a57fdcd6
chore: Bump crates
2024-04-16 05:23:25 +00:00
Donny/강동윤
2075a23373
fix(es/codegen): Fix ascii_only
for identifiers ( #8866 )
...
**Related issue:**
- Closes #8852
2024-04-16 05:21:45 +00:00
SWC Bot
4d73326c0d
chore: Bump crates
2024-04-16 04:41:34 +00:00
Donny/강동윤
740c0bb00a
fix(es/minifier): Remove raw
of strings after modification ( #8865 )
...
**Related issue:**
- Closes #8864
2024-04-16 04:39:54 +00:00
SWC Bot
af19385097
chore: Bump crates
2024-04-16 03:07:23 +00:00
David E Disch
df2e056f29
refactor(es/minifier): Remove mangle.safari10
( #8857 )
...
**Related issue:**
- Closes #8837
2024-04-16 03:05:43 +00:00
SWC Bot
0af201043a
chore: Bump crates
2024-04-16 02:24:47 +00:00
Donny/강동윤
ca9c76b46f
build(cargo): Update rustc to nightly-2024-04-03
( #8821 )
2024-04-16 02:20:47 +00:00
SWC Bot
997063d0fc
chore: Publish 1.4.15-nightly-20240416.1
2024-04-16 00:08:37 +00:00
강동윤 (Donny)
b9758f3cc1
chore: Format helpers
2024-04-15 22:03:13 +09:00
강동윤 (Donny)
1af8483290
chore: Publish @swc/helpers@v0.5.10
2024-04-15 22:03:04 +09:00
SWC Bot
5f75019683
chore: Bump crates
2024-04-15 06:29:53 +00:00
Donny/강동윤
6d240768b1
fix(es/proposal): Update explicit resource management to match spec ( #8860 )
...
**Related issue:**
- Closes #8853
2024-04-15 15:28:11 +09:00
SWC Bot
3de82531b2
chore: Bump crates
2024-04-15 05:03:24 +00:00
Donny/강동윤
fbd32fbff3
fix(es/parser): Fix span of BindingIdent
( #8859 )
...
**Related issue:**
- Closes #8856
2024-04-15 05:01:36 +00:00
강동윤 (Donny)
739a92bcf0
chore: Update changelog
2024-04-15 11:37:50 +09:00
강동윤 (Donny)
b03669c5c4
chore: Publish 1.4.14
with swc_core
v0.90.31
2024-04-15 11:37:49 +09:00
SWC Bot
59d18c30b4
chore: Bump crates
2024-04-13 02:39:50 +00:00
Austaras
f6ba92b033
fix(es/resolver): Correctly check strict mode ( #8851 )
...
**Related issue:**
- Closes #8842
2024-04-13 02:38:10 +00:00
SWC Bot
d4b89db047
chore: Bump crates
2024-04-13 02:13:18 +00:00
magic-akari
7a89e5da3b
fix(es/minifier): Handle switch cases ( #8854 )
...
**Related issue:**
- Closes #8813
2024-04-13 02:11:32 +00:00
SWC Bot
fcc82a5a5b
chore: Bump crates
2024-04-12 08:34:38 +00:00
Austaras
a7a32c4b6c
fix(es/utils): Preserve optional chain effect ( #8850 )
...
**Related issue:**
- Closes #8844
2024-04-12 08:33:01 +00:00
SWC Bot
6bc4de6536
chore: Bump crates
2024-04-12 08:07:12 +00:00
Hana
62c4f5efb8
fix(es/plugin): Create tokio
runtime only if necessary ( #8845 )
...
**Description:**
Create tokio runtime if it's not in an async context.
**Related issue:**
- https://github.com/web-infra-dev/rspack/issues/6209
This maybe related to this issue, since creating new tokio runtime consumes a lot of system resource.
2024-04-12 08:05:34 +00:00
강동윤 (Donny)
187ceb199a
chore: Format helpers
2024-04-12 16:22:56 +09:00
강동윤 (Donny)
86c22f3ffa
chore: Publish @swc/helpers@0.5.9
2024-04-12 16:22:30 +09:00
sschen86
67bfcf41f5
fix(es/helpers): Add missing helpers ( #8843 )
2024-04-12 16:21:32 +09:00
SWC Bot
586ab9a4a4
chore: Bump crates
2024-04-12 04:48:39 +00:00
magic-akari
c0d901eac6
doc(swc_core): Resolve build issue with --all-features
flag ( #8848 )
...
**Related issue:**
- Closes #8829
2024-04-12 04:47:08 +00:00
SWC Bot
cfe7029d2e
chore: Bump crates
2024-04-12 04:01:13 +00:00
LongYinan
b0df6e5341
chore(ci): Add miri tests ( #8847 )
...
It can help to find some UB in swc
2024-04-12 03:59:25 +00:00
SWC Bot
a5d1e579cb
chore: Bump crates
2024-04-11 07:24:41 +00:00
Donny/강동윤
ea5d9cc524
test(es): Update conformance
test suite from tsc
( #8834 )
2024-04-11 07:22:56 +00:00
SWC Bot
b103184832
chore: Bump crates
2024-04-11 01:05:09 +00:00
David Sherret
e8c63447f6
refactor(es/decorator): Remove unsafe code ( #8839 )
2024-04-11 01:03:29 +00:00
SWC Bot
62cd932f32
chore: Bump crates
2024-04-11 00:37:21 +00:00
magic-akari
5cc585b8f3
fix(es/compat): Handle class fields correctly ( #8835 )
...
**Related issue:**
- Closes #8830
2024-04-11 00:35:27 +00:00
SWC Bot
ea830aabbe
chore: Publish 1.4.14-nightly-20240411.1
2024-04-11 00:07:51 +00:00
SWC Bot
645a5e4492
chore: Bump crates
2024-04-10 23:44:44 +00:00
David Sherret
3a51140dd7
refactor(es): Make the code compile with miri
( #8836 )
2024-04-10 23:43:07 +00:00
SWC Bot
c90c199479
chore: Bump crates
2024-04-10 23:01:59 +00:00
David Sherret
b1973d490a
refactor(visit): Simplify Vec::move_map
( #8838 )
2024-04-10 23:00:14 +00:00
강동윤 (Donny)
67ec5e09b9
chore: Update changelog
2024-04-09 15:25:53 +09:00