Skip to content

fix: file paths missing .js extension for ESM#365

Merged
tannerlinsley merged 1 commit intoTanStack:mainfrom
DylanRodgers98:main
Feb 13, 2026
Merged

fix: file paths missing .js extension for ESM#365
tannerlinsley merged 1 commit intoTanStack:mainfrom
DylanRodgers98:main

Conversation

@DylanRodgers98
Copy link
Copy Markdown
Contributor

Fixes #364

A couple of imports were added in f4c9e90 without a .js file extension. This does not get flagged by pnpm build because tsconfig isn't on a module that enforces ESM.

I can see other files in this repo using ESM-style imports, so this PR does that for these new ones, rather than updating tsconfig which could cause wider changes.

@tannerlinsley tannerlinsley merged commit 8b5b8b7 into TanStack:main Feb 13, 2026
@tkjaergaard
Copy link
Copy Markdown

Can we get this released 🙏

@tannerlinsley
Copy link
Copy Markdown
Member

Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not working pnpm create @tanstack/start@latest

3 participants