SWC Bot
|
e65699c755
|
chore: Publish crates
|
2023-02-07 14:35:38 +00:00 |
|
Donny/강동윤
|
f36d945a33
|
fix(es/parser): Fix stack overflow due to deeply nested if (#6910)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6813.
|
2023-02-07 14:33:13 +00:00 |
|
SWC Bot
|
bd0072511b
|
chore: Publish crates
|
2023-02-07 08:09:02 +00:00 |
|
Donny/강동윤
|
ee3a1071a5
|
fix(es/typescript): Ignore jsx element names (#6911)
**Related issue:**
- https://github.com/vercel/next.js/issues/45561.
|
2023-02-07 08:06:37 +00:00 |
|
SWC Bot
|
58b74ffbe2
|
chore: Publish crates
|
2023-02-07 06:24:58 +00:00 |
|
JH.Lee
|
17f1c50287
|
chore(bindings/cli): Enable preferUnplugged by default for the plugins (#6912)
|
2023-02-07 06:22:24 +00:00 |
|
SWC Bot
|
113b85ee40
|
chore: Publish crates
|
2023-02-07 05:17:06 +00:00 |
|
Donny/강동윤
|
432dca647b
|
fix(es/minifier): Respect span hygiene from expr simplifier (#6899)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6896.
|
2023-02-07 05:14:19 +00:00 |
|
SWC Bot
|
af175fde8b
|
chore: Publish crates
|
2023-02-07 03:46:20 +00:00 |
|
Daiki Nishikawa
|
82128e3734
|
fix(bindings/node): Add esnext to JscTarget (#6908)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6904.
|
2023-02-07 03:43:37 +00:00 |
|
SWC Bot
|
33093877c1
|
chore: Publish crates
|
2023-02-05 21:38:41 +00:00 |
|
Jonathan Rudenberg
|
d993c4def6
|
feat(bindings/cli): Add --config (#6835)
|
2023-02-05 21:35:48 +00:00 |
|
SWC Bot
|
f2333e4ccf
|
chore: Publish crates
|
2023-02-05 19:50:46 +00:00 |
|
AsPulse
|
964dfbaf1a
|
fix(bindings): Don't require unnecessary package (#6902)
|
2023-02-05 19:48:15 +00:00 |
|
SWC Bot
|
c223113338
|
chore: Publish crates
|
2023-02-01 10:34:44 +00:00 |
|
Donny/강동윤
|
5d5140f0a5
|
chore: Make issue templates mention no +1 (#6894)
|
2023-02-01 19:31:15 +09:00 |
|
SWC Bot
|
18af9c3a27
|
chore: Publish crates
|
2023-02-01 06:51:38 +00:00 |
|
Donny/강동윤
|
861d87cae6
|
fix(es/resolver): Resolve parameters correctly (#6890)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5622.
|
2023-02-01 15:49:08 +09:00 |
|
Donny/강동윤
|
ab02c0a07e
|
chore: Publish crates
|
2023-02-01 09:37:56 +09:00 |
|
Donny/강동윤
|
37fd8687dc
|
chore: Publish v1.3.32 (#6889)
|
2023-02-01 09:36:55 +09:00 |
|
SWC Bot
|
61397267bb
|
chore: Publish crates
|
2023-01-31 15:04:52 +00:00 |
|
Donny/강동윤
|
e79d46697c
|
test(es/compat): Add a test for a fixed issue (#6887)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6886.
|
2023-01-31 15:01:57 +00:00 |
|
SWC Bot
|
5160378f53
|
chore: Publish crates
|
2023-01-31 06:27:05 +00:00 |
|
Donny/강동윤
|
57781e90d3
|
fix(es/compat): Make optional chaining pass less permissive (#6885)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6878.
|
2023-01-31 06:24:23 +00:00 |
|
SWC Bot
|
f89d3d688c
|
chore: Publish crates
|
2023-01-31 05:47:59 +00:00 |
|
Donny/강동윤
|
d6a24a28e8
|
build(cargo): Drop dependencies on retain_mut (#6884)
|
2023-01-31 05:45:37 +00:00 |
|
SWC Bot
|
cdfaa8e292
|
chore: Publish crates
|
2023-01-31 03:24:17 +00:00 |
|
Donny/강동윤
|
9301703311
|
fix(es): Remove useless message (#6882)
|
2023-01-31 03:21:32 +00:00 |
|
Donny/강동윤
|
1bf2b2ddbf
|
chore: Publish crates
|
2023-01-30 22:35:40 +09:00 |
|
realtimetodie
|
8888fd17bf
|
chore: Publish v1.3.31 (#6877)
|
2023-01-30 22:33:39 +09:00 |
|
SWC Bot
|
3e8d80a324
|
chore: Publish crates
|
2023-01-30 11:17:16 +00:00 |
|
Donny/강동윤
|
d8088646df
|
fix(es/compat): Fix optional chaining pass (#6875)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6762.
|
2023-01-30 11:14:53 +00:00 |
|
SWC Bot
|
edc432713e
|
chore: Publish crates
|
2023-01-29 15:33:29 +00:00 |
|
Daiki Nishikawa
|
6b7249dcde
|
feat(es/loader): Support node: prefix from NodeModulesResolver (#6868)
|
2023-01-29 15:31:13 +00:00 |
|
SWC Bot
|
0bb4dc2c3d
|
chore: Publish crates
|
2023-01-29 14:56:26 +00:00 |
|
HeYunfei
|
508267dccf
|
fix(visit): Fix detection of Option<Vec<T>> (#6872)
|
2023-01-29 14:54:08 +00:00 |
|
Donny/강동윤
|
b8fcf3bc62
|
chore: Publish crates
|
2023-01-29 22:44:56 +09:00 |
|
SWC Bot
|
2836fb207b
|
chore: Publish crates
|
2023-01-29 13:30:41 +00:00 |
|
realtimetodie
|
c4db8e42a1
|
feat(bindings/cli): Append sourceMappingURL= to the output (#6873)
|
2023-01-29 13:28:28 +00:00 |
|
Donny/강동윤
|
cb3901cb5e
|
chore: Publish crates
|
2023-01-29 03:35:48 +09:00 |
|
SWC Bot
|
3babace12d
|
chore: Publish crates
|
2023-01-28 18:34:39 +00:00 |
|
Donny/강동윤
|
deb2fc5ecc
|
chore: Publish v1.3.30 (#6869)
|
2023-01-28 18:32:28 +00:00 |
|
SWC Bot
|
1b56b40fda
|
chore: Publish crates
|
2023-01-28 17:21:30 +00:00 |
|
Austaras
|
c0e72ef64a
|
fix(es/minifier): Track reassign in parent scope (#6865)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6864.
|
2023-01-28 17:19:19 +00:00 |
|
SWC Bot
|
33dab56853
|
chore: Publish crates
|
2023-01-27 13:00:49 +00:00 |
|
Alex Vasilev
|
39c75fdcce
|
fix(es/module): Fix handling of this for systemjs (#6857)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6784.
|
2023-01-27 12:58:22 +00:00 |
|
SWC Bot
|
5a5a7d70e4
|
chore: Publish crates
|
2023-01-27 06:59:44 +00:00 |
|
Donny/강동윤
|
60d9403073
|
fix(es/parser): Fix parsing of generics (#6859)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6851.
|
2023-01-27 06:57:19 +00:00 |
|
SWC Bot
|
586783a7ac
|
chore: Publish crates
|
2023-01-27 05:38:19 +00:00 |
|
Donny/강동윤
|
d1687d8e01
|
feat(es/minifier): Improve compatibility of arrows with terser (#6862)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6123.
|
2023-01-27 14:36:12 +09:00 |
|