You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I absolutely adore sucrase, thank you so much for building it!~
It's been mentioned before on #465 and #641, sucrase doesn't handle namespaces
I love namespaces and use them a lot, they're basically glorified objects and their output is very similar to enums.
I'd love to see them supported in sucrase, otherwise I think the readme really should mention that they're stripped from the output. Note that in runtime it shows up as "cannot access x in undefined" which is usually a sign of cyclical dependency
Hey I absolutely adore sucrase, thank you so much for building it!~
It's been mentioned before on #465 and #641, sucrase doesn't handle namespaces
I love namespaces and use them a lot, they're basically glorified objects and their output is very similar to enums.
I'd love to see them supported in sucrase, otherwise I think the readme really should mention that they're stripped from the output. Note that in runtime it shows up as "cannot access x in undefined" which is usually a sign of cyclical dependency
Input
Typescript output
Sucrase output
The text was updated successfully, but these errors were encountered: