SWC Bot
|
ad7daddeb8
|
chore: Publish crates
|
2023-04-04 01:50:35 +00:00 |
|
SWC Bot
|
ae2362e97b
|
chore: Publish crates
|
2023-04-03 08:15:39 +00:00 |
|
SWC Bot
|
a679dbe9aa
|
chore: Publish crates
|
2023-04-02 22:16:24 +00:00 |
|
SWC Bot
|
b7366fd5ce
|
chore: Publish crates
|
2023-04-01 05:42:08 +00:00 |
|
SWC Bot
|
b94fbed4c9
|
chore: Publish crates
|
2023-03-31 06:17:53 +00:00 |
|
magic-akari
|
3ca954b9f9
|
fix(es/helpers): Use snake_case for helpers (#7147)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/7144.
- Closes https://github.com/swc-project/swc/issues/7118.
|
2023-03-31 15:15:21 +09:00 |
|
SWC Bot
|
7d69b79a9e
|
chore: Publish crates
|
2023-03-31 03:23:35 +00:00 |
|
SWC Bot
|
bf1e55d27b
|
chore: Publish crates
|
2023-03-30 08:48:31 +00:00 |
|
SWC Bot
|
6a015550ba
|
chore: Publish crates
|
2023-03-30 08:40:29 +00:00 |
|
SWC Bot
|
b1fb6b655f
|
chore: Publish crates
|
2023-03-30 08:08:20 +00:00 |
|
Donny/강동윤
|
0259a7465f
|
build(cargo): Update rustc to nightly-2023-03-20 (#7170)
**Description:**
This PR also updates `rkyv` to `=0.7.40`.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6807.
|
2023-03-30 08:06:02 +00:00 |
|
SWC Bot
|
44062d6fa5
|
chore: Publish crates
|
2023-03-29 08:50:54 +00:00 |
|
Donny/강동윤
|
12546c853a
|
build(cargo): Revert rustc upgrade (#7162)
**Description:**
The `rkyv` bug is not fixed.
|
2023-03-29 17:48:45 +09:00 |
|
SWC Bot
|
d74103739a
|
chore: Publish crates
|
2023-03-29 06:26:30 +00:00 |
|
Donny/강동윤
|
e445502072
|
build(cargo): Update rustc to nightly-2023-03-28 (#7154)
**Description:**
This PR also updates `rkyv` to `=0.7.40`.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6807.
|
2023-03-29 06:24:19 +00:00 |
|
SWC Bot
|
03f7a2d8d7
|
chore: Publish crates
|
2023-03-27 06:41:36 +00:00 |
|
SWC Bot
|
47f15f9f28
|
chore: Publish crates
|
2023-03-27 06:04:11 +00:00 |
|
SWC Bot
|
8fe52a12b3
|
chore: Publish crates
|
2023-03-27 04:31:35 +00:00 |
|
Donny/강동윤
|
30bc086052
|
refactor(ast): Make serde optional (#7138)
**Description:**
Turbopack does not use `serde` of swc AST types.
|
2023-03-27 13:28:42 +09:00 |
|
Donny/강동윤
|
28261985b0
|
chore(cargo): Refactor Cargo.toml to reduce merge conflict (#7139)
|
2023-03-24 13:46:42 +09:00 |
|
SWC Bot
|
6635d54128
|
chore: Publish crates
|
2023-03-24 02:42:16 +00:00 |
|
SWC Bot
|
4eef5532a4
|
chore: Publish crates
|
2023-03-23 09:42:52 +00:00 |
|
SWC Bot
|
b178ff5661
|
chore: Publish crates
|
2023-03-23 09:19:33 +00:00 |
|
SWC Bot
|
42f71431bf
|
chore: Publish crates
|
2023-03-23 05:19:01 +00:00 |
|
SWC Bot
|
e77bc0a62f
|
chore: Publish crates
|
2023-03-23 04:39:01 +00:00 |
|
SWC Bot
|
f81ac50c2a
|
chore: Publish crates
|
2023-03-23 04:00:14 +00:00 |
|
SWC Bot
|
0195f536ef
|
chore: Publish crates
|
2023-03-22 11:50:07 +00:00 |
|
SWC Bot
|
8c5a1f140a
|
chore: Publish crates
|
2023-03-22 06:33:46 +00:00 |
|
Donny/강동윤
|
6d9763e8c0
|
fix(es/renamer): Don't use symbols used by declarations if eval exists (#7116)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6971.
- Closes https://github.com/swc-project/swc/issues/7094.
|
2023-03-22 06:31:43 +00:00 |
|
SWC Bot
|
e37666bb6e
|
chore: Publish crates
|
2023-03-22 02:26:23 +00:00 |
|
Donny/강동윤
|
610e1bb581
|
fix(es/minifier): Don't inline into arrow heads (#7099)
**Related issue:**
- https://github.com/vercel/next.js/issues/47005
|
2023-03-22 02:24:13 +00:00 |
|
SWC Bot
|
1aa9a98b27
|
chore: Publish crates
|
2023-03-21 09:29:42 +00:00 |
|
SWC Bot
|
212af9b0a7
|
chore: Publish crates
|
2023-03-21 08:48:30 +00:00 |
|
Donny/강동윤
|
6a570a334c
|
fix(es/ast): Fix EqIgnoreSpan impl of Number (#7112)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/7111.
|
2023-03-21 08:46:22 +00:00 |
|
SWC Bot
|
cda09e44c3
|
chore: Publish crates
|
2023-03-21 07:21:46 +00:00 |
|
SWC Bot
|
f40175b960
|
chore: Publish crates
|
2023-03-20 05:30:14 +00:00 |
|
SWC Bot
|
85c51a81e7
|
chore: Publish crates
|
2023-03-20 02:03:09 +00:00 |
|
SWC Bot
|
d6cc123d62
|
chore: Publish crates
|
2023-03-19 02:59:07 +00:00 |
|
Austaras
|
0f09e356c3
|
feat(es/resolver): Make scope context identical to the vars (#7095)
|
2023-03-19 11:57:14 +09:00 |
|
SWC Bot
|
17356bca25
|
chore: Publish crates
|
2023-03-17 03:24:05 +00:00 |
|
Anders Kaseorg
|
493a4f7042
|
fix(es/minifier): Remove wrong optimization of new RegExp(…) (#7091)
|
2023-03-17 03:22:02 +00:00 |
|
SWC Bot
|
8902741084
|
chore: Publish crates
|
2023-03-17 02:40:31 +00:00 |
|
SWC Bot
|
5f4fea2a5b
|
chore: Publish crates
|
2023-03-16 03:37:09 +00:00 |
|
SWC Bot
|
60ccdab60e
|
chore: Publish crates
|
2023-03-16 02:20:24 +00:00 |
|
SWC Bot
|
b14e6b9e54
|
chore: Publish crates
|
2023-03-15 02:33:33 +00:00 |
|
Donny/강동윤
|
86295ba8f2
|
fix(es/minifier): Preserve delete of unresolved variables (#7072)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/7045.
|
2023-03-15 02:31:08 +00:00 |
|
Donny/강동윤
|
963c460613
|
refactor: Fix lints using clippy from nightly-2023-03-13 (#6920)
|
2023-03-14 04:56:21 +00:00 |
|
SWC Bot
|
6bf5f03884
|
chore: Publish crates
|
2023-03-13 08:34:46 +00:00 |
|
SWC Bot
|
3da6d18d47
|
chore: Publish crates
|
2023-03-13 03:27:50 +00:00 |
|
SWC Bot
|
45fba897c6
|
chore: Publish crates
|
2023-03-13 01:59:04 +00:00 |
|