-
Notifications
You must be signed in to change notification settings - Fork 12.8k
ESM Version of Typescript in Node Package #57010
New issue
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
Comments
Not yet, and no imminent plans for one. |
See also #51440. |
sad... currently I'm workin on a vscode HTML Designer WYSIWYG Addon for VSCode (https://marketplace.visualstudio.com/items?itemName=node-projects.vscode-designer-addon) wich uses typescrit for parseing inside a webview, wich should load esm modules via importmap (https://github.com/node-projects/vs-code-designer-addon/blob/9a776a01fd4b6c5a9bdf2a3a21cb671e7eda9edb/src/vscode/DesignerTextEditor.ts#L174) and one of the imports should use typescript (https://github.com/node-projects/web-component-designer/blob/08c50e1ccddfabbead11fa2e840931ebb7619a83/packages/web-component-designer-htmlparserservice-base-custom-webcomponent/src/service/htmlParserService/BaseCustomWebcomponentParserService.ts#L2) |
I fixed it now by using a global script import, but now I have no types. For this I created another issue: #57019 |
This issue has been marked as "Question" and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
Acknowledgement
Comment
Is there a plan to include a ESM Version of Typescript in the Typescript nodejs package? Or does there exist one?
The text was updated successfully, but these errors were encountered: