Remove the Typescript Extractor? #1047
Replies: 1 comment 1 reply
-
Yeah was thinking just the same. I'm just trying to find a way of being sure that we don't brake any setup. I don't want to release a breaking change, so any suggestion it's welcome |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think about removing the Typescript extractor in favor of always using Babel? Babel supports parsing TS nowadays so keeping both feels redundant. Also, the current typescript extractor reports incorrect line numbers when creating
origin
. This is because the code that is passed to Babel is first transpiled by the Typescript API.Beta Was this translation helpful? Give feedback.
All reactions