typescript-go
typescript-go copied to clipboard
Not transpiling decorators
It seems to emit decorators as-is in both experimental and regular mode.
Yes, see: https://github.com/microsoft/typescript-go#what-works-so-far
Yes, see: https://github.com/microsoft/typescript-go#what-works-so-far
Why decorator is not in the list? Or does the list only show the planned/ongoing features ?
Emit is marked as "in progress".
If you're interested it would need to be implemented here:
https://github.com/microsoft/typescript-go/blob/35f3043124af20a5c9aeb7463adfd50e6c23d107/internal/transformers/transformer.go#L107-L108