magic-akari
|
6992d83d09
|
fix(es/decorators): Minimize class declarations transformation (#8245)
|
2023-11-10 02:27:01 +00:00 |
|
Donny/강동윤
|
cb4361f293
|
fix(es/decorators): Fix a regression about class expressions (#8102)
**Related issue:**
- Closes #8095
|
2023-10-11 16:45:21 +00:00 |
|
magic-akari
|
985f0cad06
|
fix(es/parser): Parse decorators after export (#7340)
|
2023-04-29 22:26:13 +09:00 |
|
magic-akari
|
38dfb91ebc
|
fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296)
**Description:**
We have moved to snake_case, so the last parameter of helper_expr is unnecessary.
|
2023-04-20 08:26:34 +00:00 |
|
magic-akari
|
703b340d39
|
fix(es/decorator): Preserve evaluation order (#6972)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6951.
|
2023-02-23 01:37:06 +00:00 |
|
Donny/강동윤
|
e410102633
|
fix(es/compat): Fix the order of initialization for decorators on computed keys (#5964)
|
2022-09-27 11:48:42 +00:00 |
|
magic-akari
|
2b2464271a
|
fix(es/codegen): Remove redundant ; after export default decl (#5851)
|
2022-09-14 06:07:15 +00:00 |
|
Donny/강동윤
|
36d960c7e9
|
perf(es/hygiene): Make hygiene faster (#4952)
|
2022-06-15 14:36:57 +00:00 |
|
Donny/강동윤
|
814f72f224
|
fix(es/decorators): Fix syntax context of decorated classes (#4905)
|
2022-06-08 05:00:22 +00:00 |
|
Donny/강동윤
|
a6d404a8c2
|
chore(repo): Configure prettier (#4523)
|
2022-05-04 14:25:28 +00:00 |
|
Donny/강동윤
|
f30ffdf200
|
fix(es/decorators): Make legacy decorator identical to tsc (#4496)
|
2022-05-03 07:48:09 +00:00 |
|
Donny/강동윤
|
8629e0c665
|
test(es/decorators): Migrate some tests to file-based fixture tests (#4510)
|
2022-05-03 15:29:18 +09:00 |
|