Skip to content

Commit

Permalink
Remove next-dev and its test suite and benchmarks (#55983)
Browse files Browse the repository at this point in the history
We've rearchitected Next.js+Turbopack so Turbopack does not run
reimplement pieces of Next.js in its devserver. This:

- Removes the `next-dev` binary, which is no longer reachable through
`next --turbo`.
- Removes its test suite, as much of it is tested (and often more
thoroughly) by the Next.js test suite
- Removes its benchmark suite, which should be covered by
`Turbopack-bench` by
https://github.com/vercel/turbo/tree/main/crates/turbopack-bench

Test Plan: CI


Closes WEB-1652
  • Loading branch information
wbinnssmith committed Sep 26, 2023
1 parent c56f9f4 commit 9ac463b
Show file tree
Hide file tree
Showing 372 changed files with 138 additions and 12,175 deletions.
9 changes: 0 additions & 9 deletions .config/nextest.toml

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ packages/next/src/bundles/webpack/packages/lazy-compilation-*.js

packages/next-swc/crates/**/tests/**/output*
packages/next-swc/crates/core/tests/loader/issue-32553/input.js
packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/basic/error/input/broken.js
packages/next-swc/crates/next-dev-tests/tests/integration/next/webpack-loaders/no-options/input/pages/hello.raw.js
packages/next-swc/crates/next-dev-tests/tests/integration/next/webpack-loaders/no-options/input/raw/hello.js
packages/next-swc/native/**/*

packages/next-codemod/transforms/__testfixtures__/**
Expand Down
Loading

0 comments on commit 9ac463b

Please sign in to comment.