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
ts.ModuleResolutionKind seems to have changed between 4.9 and 5. The enum now has a Node10 value which I guess is the old NodeJs. This isn't mentioned in the API breaking changes list, so this is either a bug (which will probably break a few libraries [for example the rollup typescript plugin, through which I discovered this]) or should be added to that list.
(for me personally, if you want to keep the name change, it would be best to first deprecate the old name and remove it later)
🔎 Search Terms
ModuleResolutionKind
🕗 Version & Regression Information
This changed between versions 4.9 and 5.0
⏯ Playground Link
Doesn't apply here
💻 Code
ts.ModuleResolutionKind.NodeJs
🙁 Actual behavior
Error
🙂 Expected behavior
No error
The text was updated successfully, but these errors were encountered:
I may have meant to make it a breaking change; I don’t remember. But it’s very easy to make it backward-compatible. It’s probably best to add NodeJs back.
Bug Report
ts.ModuleResolutionKind
seems to have changed between 4.9 and 5. The enum now has aNode10
value which I guess is the oldNodeJs
. This isn't mentioned in the API breaking changes list, so this is either a bug (which will probably break a few libraries [for example the rollup typescript plugin, through which I discovered this]) or should be added to that list.(for me personally, if you want to keep the name change, it would be best to first deprecate the old name and remove it later)
🔎 Search Terms
ModuleResolutionKind
🕗 Version & Regression Information
⏯ Playground Link
Doesn't apply here
💻 Code
🙁 Actual behavior
Error
🙂 Expected behavior
No error
The text was updated successfully, but these errors were encountered: