OJ Kwon
|
2b03047cb0
|
fix(es/modules): Fix local scoped amd require (#4800)
|
2022-05-25 18:08:49 +00:00 |
|
SWC Bot
|
54fd602bae
|
chore: Publish crates
|
2022-05-25 17:35:52 +00:00 |
|
Alexander Akait
|
8894e77bc1
|
perf(html/parser): Improve lexer (#4796)
|
2022-05-25 17:33:15 +00:00 |
|
SWC Bot
|
7a122eb089
|
chore: Publish crates
|
2022-05-25 16:51:14 +00:00 |
|
Alexander Akait
|
c6ec9f9cf2
|
feat(html/codegen): Omit start and end tags if it is possible (#4780)
|
2022-05-25 16:48:33 +00:00 |
|
Donny/강동윤
|
c8f6f44a5d
|
chore: Publish v1.2.194
|
2022-05-25 23:56:52 +09:00 |
|
SWC Bot
|
4b26cab74c
|
chore: Publish crates
|
2022-05-25 14:54:28 +00:00 |
|
LongYinan
|
adf70f6c07
|
fix(common): Fix jemalloc (#4794)
|
2022-05-25 14:51:36 +00:00 |
|
Donny/강동윤
|
f4a60e2eda
|
chore: Publish v1.2.193
|
2022-05-25 17:15:06 +09:00 |
|
SWC Bot
|
cb528459e8
|
chore: Publish crates
|
2022-05-25 08:13:08 +00:00 |
|
Donny/강동윤
|
6f04e84639
|
perf(common): Use jemalloc for linux (#4791)
|
2022-05-25 08:10:44 +00:00 |
|
SWC Bot
|
1ac313a382
|
chore: Publish crates
|
2022-05-25 06:26:07 +00:00 |
|
Donny/강동윤
|
38a866a900
|
test(es): Make execution tests faster (#4789)
|
2022-05-25 06:23:35 +00:00 |
|
SWC Bot
|
f2d79b8495
|
chore: Publish crates
|
2022-05-25 03:05:21 +00:00 |
|
Alexander Akait
|
11aa6bee9e
|
feat(html/minifier): Sort classes (#4783)
|
2022-05-25 03:02:27 +00:00 |
|
SWC Bot
|
7eac561639
|
chore: Publish crates
|
2022-05-25 02:40:41 +00:00 |
|
Alexander Akait
|
b5e481c114
|
feat(html/minifier): Improve script type compression (#4785)
|
2022-05-25 02:35:43 +00:00 |
|
SWC Bot
|
ee2470c3cc
|
chore: Publish crates
|
2022-05-25 02:12:44 +00:00 |
|
OJ Kwon
|
a937357d47
|
feat(plugin): Implement SourceMap.span_to_* (#4781)
|
2022-05-25 02:09:55 +00:00 |
|
Donny/강동윤
|
1337f3a550
|
chore: Publish v1.2.192
|
2022-05-24 23:39:57 +09:00 |
|
Donny/강동윤
|
c31b0a38ea
|
chore(ci): Fix CI (#4779)
|
2022-05-24 23:39:08 +09:00 |
|
SWC Bot
|
3d496d6408
|
chore: Publish crates
|
2022-05-24 13:32:27 +00:00 |
|
Shinobu Hayashi
|
a3e4c201de
|
fix(es/compat): Escape keywords in class method names (#4775)
|
2022-05-24 13:29:59 +00:00 |
|
SWC Bot
|
6ba367116e
|
chore: Publish crates
|
2022-05-24 13:02:50 +00:00 |
|
Alexander Akait
|
07c197f51c
|
feat(html/codegen): Omit end tags (#4770)
|
2022-05-24 12:54:12 +00:00 |
|
SWC Bot
|
f4d828feaf
|
chore: Publish crates
|
2022-05-24 12:34:23 +00:00 |
|
Austaras
|
db1698e012
|
fix(es/compat): Handle nested break /continue in block_scoping (#4778)
|
2022-05-24 12:31:50 +00:00 |
|
SWC Bot
|
9857b2f4ca
|
chore: Publish crates
|
2022-05-24 11:35:40 +00:00 |
|
Austaras
|
4f00914c1a
|
fix(es/compat): Handle nested for loops with break /continue (#4777)
|
2022-05-24 11:32:49 +00:00 |
|
Donny/강동윤
|
5ddd2dca6d
|
chore: Publish v1.2.191
|
2022-05-24 20:03:55 +09:00 |
|
SWC Bot
|
85b1d35cc9
|
chore: Publish crates
|
2022-05-24 11:03:16 +00:00 |
|
Donny/강동윤
|
75bb8586cc
|
fix(es/modules): Adjust absolute path while rewriting imports (#4776)
|
2022-05-24 20:00:26 +09:00 |
|
SWC Bot
|
555e08d4d6
|
chore: Publish crates
|
2022-05-24 09:27:11 +00:00 |
|
brightwu
|
f28d9c143b
|
fix(es/resolver): Fix more edge cases related to catch and var (#4773)
|
2022-05-24 09:24:42 +00:00 |
|
SWC Bot
|
26578c8c0a
|
chore: Publish crates
|
2022-05-24 07:55:58 +00:00 |
|
brightwu
|
e2da3ddc03
|
fix(es/resolver): Handle var after catch with the same name (#4772)
|
2022-05-24 16:53:13 +09:00 |
|
SWC Bot
|
43f9b94c3f
|
chore: Publish crates
|
2022-05-24 07:22:08 +00:00 |
|
OJ Kwon
|
3298cb7906
|
feat(plugin): Implement more SourceMap apis (#4769)
|
2022-05-24 07:19:27 +00:00 |
|
SWC Bot
|
6fd58b0d8b
|
chore: Publish crates
|
2022-05-24 06:59:31 +00:00 |
|
Alexander Akait
|
86626659b1
|
fix(html/codegen): Emit textarea and pre in foreign context (#4766)
|
2022-05-24 06:56:22 +00:00 |
|
SWC Bot
|
2771267c08
|
chore: Publish crates
|
2022-05-24 06:34:57 +00:00 |
|
Alexander Akait
|
c07780fab3
|
feat(html/parser): Improve public api (#4762)
|
2022-05-24 06:32:15 +00:00 |
|
Donny/강동윤
|
f9068df4a4
|
chore: Publish v1.2.190
|
2022-05-24 15:10:23 +09:00 |
|
SWC Bot
|
565fb38aec
|
chore: Publish crates
|
2022-05-24 05:58:20 +00:00 |
|
Austaras
|
65b7c4b695
|
fix(es/fixer): Preserve the paren in a spread element (#4771)
|
2022-05-24 05:55:45 +00:00 |
|
SWC Bot
|
6730fbd778
|
chore: Publish crates
|
2022-05-24 05:06:51 +00:00 |
|
Alexander Akait
|
984d69e67b
|
test(html/parser): Enable error reporting tests (#4764)
|
2022-05-24 05:04:20 +00:00 |
|
SWC Bot
|
fd8a08a7e7
|
chore: Publish crates
|
2022-05-24 04:43:53 +00:00 |
|
Satish Srinivasan
|
8720f9a948
|
fix(es/compat): Fix span of instanceof (#4757)
|
2022-05-24 04:41:34 +00:00 |
|
Donny/강동윤
|
995e9661cc
|
chore: Publish crates
|
2022-05-24 13:15:57 +09:00 |
|