magic-akari
|
8af6ffb1dd
|
fix(es/parser): Wrap with OptChain across TsNonNull (#8332)
**Related issue:**
- Closes #8326.
|
2023-11-23 08:23:30 +09:00 |
|
Donny/강동윤
|
e58912622d
|
fix(es/parser): Consider ASI while parsing TypeScript type aliases (#8263)
**Related issue:**
- Closes #8073.
|
2023-11-10 12:31:55 +00:00 |
|
Donny/강동윤
|
5be8e74ee0
|
chore(es/module): Remove serde(deny_unknown_fields) (#8163)
**Related issue:**
- Closes #7979
|
2023-10-20 21:32:34 +00:00 |
|
Donny/강동윤
|
4d3fcb86e4
|
feat(es/ast): Support import attributes proposal (#7868)
**Related issue:**
- Closes #7179
|
2023-08-28 00:29:45 +00:00 |
|
Donny/강동윤
|
3958f1792c
|
refactor(es/ast): Remove unused fields (#7518)
**Related issue:**
- Closes #7347.
- Closes #7487.
|
2023-06-12 08:02:34 +00:00 |
|
Donny/강동윤
|
aa83584634
|
refactor(es/ast): Reimplement optional chaining (#7441)
**Related issue:**
- Closes #7003.
- Closes #7156.
|
2023-06-12 06:47:40 +00:00 |
|
Donny/강동윤
|
1d3f32056c
|
fix(es/parser): Fix parsing of module identifier (#7400)
**Related issue:**
- Closes #4176.
- Closes #7372.
|
2023-05-17 04:51:57 +00:00 |
|
Donny/강동윤
|
603f22de76
|
test(es): Update tsc test suite (#7323)
|
2023-04-24 14:59:19 +00:00 |
|
Donny/강동윤
|
085c6f35f1
|
fix(es/ast): Fix memory layout (#7062)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/7061.
|
2023-03-12 04:50:28 +00:00 |
|
Donny/강동윤
|
37533a23fd
|
feat(es/parser): Support auto accessors (#6981)
|
2023-02-28 06:39:25 +00:00 |
|
magic-akari
|
beb38d34a2
|
feat(es/typescript): Support export type * from "mod" (#6867)
|
2023-02-28 06:01:37 +00:00 |
|
Donny/강동윤
|
b887b30092
|
test(es/tsc): Update tsc test suite (#6982)
**Description:**
This is required for https://github.com/swc-project/swc/pull/6981 and https://github.com/swc-project/swc/pull/6950
|
2023-02-23 07:55:58 +00:00 |
|
magic-akari
|
019cf37199
|
feat(es/typescript): Support const modifier on type parameters (#6672)
**Related issue:**
- https://github.com/microsoft/TypeScript/pull/51865.
|
2023-01-10 05:08:29 +00:00 |
|
Daiki Nishikawa
|
f6faeb3bad
|
fix(es/parser): Fix parsing of TS satisfies expressions (#6354)
|
2022-11-07 03:56:15 +00:00 |
|
Donny/강동윤
|
5cddb4c734
|
feat(es/typescript): Support TS 4.9 (#5938)
**Description:**
This PR adds satisfaction expression to the AST and parser.
|
2022-09-23 16:41:56 +09:00 |
|
magic-akari
|
095cbf1b4f
|
test(es/transforms): Respect directives in tsc tests (#5648)
|
2022-08-29 10:49:01 +00:00 |
|
magic-akari
|
9443419591
|
fix(es/fixer): Preserve parens for optional chaining expressions (#5388)
|
2022-08-04 04:20:25 +00:00 |
|
Donny/강동윤
|
67942d5731
|
feat(common): Reserve BytePos(0) for dummy spans (#4616)
|
2022-05-11 16:14:42 +00:00 |
|
那里好脏不可以
|
37a8c90750
|
chore(*): Typo + fomatting (#4304)
|
2022-04-11 18:45:58 +00:00 |
|
Alexander Akait
|
f39d3aca4d
|
feat(es/ast): Add raw to Num (#4245)
|
2022-04-05 12:46:35 +00:00 |
|
Alexander Akait
|
e91f271873
|
feat(es/ast): Add raw to BigInt (#4218)
|
2022-04-02 06:04:14 +00:00 |
|
magic-akari
|
bf1924d1a8
|
feat(es/typescript): Support optional variance annotations (#4008)
|
2022-03-23 14:36:37 +00:00 |
|
Alexander Akait
|
634d732803
|
feat(es/ast): Add raw to Str (#4071)
|
2022-03-22 07:54:08 +00:00 |
|
Hannes Bornö
|
d38117d4cb
|
fix(es/parser): Allow parentheses in assignment target (#4105)
|
2022-03-20 11:56:22 +00:00 |
|
Austaras
|
bbe8f3d8fe
|
fix(es/ast): Revert removal of definite in PrivateProp (#4051)
|
2022-03-17 05:33:37 +00:00 |
|
Austaras
|
26abc6ba7e
|
refactor(es/ast): Remove useless fields in private property (#3868)
|
2022-03-05 23:51:04 +09: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 |
|
Austaras
|
2cb66ae075
|
refactor(es/ast): Change definition of optional chaining expressions (#3645)
|
2022-02-21 07:12:09 +00:00 |
|
Pig Fang
|
61e711c912
|
feat(es/ast): Support TypeScript Instantiation Expression (#3642)
|
2022-02-20 15:51:31 +00:00 |
|
Donny/강동윤
|
397a96a1cf
|
test(es/parser): Fix crlf (#3451)
|
2022-02-04 20:17:42 +09:00 |
|
Donny/강동윤
|
8b7c38c80c
|
test(es): Update tsc test suite (#3448)
|
2022-02-04 17:08:38 +09:00 |
|
Donny/강동윤
|
839d0ac480
|
refactor(es/parser): Flatten tests to make git faster (#3393)
|
2022-01-28 19:11:30 +09:00 |
|