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
Since v1.14.0 when using the TS config option "allowImportingTsExtensions: true" I cannot import the UTC extension of Dayjs without using the .js extension. This works when downgrading to v4.13. The Stackbliz editor gives an error either way but that's not relevant here.
Bugs are expected to be fixed by those affected by it
I'm interested in working on this issue
Compensating engineering work financially will speed up resolution
I'm willing to offer financial support
The text was updated successfully, but these errors were encountered:
Seeing the same with import 'source-map-support/register';
Returning the same error starting in 4.14.0:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../node_modules/source-map-support/register' imported from __.ts
Did you mean to import "source-map-support/register.js"?
Acknowledgements
Minimal reproduction URL
https://stackblitz.com/edit/node-arpgm8
Problem & expected behavior (under 200 words)
Since v1.14.0 when using the TS config option "allowImportingTsExtensions: true" I cannot import the UTC extension of Dayjs without using the .js extension. This works when downgrading to v4.13. The Stackbliz editor gives an error either way but that's not relevant here.
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: