We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
入口文件如下:test.tsx,返回的结果只有入口文件
import my from './my' function App(options) { return <>hello world</> } export default App
函数直接return null 的话是正常的
The text was updated successfully, but these errors were encountered:
test: #28 parse tsx file error
5804845
update on v1.1.10
Sorry, something went wrong.
the typescript parser in recast is not support tsx.
tsx
using babel-ts parser to parse for now
babel-ts
benjamn/recast#535
sz-p
No branches or pull requests
入口文件如下:test.tsx,返回的结果只有入口文件
函数直接return null 的话是正常的
The text was updated successfully, but these errors were encountered: