It seems to emit decorators as-is in both experimental and regular mode.
Activity
jakebailey commentedon May 22, 2025
Yes, see: https://github.com/microsoft/typescript-go#what-works-so-far
mlarabi commentedon Jun 21, 2025
Why
decorator
is not in the list? Or does the list only show the planned/ongoing features ?jakebailey commentedon Jun 21, 2025
Emit is marked as "in progress".
tmm1 commentedon Jun 21, 2025
If you're interested it would need to be implemented here:
typescript-go/internal/transformers/transformer.go
Lines 107 to 108 in 35f3043