-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Crash on new typescript file pattern .d.mts
.d.cts
#1032
Comments
Do you have a link for a spec defining these file extensions? |
I think main pull is And entry file |
Thanks, but that PR has 569 files that we're definitely not going to sift through. To consider this a bug, we'll need a link to spec or docs showing that TS officially supports these lnew extensions. |
The new extensions were announced with the 4.5 beta : https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#new-file-extensions Not sure what the status is right now since many module-related things have been officially delayed and are only available as an experimental flag in nightly releases. : https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#whats-new-since-the-beta-and-rc |
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ |
Expected Behavior
No error
Actual Behavior
Additional Information
Typescript have new file pattern
.d.mts
.d.cts
The text was updated successfully, but these errors were encountered: