Commit Graph

3324 Commits

Author SHA1 Message Date
Alexander Akait
48f3dc8cc4
feat(es/codegen): Compress \t in string literals more (#4131) 2022-03-23 21:37:03 +00:00
SWC Bot
b5b803662b chore: Publish crates 2022-03-23 21:16:23 +00:00
Alexander Akait
6b6664a92d
feat(css/minifier): Remove @charset at-rule if possible (#4135) 2022-03-23 21:13:52 +00:00
SWC Bot
35dcd62a3a chore: Publish crates 2022-03-23 15:01:11 +00:00
Alexander Akait
93866d0be5
feat(css/minifier): Compress more properties (#4130) 2022-03-23 14:58:47 +00:00
SWC Bot
7053d6769a chore: Publish crates 2022-03-23 14:39:11 +00:00
magic-akari
bf1924d1a8
feat(es/typescript): Support optional variance annotations (#4008) 2022-03-23 14:36:37 +00:00
SWC Bot
3e32fdcdd2 chore: Publish crates 2022-03-23 12:42:30 +00:00
Alexander Akait
f5a5217506
fix(es/codegen): Fix codegen of template literals (#4124) 2022-03-23 12:39:47 +00:00
SWC Bot
a1e5008fa4 chore: Publish crates 2022-03-23 12:14:31 +00:00
Donny/강동윤
ede6e027c2
test(es): Organize tests (#4129) 2022-03-23 12:11:49 +00:00
SWC Bot
cdf868f7f0 chore: Publish crates 2022-03-23 08:25:15 +00:00
OJ Kwon
a6f39d3bd6
feat(cli): Implements some compile flags (#4125) 2022-03-23 08:22:27 +00:00
SWC Bot
c658823e8e chore: Publish crates 2022-03-23 07:15:30 +00:00
OJ Kwon
50f7f465f9
feat(wasm/plugin): Implement initial plugin interface for wasm runtimes (#4123) 2022-03-23 16:12:59 +09:00
Donny/강동윤
304f5bd1f2 chore: Publish v1.2.160 2022-03-22 19:53:55 +09:00
SWC Bot
496c4dc903 chore: Publish crates 2022-03-22 10:53:08 +00:00
Donny/강동윤
95c572f207
test(es/codegen): Add a test for fixed issue (#4121) 2022-03-22 19:49:59 +09:00
SWC Bot
8d322ef575 chore: Publish crates 2022-03-22 10:46:03 +00:00
Donny/강동윤
154d443c88
fix(es/compat): Fix regression of es2015 (#4119) 2022-03-22 10:42:05 +00:00
SWC Bot
03f1c14840 chore: Publish crates 2022-03-22 10:06:36 +00:00
Donny/강동윤
13b2f38cdd
fix(es/typescript): Collect all bindings in strip (#4118) 2022-03-22 10:03:58 +00:00
SWC Bot
77722c4943 chore: Publish crates 2022-03-22 08:03:01 +00:00
Alexander Akait
634d732803
feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
SWC Bot
5b6b9c0a25 chore: Publish crates 2022-03-22 06:27:29 +00:00
Donny/강동윤
4a9817f003
fix(es/minifier): Consider side effects while lifting sequences (#4116) 2022-03-22 06:25:19 +00:00
SWC Bot
57f8a0cad3 chore: Publish crates 2022-03-22 05:16:30 +00:00
OJ Kwon
f41a717c45
chore(plugin/runner): Update wasmer-* (#4111) 2022-03-22 05:14:20 +00:00
SWC Bot
58e1ed4a5f chore: Publish crates 2022-03-22 04:54:28 +00:00
Austaras
9a8fc2776e
fix(es/parser): Make let a reserved word in strict mode (#4113) 2022-03-22 04:52:10 +00:00
SWC Bot
39507b0268 chore: Publish crates 2022-03-21 11:37:18 +00:00
Artur
dd862ba9f8
feat(es/lints): Implement use-isnan rule (#4080) 2022-03-21 11:35:10 +00:00
SWC Bot
bba8e6be67 chore: Publish crates 2022-03-21 11:13:26 +00:00
Donny/강동윤
c6f8742669 feat(es/minifier): Implement more evaluation rules (#4030) 2022-03-21 20:07:59 +09:00
SWC Bot
2e48c9fc24 chore: Publish crates 2022-03-21 05:16:53 +00:00
Donny/강동윤
61f1a37492
fix(es/codegen): Fix codes related to sourcemap (#4106) 2022-03-21 05:14:45 +00:00
SWC Bot
7d335cdd28 chore: Publish crates 2022-03-20 11:58:30 +00:00
Hannes Bornö
d38117d4cb
fix(es/parser): Allow parentheses in assignment target (#4105) 2022-03-20 11:56:22 +00:00
Donny/강동윤
ea0bbc6f5f chore(issues): Typo 2022-03-20 18:52:40 +09:00
Donny/강동윤
69f16da736 chore(issues): Add some links 2022-03-20 18:50:44 +09:00
SWC Bot
92baba8af7 chore: Publish crates 2022-03-20 08:02:33 +00:00
Donny/강동윤
9b64a6960f
fix(es/codegen): Emit decorators on class methods (#4103) 2022-03-20 07:53:53 +00:00
SWC Bot
133bfb43d3 chore: Publish crates 2022-03-20 07:13:59 +00:00
Austaras
552f16dba6
fix(es/codegen): Support multiline comments in return stmt (#4102) 2022-03-20 07:11:23 +00:00
SWC Bot
06c1b3ecb5 chore: Publish crates 2022-03-20 06:49:16 +00:00
Artur
9ceefa734f
feat(es/lints): Implement valid-typeof rule (#4095) 2022-03-20 06:46:41 +00:00
Donny/강동윤
b31ead5cbe chore: Fix CI 2022-03-20 15:25:35 +09:00
Donny/강동윤
565a7202ed chore: Fix CI 2022-03-20 00:15:03 +09:00
SWC Bot
d7d160e2fa chore: Publish crates 2022-03-19 15:00:25 +00:00
Edwin Coronado
57802cfcce
fix(common): Fix the line number of errors (#4082) 2022-03-19 23:56:12 +09:00