-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfa35c4
commit dc1901a
Showing
7 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
packages/next-codemod/bin/__testfixtures__/change-turbo-to-turbopack/README.md
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 @@ | ||
Change `--turbo` to `--turbopack` in `next dev` script. |
11 changes: 11 additions & 0 deletions
11
packages/next-codemod/bin/__testfixtures__/change-turbo-to-turbopack/package.json
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,11 @@ | ||
{ | ||
"name": "change-turbo-to-turbopack", | ||
"scripts": { | ||
"dev": "next dev --turbo" | ||
}, | ||
"dependencies": { | ||
"next": "15.0.0-canary.0", | ||
"react": "19.0.0-rc.0", | ||
"react-dom": "19.0.0-rc.0" | ||
} | ||
} |
Empty file.
1 change: 1 addition & 0 deletions
1
packages/next-codemod/bin/__testfixtures__/suggest-turbopack/README.md
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 @@ | ||
Suggest adding `--turbopack` to `next dev` script. |
11 changes: 11 additions & 0 deletions
11
packages/next-codemod/bin/__testfixtures__/suggest-turbopack/package.json
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,11 @@ | ||
{ | ||
"name": "suggest-turbopack", | ||
"scripts": { | ||
"dev": "next dev" | ||
}, | ||
"dependencies": { | ||
"next": "15.0.0-canary.0", | ||
"react": "19.0.0-rc.0", | ||
"react-dom": "19.0.0-rc.0" | ||
} | ||
} |
Empty file.
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