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
When I use ts-transform-asset with TypeScript 4.0.2, I got an error:
(node:13716) UnhandledPromiseRejectionWarning: TypeError: typescript_1.updateIdentifier is not a function
at IdentifierSynthesizer.visit (my-project\node_modules\ts-transform-asset\dist\visitors\IdentifierSynthesizer.js:19:46)
We may need to support TypeScript 4.x.
The text was updated successfully, but these errors were encountered:
When I use
ts-transform-asset
with TypeScript 4.0.2, I got an error:We may need to support TypeScript 4.x.
The text was updated successfully, but these errors were encountered: