Replies: 7 comments 36 replies
-
scope.hasOwnBinding()Call from here babel-plugin-transform-typescript
|
Beta Was this translation helpful? Give feedback.
-
scope.generateUid()Call from here babel-plugin-transform-typescript
babel-plugin-transform-react-jsx
|
Beta Was this translation helpful? Give feedback.
-
Complicated casesbabel-plugin-transform-typescript
These tests require the support of these API
|
Beta Was this translation helpful? Give feedback.
-
ScopeFlagsbabel-plugin-transform-react-jsx-self
babel-plugin-transform-react-jsx-development
These tests need to know what the current node's ScopeFlags are |
Beta Was this translation helpful? Give feedback.
-
babel-plugin-transform-react-jsx-development
This test needs to enable typescript in codegen and turn off the typescript plugin |
Beta Was this translation helpful? Give feedback.
-
We need to port registerDeclaration api. In the namespace, we will transform the |
Beta Was this translation helpful? Give feedback.
-
Do we need to transform As #3482 points out, it's not exclusively TS syntax, but as it's currently a stage 3 proposal it will likely need to be transpiled to run in browsers/NodeJS. caniuse.com doesn't list it, which I assume means it's not implemented in browsers yet. |
Beta Was this translation helpful? Give feedback.
-
This discussion records all the problems we encountered while working on the transformer.
Each answer is for a specific problem and its matching test cases.
cc @overlookmotel @Dunqing
Beta Was this translation helpful? Give feedback.
All reactions