SWC Bot
|
233e5d2a73
|
chore: Publish crates
|
2022-02-25 12:52:25 +00:00 |
|
William Tetlow
|
342dccce47
|
fix(es/parser): Handle trailing comma and bracket after an arrow function in conditional (#3685)
|
2022-02-25 12:50:04 +00:00 |
|
Austaras
|
05de029cfa
|
fix(es/compat): Fix handling of private getters and setters (#3695)
|
2022-02-25 06:08:35 +00:00 |
|
OJ Kwon
|
a454996314
|
feat(node-swc): Add experimental trace support in @swc/core (#3731)
|
2022-02-25 04:06:45 +00:00 |
|
SWC Bot
|
118801e5e0
|
chore: Publish crates
|
2022-02-24 13:39:16 +00:00 |
|
Donny/강동윤
|
e21579d84e
|
perf(es/parser): Reduce usage of generics to reduce binary size (#3726)
|
2022-02-24 13:36:37 +00:00 |
|
SWC Bot
|
fb561123c7
|
chore: Publish crates
|
2022-02-24 07:32:19 +00:00 |
|
Donny/강동윤
|
8b87bb4870
|
fix(es/parser): Don't attach comments to ; (#3720)
|
2022-02-24 07:23:53 +00:00 |
|
SWC Bot
|
d0a9295ba2
|
chore: Publish crates
|
2022-02-24 04:38:20 +00:00 |
|
David Sherret
|
4318a2e73b
|
fix(es/parser): Fix the span of an export declaration containing a const enum (#3701)
|
2022-02-24 04:36:05 +00:00 |
|
SWC Bot
|
6f7c06c9f8
|
chore: Publish crates
|
2022-02-23 15:50:44 +00:00 |
|
Pig Fang
|
010fe048c2
|
fix(es/parser): Fix a typescript instantiation expression followed by EOF (#3699)
|
2022-02-23 15:48:17 +00:00 |
|
SWC Bot
|
abb3c5942c
|
chore: Publish crates
|
2022-02-23 14:59:32 +00:00 |
|
Pig Fang
|
d6522f3a37
|
fix(es/parser): Disallow using reserved words as an expression in typescript (#3697)
|
2022-02-23 14:57:01 +00:00 |
|
SWC Bot
|
677e483ccb
|
chore: Publish crates
|
2022-02-23 14:24:53 +00:00 |
|
magic-akari
|
d499b8c14f
|
fix(es/parser): Allow Expr::TsInstantiation in extends clause (#3696)
|
2022-02-23 14:20:06 +00:00 |
|
Donny/강동윤
|
e35d73adf4
|
chore(clippy): Improve config (#3691)
|
2022-02-23 06:07:42 +00:00 |
|
SWC Bot
|
61d9e329c9
|
chore: Publish crates
|
2022-02-23 04:11:14 +00:00 |
|
Austaras
|
6a9d77808b
|
fix(es/parser): Emit an error for non-last rest element in an object pattern (#3675)
|
2022-02-23 13:08:46 +09:00 |
|
SWC Bot
|
e4c674b9cb
|
chore: Publish crates
|
2022-02-21 13:10:43 +00:00 |
|
Donny/강동윤
|
68a155165b
|
fix(es/ast): Fix definition of Expr::TsInstantiation (#3657)
|
2022-02-21 13:03:11 +00:00 |
|
SWC Bot
|
e08a2c2c17
|
chore: Publish crates
|
2022-02-21 07:15:09 +00:00 |
|
Austaras
|
2cb66ae075
|
refactor(es/ast): Change definition of optional chaining expressions (#3645)
|
2022-02-21 07:12:09 +00:00 |
|
SWC Bot
|
1fd3522e55
|
chore: Publish crates
|
2022-02-21 01:54:00 +00:00 |
|
Pig Fang
|
581b63cf36
|
fix(es/parser): Allow type arguments inside optional chaining (#3653)
|
2022-02-21 01:51:44 +00:00 |
|
SWC Bot
|
264f1cf8d6
|
chore: Publish crates
|
2022-02-20 15:53:48 +00:00 |
|
Pig Fang
|
61e711c912
|
feat(es/ast): Support TypeScript Instantiation Expression (#3642)
|
2022-02-20 15:51:31 +00:00 |
|
Donny/강동윤
|
a2f9c88b62
|
test(es/parser): Add a test for #2417 (#3588)
|
2022-02-16 12:34:25 +00:00 |
|
Donny/강동윤
|
9b76783281
|
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
- Merge identical source codes.
swc_css_parser:
- Deny `clippy::all`.
- Fix lints.
|
2022-02-09 06:33:32 +00:00 |
|
Donny/강동윤
|
c2a3b0d66c
|
chore: Publish crates
|
2022-02-09 00:47:41 +09:00 |
|
Austaras
|
26565b1ae9
|
feat(es/parser): Disallow assignment to optional chaining expressions (#3483)
|
2022-02-08 12:51:26 +00:00 |
|
Donny/강동윤
|
8bf5cf4d03
|
chore(es): Fix clippy warnings (#3482)
|
2022-02-08 19:50:22 +09:00 |
|
Donny/강동윤
|
454d07d973
|
chore: Publish crates
|
2022-02-04 20:21:02 +09:00 |
|
Donny/강동윤
|
397a96a1cf
|
test(es/parser): Fix crlf (#3451)
|
2022-02-04 20:17:42 +09:00 |
|
Donny/강동윤
|
e5b22cc3d8
|
chore: Publish crates
|
2022-02-04 17:54:47 +09:00 |
|
Donny/강동윤
|
5a806c5b81
|
fix(es/parser): Fix parsing of decorators (#3449)
swc_ecma_parser:
- Parse decorators using `parse_subscripts`.
|
2022-02-04 17:54:03 +09:00 |
|
Donny/강동윤
|
8b7c38c80c
|
test(es): Update tsc test suite (#3448)
|
2022-02-04 17:08:38 +09:00 |
|
Donny/강동윤
|
19e7c70bd7
|
chore: Publish crates
|
2022-02-04 13:21:41 +09:00 |
|
RiESAEX
|
cc185f01cb
|
feat(es/parser): Add an option to allow super outside of class methods (#3427)
|
2022-02-04 13:21:16 +09:00 |
|
Donny/강동윤
|
839d0ac480
|
refactor(es/parser): Flatten tests to make git faster (#3393)
|
2022-01-28 19:11:30 +09:00 |
|
LongYinan
|
9608605772
|
build(node-swc): Fix GLIBC < 2.18 compatible issues and android arm binary loading issue (#3314)
|
2022-01-20 02:21:24 +00:00 |
|
Donny
|
2ec540da35
|
chore: Publish crates
|
2022-01-16 04:22:00 +09:00 |
|
RiESAEX
|
6406b49df2
|
fix(es/parser): Throw an error when function body has use strict and paramaters is not simple (#3278)
|
2022-01-16 04:21:02 +09:00 |
|
Donny/강동윤
|
357a350390
|
refactor(*): Cleanup (#3274)
|
2022-01-15 16:43:34 +09:00 |
|
Donny/강동윤
|
15b604b6d6
|
refactor(*): Fix some clippy warnings (#3257)
|
2022-01-14 07:20:45 +09:00 |
|
Donny/강동윤
|
978de5943e
|
chore(ci): Configure clippy (#3250)
|
2022-01-13 23:06:11 +09:00 |
|
Donny
|
c13bba8401
|
chore: Publish crates
|
2022-01-12 18:39:56 +09:00 |
|
Donny
|
a2445e743b
|
chore: Publish crates
|
2022-01-12 04:46:21 +09:00 |
|
David Sherret
|
105cbc2017
|
fix(es/parser): Fix span of ComputedPropName (#3234)
|
2022-01-12 04:45:52 +09:00 |
|
Donny
|
54a0f51876
|
chore: Publish crates
|
2022-01-10 23:48:35 +09:00 |
|