Hannes Bornö
3bdf5a8960
fix(es/lexer): Fix handling of object properties with the name function
( #4374 )
2022-04-20 07:14:20 +09:00
SWC Bot
e00ac7e38f
chore: Publish crates
2022-04-19 22:05:01 +00:00
Donny/강동윤
a8eb00cc54
perf(es/minifier): Change default value of passes
to 3
( #4373 )
2022-04-19 22:02:33 +00:00
SWC Bot
aef1155311
chore: Publish crates
2022-04-19 18:15:24 +00:00
Donny/강동윤
5d179bfd7d
chore(es/minifier): Setup correct benchmark ( #4372 )
2022-04-19 18:12:04 +00:00
SWC Bot
bddccf68cf
chore: Publish crates
2022-04-19 17:15:03 +00:00
RiESAEX
c4f01c6d60
feat(cli): Support configuring output file extension ( #4343 )
2022-04-20 02:12:28 +09:00
SWC Bot
aabdcf092d
chore: Publish crates
2022-04-19 14:44:04 +00:00
Donny/강동윤
6300b9cdb1
perf(es/minifier): Make base54
use stack-allocated vector ( #4371 )
2022-04-19 14:41:26 +00:00
SWC Bot
0890de43ee
chore: Publish crates
2022-04-19 09:16:52 +00:00
Donny/강동윤
4b1590e72f
fix(es/minifier): Apply name mangler even more ( #4368 )
2022-04-19 09:14:15 +00:00
SWC Bot
33e4661090
chore: Publish crates
2022-04-19 08:22:48 +00:00
Donny/강동윤
a8ed5ba357
fix(es/minifier): Apply name mangler as much as we can ( #4365 )
2022-04-19 17:20:12 +09:00
SWC Bot
43e3a26e4d
chore: Publish crates
2022-04-19 07:34:10 +00:00
Donny/강동윤
128175c329
fix(es/minifier): Fix default values of toplevel
( #4366 )
2022-04-19 07:31:48 +00:00
SWC Bot
2c6abc06fc
chore: Publish crates
2022-04-19 05:30:58 +00:00
OJ Kwon
f06c862a9f
feat(plugin): Support lookup_char_pos
of SourceMap
( #4364 )
2022-04-19 14:26:28 +09:00
SWC Bot
c769c95ac5
chore: Publish crates
2022-04-18 11:00:14 +00:00
Donny/강동윤
5c1ce0ba05
fix(es/modules/cjs): Fix order of statements ( #4361 )
2022-04-18 10:57:55 +00:00
SWC Bot
a5e257a18d
chore: Publish crates
2022-04-18 09:54:59 +00:00
즈눅
c661d5f6f6
chore: Remove an incorrect link in CONTRIBUTING.md
( #4363 )
2022-04-18 18:53:13 +09:00
SWC Bot
ee308541f9
chore: Publish crates
2022-04-18 09:42:11 +00:00
즈눅
b63cd53ca6
chore(node/types): Add unsafe
to compress options ( #4362 )
2022-04-18 09:39:18 +00:00
SWC Bot
492611b73a
chore: Publish crates
2022-04-18 02:46:44 +00:00
Donny/강동윤
e60ae2a486
feat(es/minifier): Implement all template literal evaluation rules ( #4360 )
...
- We now handle nested template literals.
- We now drop expressions in template literals if it's ignored.
2022-04-18 02:43:55 +00:00
SWC Bot
7fe0dbc228
chore: Publish crates
2022-04-17 23:46:20 +00:00
Donny/강동윤
2e095face5
feat(es/minifier): Improve evaluation of template literals ( #4359 )
2022-04-18 08:43:54 +09:00
SWC Bot
479293ba95
chore: Publish crates
2022-04-17 22:47:15 +00:00
Donny/강동윤
bf761752f1
test(es/parser): Add a test for a fixed issue ( #4357 )
2022-04-17 22:44:46 +00:00
SWC Bot
d58e303e83
chore: Publish crates
2022-04-17 22:18:38 +00:00
Donny/강동윤
e13b8625f2
feat(es/minifier): Implement more evaluation rules ( #4356 )
...
- We now handle `array.join` in parallel optimizer.
- We now handle `[].join` of template literals.
- We now optimize a template literal as a string addition, in unsafe mode.
2022-04-17 22:16:21 +00:00
SWC Bot
3a0f8b34be
chore: Publish crates
2022-04-17 18:38:32 +00:00
Donny/강동윤
8309440008
chore(es): Rename benchmarks ( #4355 )
2022-04-17 18:36:15 +00:00
Donny/강동윤
77f9c8e5b6
chore: Publish v1.2.168
2022-04-18 02:52:52 +09:00
SWC Bot
b3540848ef
chore: Publish crates
2022-04-17 16:26:29 +00:00
Donny/강동윤
da6fa60231
perf(es): Disable wrong parallelization ( #4354 )
2022-04-17 16:24:00 +00:00
Donny/강동윤
a953455ada
chore: Fix CI script
2022-04-18 01:01:16 +09:00
Donny/강동윤
b3b95acc75
feat(es/minifier): const
=> let
( #3654 )
2022-04-17 15:52:29 +00:00
Donny/강동윤
f7df3d8f24
chore(repo): Make git commit faster ( #4353 )
2022-04-17 14:46:45 +00:00
SWC Bot
320e27fb52
chore: Publish crates
2022-04-17 14:27:11 +00:00
Donny/강동윤
42e15aedc2
perf(es/minifier): Split frequently used functions ( #4352 )
2022-04-17 14:22:38 +00:00
SWC Bot
29ff9cb29f
chore: Publish crates
2022-04-17 12:08:09 +00:00
Donny/강동윤
4953ce466f
fix(es/codegen): Emit decorators before export ( #4349 )
2022-04-17 12:05:47 +00:00
SWC Bot
895ab07893
chore: Publish crates
2022-04-17 10:57:15 +00:00
Donny/강동윤
2563c7f8ff
chore(es/minifier): Improve scripts ( #4339 )
2022-04-17 19:53:47 +09:00
SWC Bot
5f34b0bd92
chore: Publish crates
2022-04-17 10:19:10 +00:00
Donny/강동윤
14c74f50c0
chore(es/minifier): Organize scripts ( #4347 )
2022-04-17 10:16:40 +00:00
SWC Bot
a128b658b7
chore: Publish crates
2022-04-17 08:17:44 +00:00
Austaras
5a5e41aaaa
fix(es/minifier): Preserve vars in dead branches ( #4345 )
2022-04-17 08:15:14 +00:00
Donny/강동윤
2a5c06ff2c
chore: Publish v1.2.167
2022-04-17 16:07:01 +09:00