Commit Graph

8179 Commits

Author SHA1 Message Date
Austaras
1e44e57a09
fix(es/renamer): Correctly check top level (#8456)
**Related issue:**

 - Closes #8451.
 - Closes #8185.
2023-12-28 23:56:38 +00:00
SWC Bot
c39e75c61d chore: Publish 1.3.102-nightly-20231228.1 2023-12-28 00:08:40 +00:00
SWC Bot
df5ad064c7 chore: Publish 1.3.102-nightly-20231227.1 2023-12-27 00:08:21 +00:00
SWC Bot
986eb7886e chore: Publish 1.3.102-nightly-20231226.1 2023-12-26 00:08:38 +00:00
SWC Bot
cf9e865f3c chore: Publish 1.3.102-nightly-20231225.1 2023-12-25 00:09:10 +00:00
SWC Bot
d6dd1f9240 chore: Publish crates 2023-12-24 01:32:20 +00:00
David Sherret
0dd96f85e2
fix(es/codegen): Emit override keyword (#8449)
**Description:**

Emits the `override` keyword.
2023-12-24 10:30:46 +09:00
SWC Bot
5dfd0dc75e chore: Publish 1.3.102-nightly-20231224.1 2023-12-24 00:08:55 +00:00
SWC Bot
a611932dd5 chore: Publish crates 2023-12-23 06:46:40 +00:00
Austaras
e68720a76c
fix(es): Apply paren_remover for minify (#8442)
**Related issue:**

 - Closes #8437
2023-12-23 06:45:21 +00:00
SWC Bot
4564a01927 chore: Publish crates 2023-12-23 03:41:17 +00:00
Donny/강동윤
d89b60a000
fix(css/parser): Fix parsing of hsla(var(--foo), 1) (#8443)
**Description:**

```css
.test {
    border-color: hsla(var(--ds-gray-200-value), 1);
}
```

should be compiled as

```css

.test {
    border-color: hsla(var(--ds-gray-200-value), 1);
}
```

Previously, it was

```
.test {
    border-color: hsla(var(--ds-gray-200-value),);
}

```


**Related issue:**

 - https://linear.app/vercel/issue/PACK-2175
2023-12-23 12:39:54 +09:00
SWC Bot
eea8ba3fe1 chore: Publish 1.3.102-nightly-20231223.1 2023-12-23 00:08:09 +00:00
SWC Bot
611d7175d4 chore: Publish crates 2023-12-22 03:27:18 +00:00
David Sherret
65dec905c0
fix(es/codegen): Fix codegen of type-only export declarations (#8447)
**Description:**

This fixes the emit for `export type { } from "..."` and `export { type A } from "..."`.
2023-12-22 12:25:52 +09:00
SWC Bot
a9f25b2fb6 chore: Publish 1.3.102-nightly-20231222.1 2023-12-22 00:08:27 +00:00
SWC Bot
37bb0e3bde chore: Publish crates 2023-12-21 09:19:08 +00:00
Austaras
a06d5b2341
fix(es/compat): Use correct span.lo in class transforms (#8439)
**Related issue:**

 - Closes #8435
2023-12-21 18:17:43 +09:00
SWC Bot
dc26f0f95c chore: Publish crates 2023-12-21 04:42:55 +00:00
Donny/강동윤
2ef9ed663a
chore(ci): Fix license check (#8441) 2023-12-21 13:40:52 +09:00
SWC Bot
de281705ef chore: Publish 1.3.102-nightly-20231221.1 2023-12-21 00:08:13 +00:00
SWC Bot
ffd2789fda chore: Publish 1.3.102-nightly-20231220.1 2023-12-20 00:07:08 +00:00
SWC Bot
d883c13d3d chore: Publish 1.3.102-nightly-20231219.1 2023-12-19 00:08:54 +00:00
강동윤 (Donny)
4983b1cef2 chore: Publish crates 2023-12-18 13:45:35 +09:00
Donny/강동윤
2037f0da9b
chore: Publish v1.3.101 with swc_core v0.87.2 (#8432) 2023-12-18 13:44:14 +09:00
SWC Bot
3550d0be26 chore: Publish 1.3.101-nightly-20231218.1 2023-12-18 00:08:17 +00:00
SWC Bot
d6cd2146fa chore: Publish crates 2023-12-17 08:43:12 +00:00
Austaras
56992e3dcc
fix(es/compat): Preserve comment for arrow body (#8427)
**Related issue:**

 - Closes #8419
2023-12-17 08:41:51 +00:00
SWC Bot
45f62f7886 chore: Publish crates 2023-12-17 06:48:43 +00:00
David Sherret
7566ddf0b7
fix(es/codegen): Fix codegen of ts specific syntax in class props (#8426)
**Description:**

This fixes the codegen of private properties with `is_optional` or `definite` and class properties with `definite`.
2023-12-17 06:47:20 +00:00
SWC Bot
4bd15908c1 chore: Publish crates 2023-12-17 02:22:24 +00:00
LongYinan
8d47b9ab40
chore(ci): Fix prepublish script by upgrading NAPI-RS cli (#8430) 2023-12-17 11:20:59 +09:00
SWC Bot
38b417b190 chore: Publish 1.3.101-nightly-20231217.1 2023-12-17 00:08:51 +00:00
SWC Bot
80e2c238c0 chore: Publish 1.3.101-nightly-20231216.1 2023-12-16 00:07:52 +00:00
SWC Bot
09c19dfa63 chore: Publish 1.3.101-nightly-20231215.1 2023-12-15 00:08:05 +00:00
SWC Bot
53b111865a chore: Publish 1.3.101-nightly-20231214.1 2023-12-14 00:07:36 +00:00
SWC Bot
e21c0eaf5a chore: Publish crates 2023-12-13 10:43:38 +00:00
Donny/강동윤
c39ba68207
chore(ci): Fix publish action (#8420) 2023-12-13 10:41:40 +00:00
SWC Bot
01ac5f3dd4 chore: Publish 1.3.101-nightly-20231213.1 2023-12-13 00:07:26 +00:00
SWC Bot
dd9ed9c565 chore: Publish crates 2023-12-12 06:14:41 +00:00
Donny/강동윤
61c304fa9e
refactor(es/utils): Use exact type for factory methods (#8417)
**Description:**

This PR is extracted from #8333 because it's too large. 


**Breaking Changes**:

  - `ExprFactory::make_member()` now returns `MemberExpr` instead of `Box<Expr>`.
  - `member_expr!()` now returns `MemberExpr` instead of `Box<Expr>`.
2023-12-12 15:13:10 +09:00
SWC Bot
f736c3c2df chore: Publish crates 2023-12-12 05:55:01 +00:00
Austaras
dce369336d
fix(es/codegen): Emit extra paren emitting AssignExpr (#8413)
**Related issue:**

 - Closes #8412
2023-12-12 05:53:32 +00:00
SWC Bot
f202a2839f chore: Publish crates 2023-12-12 04:39:47 +00:00
Donny/강동윤
daf6265af4
feat(es/ast): Add as_import_with to ObjectLit to provide easier API (#8405) 2023-12-12 13:38:21 +09:00
SWC Bot
e30fb1dd3a chore: Publish 1.3.101-nightly-20231212.1 2023-12-12 00:07:45 +00:00
SWC Bot
eb41cfcaf9 chore: Publish crates 2023-12-11 04:46:28 +00:00
LongYinan
4b8184ca99
chore(ci): Add linux arm build back (#8406) 2023-12-11 04:45:04 +00:00
SWC Bot
602584dd62 chore: Publish crates 2023-12-11 03:07:28 +00:00
magic-akari
a69f172aac
fix(es/fixer): Preserve parenthesis for optional chaining (#8399)
**Related issue:**
 - Closes #8398
2023-12-11 03:05:58 +00:00