Commit Graph

6095 Commits

Author SHA1 Message Date
Austaras
2de45fb0f7
fix(es/compat): Handle a nullish coalescing in a switch case (#6363) 2022-11-05 18:31:02 +00:00
SWC Bot
0f09f82db3 chore: Publish crates 2022-11-05 18:03:50 +00:00
Austaras
3793e83fbb
fix(es/lints): Disallow reassignment to a class (#6362) 2022-11-05 18:00:54 +00:00
SWC Bot
1b839321c0 chore: Publish crates 2022-11-05 15:28:00 +00:00
Austaras
6cc9e90ef4
fix(es/compat): Handle super access in a private static property (#6361) 2022-11-05 15:25:51 +00:00
SWC Bot
134b134581 chore: Publish crates 2022-11-05 14:10:18 +00:00
magic-akari
8123bf09b5
fix(es/fixer): Handle more expressions in postfix operator (#6359) 2022-11-05 14:06:51 +00:00
SWC Bot
5e18ebf61c chore: Publish crates 2022-11-03 15:12:17 +00:00
Alexander Akait
e0967efa6e
feat(css/parser): Support new nesting spec (#6337) 2022-11-03 15:08:23 +00:00
SWC Bot
d90b0c600d chore: Publish crates 2022-11-03 07:06:57 +00:00
Donny/강동윤
91e863c8df
fix(es/modules): Preserve extensions (#6339)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6209.
2022-11-03 07:04:03 +00:00
SWC Bot
8df5ef9d54 chore: Publish crates 2022-11-03 06:33:20 +00:00
Alexander Akait
0bc682f529
feat(css/parser): Improve error recovery (#6336) 2022-11-03 06:30:09 +00:00
SWC Bot
a1a6513ee7 chore: Publish crates 2022-11-03 06:03:12 +00:00
magic-akari
064baa3052
fix(es/compat): Fix chained op-assignment of super properties (#6319) 2022-11-03 06:00:10 +00:00
SWC Bot
069c14d293 chore: Publish crates 2022-11-03 05:26:30 +00:00
Donny/강동윤
25138624a6
test(es/resolver): Add a test about hoisting of functions in a switch (#6341)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6332
2022-11-03 05:23:12 +00:00
SWC Bot
4293463bb6 chore: Publish crates 2022-11-03 04:55:30 +00:00
Alexander Akait
28af15e475
fix(es/parser): Fix parsing of await (#6316) 2022-11-03 04:52:11 +00:00
SWC Bot
8b19e3cc50 chore: Publish crates 2022-11-03 04:23:08 +00:00
Donny/강동윤
6094994629
chore(ci): Fix CI (#6340) 2022-11-03 04:20:20 +00:00
Donny/강동윤
13b4d317a5 chore(ci): Fix publish action 2022-11-03 12:04:13 +09:00
Donny/강동윤
7aab648937 chore: Publish v1.3.14 2022-11-03 11:59:10 +09:00
Donny/강동윤
27371431a9 chore(ci): Fix publish action 2022-11-03 09:43:35 +09:00
SWC Bot
d4359bdcd6 chore: Publish crates 2022-11-03 00:36:51 +00:00
Donny/강동윤
241f9f05cb
chore: Publish v1.3.13 (#6320) 2022-11-03 09:33:56 +09:00
SWC Bot
394924cb99 chore: Publish crates 2022-11-02 10:05:19 +00:00
Donny/강동윤
2737aea312
fix(es/resolver): Change order for switch cases (#6317)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6310.
2022-11-02 10:02:06 +00:00
SWC Bot
fffc5f22d6 chore: Publish crates 2022-11-02 09:32:51 +00:00
Donny/강동윤
e34c25e40d
fix(es/helpers): Fix toArray (#6318)
**Related issue (if exists):**

 - Closes https://github.com/swc-project/swc/issues/6302.
2022-11-02 09:30:02 +00:00
SWC Bot
e11368e730 chore: Publish crates 2022-11-02 07:09:42 +00:00
Alexander Akait
3bea6f7248
fix(es/compat): Fix destructuring of an empty array (#6314) 2022-11-02 16:06:52 +09:00
SWC Bot
06a664a1f4 chore: Publish crates 2022-11-02 04:56:02 +00:00
Donny/강동윤
6f2eea03bf
chore: Publish v1.3.12 (#6315) 2022-11-02 04:53:22 +00:00
SWC Bot
75599d5821 chore: Publish crates 2022-11-02 03:39:31 +00:00
Alexander Akait
3a9065799d
perf(html/parser): Refactor (#6313) 2022-11-02 03:36:00 +00:00
SWC Bot
eb9b3c6a21 chore: Publish crates 2022-11-02 03:03:05 +00:00
Donny/강동윤
0f9d930f73
test(es/compat): Add execution tests (#6312) 2022-11-02 02:59:47 +00:00
SWC Bot
5fafa7b296 chore: Publish crates 2022-11-02 02:30:51 +00:00
Donny/강동윤
5b02e2450d
test(es): Enable tests for fixed issues (#6311) 2022-11-02 02:27:13 +00:00
SWC Bot
5784ae24a5 chore: Publish crates 2022-11-02 02:00:08 +00:00
Donny/강동윤
dd797f7f15
fix(es/minifier): Don't drop an inlined parameter as a duplicate (#6293) 2022-11-02 01:57:15 +00:00
SWC Bot
d22a400fd3 chore: Publish crates 2022-11-02 01:24:27 +00:00
Donny/강동윤
5d52ae971e
feat(es/minifier): Implement trivial optimizations (#6256)
**Description:**

1. Evaluate `Number.toString()`.
2. Mark some terser tests as passing where our output is better.
2022-11-02 01:21:32 +00:00
SWC Bot
108d3b82d4 chore: Publish crates 2022-11-01 16:36:24 +00:00
Donny/강동윤
655f6744c5
fix(es/minifier): Fix infinite loop (#6300)
**Related issue:**

 - https://github.com/vercel/next.js/issues/42171.
2022-11-01 16:32:52 +00:00
SWC Bot
00457b5275 chore: Publish crates 2022-10-31 08:02:28 +00:00
Donny/강동윤
0967e8f06d
chore(ci): Enforce clippy for all targets (#6299) 2022-10-31 16:59:29 +09:00
SWC Bot
33d83ae734 chore: Publish crates 2022-10-31 02:33:07 +00:00
Austaras
aa18612e62
fix(es/compat): Fix new.target in a nested scope (#6296) 2022-10-31 02:29:55 +00:00