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
Error: Debug Failure.
at visitEachChildOfJsxExpression (/.../node_modules/typescript/lib/typescript.js:85838:19)
at Object.visitEachChild (/.../node_modules/typescript/lib/typescript.js:84879:35)
at visitor (/.../transformer.js:6:13)
[...]
To run this I used this setup with Webpack and ts-loader: (I tried to keep it as short as possible)
Bug Report
π Search Terms
transformer jsx comment 5.0
π Version & Regression Information
β― Playground Link
Not available because Playground has not transformer options
π» Code
Given the following file:
and the following transformer
TypeScript throws this Error when compiling
To run this I used this setup with Webpack and ts-loader: (I tried to keep it as short as possible)
π Actual behavior
Running
npm run build
throws the described errorπ Expected behavior
No error is thrown
The text was updated successfully, but these errors were encountered: