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
Compile is successful but when used in ES modules, the lib might throw following error:
SyntaxError: Named export 'SyntaxKind' not found. The requested module 'typescript' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:...
Stacktrace leads to TypeScript issue #45813 which might be solved in v4.6.x (?)
The text was updated successfully, but these errors were encountered:
Compile is successful but when used in ES modules, the lib might throw following error:
Stacktrace leads to TypeScript issue #45813 which might be solved in v4.6.x (?)
The text was updated successfully, but these errors were encountered: