forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "feat(turbopack): support next.js specific node polyfi…
…lls"" (vercel#55392) Reverts vercel#55385 Closes WEB-1565
- Loading branch information
Showing
14 changed files
with
19 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...-swc/crates/next-dev-tests/tests/integration/next/polyfill/basic/input/app/app/client.tsx
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...xt-swc/crates/next-dev-tests/tests/integration/next/polyfill/basic/input/app/app/page.tsx
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...next-swc/crates/next-dev-tests/tests/integration/next/polyfill/basic/input/app/layout.tsx
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
...ext-swc/crates/next-dev-tests/tests/integration/next/polyfill/basic/input/pages/index.tsx
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...next-swc/crates/next-dev-tests/tests/integration/next/polyfill/basic/input/pages/page.tsx
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../next/polyfill/basic/issues/lint TP1004 fs.readFile(__q____q____q____star__0__-1ea14a.txt
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../next/polyfill/basic/issues/lint TP1004 fs.readFile(__q____q____q____star__0__-9b3c3c.txt
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../next/polyfill/basic/issues/lint TP1004 fs.readFileSync(__q____q____q____star_-0b346e.txt
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../next/polyfill/basic/issues/lint TP1004 fs.readFileSync(__q____q____q____star_-c0b6ea.txt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
.../next/polyfill/basic/issues/lint TP1004 fs.stat(__q____q____q____star__0__star-05f14f.txt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
.../next/polyfill/basic/issues/lint TP1004 fs.stat(__q____q____q____star__0__star-a12dc8.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const metadata = { | ||
title: 'Next.js', | ||
description: 'Generated by Next.js', | ||
} | ||
|
||
export default function RootLayout({ children }) { | ||
return ( | ||
<html lang="en"> | ||
<body>{children}</body> | ||
</html> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters