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
Our current imports are extension-less, which causes compatibility and ambiguity with ESM mode, deno, debug tooling and module loaders.
Proposal
It's cheap and easy to add extensions.
After that's done address issues with Feathers in TS + ESM mode as they come
Risks
The CLI may depend on extensionless imports?
Additional details
I often need/prefer to use modules. This would save me some time. Additionally, having chat support or use ESM by default would strengthen the ecosystem and mark a path towards an ESM only future version.
The text was updated successfully, but these errors were encountered:
Summary
Our current imports are extension-less, which causes compatibility and ambiguity with ESM mode, deno, debug tooling and module loaders.
Proposal
Risks
Additional details
I often need/prefer to use modules. This would save me some time. Additionally, having chat support or use ESM by default would strengthen the ecosystem and mark a path towards an ESM only future version.
The text was updated successfully, but these errors were encountered: