-
Notifications
You must be signed in to change notification settings - Fork 27k
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
fix(turbopack): don't parse .ts
files as .tsx
#61219
fix(turbopack): don't parse .ts
files as .tsx
#61219
Conversation
4cf46f0
to
8e440a1
Compare
Failing test suitesCommit: 61e0570
Expand output● next.rs api › should allow to write app edge page to disk
● next.rs api › should allow to write app Node.js page to disk
● next.rs api › should allow to write app Node.js page to disk
● next.rs api › should have working HMR on client-side change on a page 0
● next.rs api › should have working HMR on client-side change on a page 1
● next.rs api › should have working HMR on client-side change on a page 2
● next.rs api › should have working HMR on server-side change on a page 0
● next.rs api › should have working HMR on server-side change on a page 1
● next.rs api › should have working HMR on server-side change on a page 2
● next.rs api › should have working HMR on client and server-side change on a page 0
● next.rs api › should have working HMR on client and server-side change on a page 1
● next.rs api › should have working HMR on client and server-side change on a page 2
● next.rs api › should have working HMR on client-side change on a app page 0
● next.rs api › should have working HMR on client-side change on a app page 1
● next.rs api › should have working HMR on client-side change on a app page 2
● next.rs api › should have working HMR on server-side change on a app page 0
● next.rs api › should have working HMR on server-side change on a app page 1
● next.rs api › should have working HMR on server-side change on a app page 2
Read more about building and testing Next.js in contributing.md. |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
|
8e440a1
to
0b97987
Compare
### Description We currently parse JSX syntax in all typescript files which is wrong. Closes PACK-2302 Next.js PR: vercel/next.js#61219
0b97987
to
61e0570
Compare
61e0570
to
a161c2c
Compare
What?
We currently parse JSX syntax in all typescript files which is wrong.
Closes PACK-2302
Turbo PR: vercel/turborepo#7121
Turbopack Updates
EcmascriptModuleFacadeModule::content
turborepo#7099.ts
files as.tsx
turborepo#7121