Skip to content
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

Make JS/TS extensions consistent in source files #2440

Open
sodic opened this issue Jan 8, 2025 · 0 comments
Open

Make JS/TS extensions consistent in source files #2440

sodic opened this issue Jan 8, 2025 · 0 comments
Labels
dx shouldfix We should do/fix this at some point

Comments

@sodic
Copy link
Contributor

sodic commented Jan 8, 2025

The JS/TS code has different expectations for import extensions depending on the runtime:

  • Client code allows both the .js extension or no extension.
  • Server code requires the .js extensions.
  • I think neither allows the .ts extension.

We should make improve this or at least make it consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx shouldfix We should do/fix this at some point
Projects
None yet
Development

No branches or pull requests

1 participant