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
You know, I've been thinking back on this particular feature... Does it actually do anything?
I mean, ts-rs exports only type declarations, so these imports (or even the whole file) should be removed by tsc when compiling to JS right?
Add a feature flag that enables ESM relative imports with file extensions ending in "
.js
"Before:
After (e.g.
esm
feature flag):The implementation of this should be simple.
The text was updated successfully, but these errors were encountered: