Donny/강동윤
a1c5415b3b
feat(es/transforms): Allocate stacks dynamically ( #8867 )
...
**Description:**
- This PR introduces an in-tree testing system for Deno.
- This PR adds `stacker` cargo-feature to `swc_ecma_utils`.
**Related issue:**
- #1627
- Closes #8840
2024-04-16 19:43:58 +09:00
David Sherret
0dd96f85e2
fix(es/codegen): Emit override
keyword ( #8449 )
...
**Description:**
Emits the `override` keyword.
2023-12-24 10:30:46 +09:00
David Sherret
7566ddf0b7
fix(es/codegen): Fix codegen of ts specific syntax in class props ( #8426 )
...
**Description:**
This fixes the codegen of private properties with `is_optional` or `definite` and class properties with `definite`.
2023-12-17 06:47:20 +00:00
Zak
91ef7c9415
fix(es/decorators): Resolve enum for design:returntype
( #8320 )
2023-11-22 06:20:11 +00:00
Zak
fab51e1843
fix(es/proposal): Improve resolving of design:returntype
( #8303 )
...
**Description:**
Emits `'design:returntype'` metadata when using `"decoratorMetadata": true`.
**Related issue:**
- Closes #3319
2023-11-19 15:33:20 +09:00
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/강동윤
bbfa97a475
fix(es/decorator): Fix type detection for template literal types ( #6786 )
...
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6682 .
2023-01-11 07:42:09 +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/강동윤
b1f1a86a9d
feat(es/decorators): Support bigint
( #5671 )
2022-08-30 12:37:33 +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
Donny/강동윤
55cfad152d
fix(es/helpers): Fix decorator helper script ( #4072 )
2022-03-18 01:44:13 +00:00
William Tetlow
4f5e87b66b
fix(es/compat): Fix legacy decorator pass ( #3459 )
2022-02-07 16:11:41 +00:00
Donny/강동윤
f66c2cd375
fix(es/helpers): Fix decorators ( #3105 )
...
swc_ecma_transforms_base:
- Fix `_applyDecoratedDescriptor`. (Closes #2127 )
2021-12-23 19:03:53 +09:00