mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
d7aa66c345
### Why? Should come up with better solution that does not block PRs with git conflict x-ref: https://vercel.slack.com/archives/C02CDC2ALJH/p1785263902728189?thread_ts=1785263687.502649&cid=C02CDC2ALJH ### How? - Delete `errors.json`, the error-code SWC plugin, generated WASM, merge driver, and validation/build tooling. - Stop attaching error codes to server-rendering digests, redboxes, and telemetry; native `Error.code` and `Error.name` remain available where applicable. - Remove the development-overlay error feedback UI, middleware, and telemetry event that depended on stable codes. - Update fixtures, snapshots, and guidance for code-free errors and numeric-only digests. <!-- NEXT_JS_LLM -->
97 lines
4.4 KiB
Plaintext
97 lines
4.4 KiB
Plaintext
# Build artifacts
|
|
.next/
|
|
.turbo/
|
|
_next/
|
|
__tmp__/
|
|
dist/
|
|
target/
|
|
compiled/
|
|
|
|
# ast-grep snapshots (managed by ast-grep, not prettier)
|
|
.config/ast-grep/rule-tests/__snapshots__/
|
|
|
|
lerna.json
|
|
test-timings.json
|
|
pnpm-lock.yaml
|
|
|
|
packages/next/src/bundles/webpack/packages/*.runtime.js
|
|
packages/next/src/bundles/webpack/packages/lazy-compilation-*.js
|
|
packages/next/wasm/@next
|
|
.github/actions/next-stats-action/.work
|
|
|
|
crates/**/tests/**/output*
|
|
crates/core/tests/loader/issue-32553/input.js
|
|
# prettier destroys 'use server'/'use client' directives in multi-file code examples
|
|
.claude-plugin/**/*.md
|
|
# prettier destroys the directives here
|
|
crates/next-custom-transforms/tests/errors/react-server-components/client-graph/use-client/input.js
|
|
crates/next-custom-transforms/tests/errors/react-server-components/server-graph/fake-client-entry/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/8/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/9/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/18/input.js
|
|
crates/next-custom-transforms/tests/fixture/optimize-barrel/normal/4/input.js
|
|
crates/next-custom-transforms/tests/fixture/react-server-components/client-graph/client-entry/input.js
|
|
crates/next-custom-transforms/tests/fixture/react-server-components/server-graph/client-entry/input.js
|
|
packages/next-swc/native/**/*
|
|
packages/next-swc/docs/assets/**/*
|
|
|
|
packages/next-codemod/transforms/__testfixtures__/**
|
|
packages/next-codemod/transforms/__tests__/**
|
|
packages/next-codemod/**/*.js
|
|
packages/next-codemod/**/*.d.ts
|
|
|
|
packages/next-env/**/*.d.ts
|
|
**/next-env.d.ts
|
|
|
|
test/**/out/**
|
|
test/development/basic/hmr/components/parse-error.js
|
|
test/production/debug-build-path/fixtures/with-compile-error/app/broken/page.tsx
|
|
|
|
bench/nested-deps/pages/**/*
|
|
bench/nested-deps/components/**/*
|
|
|
|
**/convex/_generated/**
|
|
**/.tina/__generated__/**
|
|
test/**/*.graphql.ts
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/app/bad-sourcemap/page.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/ignored.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/sourcemapped.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/external-pkg/sourcemapped.js
|
|
test/development/mcp-server/fixtures/default-template/app/build-error/page.tsx
|
|
test/development/mcp-server/fixtures/compilation-errors-app/app/syntax-error/page.tsx
|
|
|
|
# turbopack crates, disable for some tests and precompiled dependencies.
|
|
/turbopack/crates/*/js/src/compiled
|
|
/turbopack/crates/turbopack/bench.json
|
|
/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph
|
|
/turbopack/crates/turbopack-ecmascript/tests/benches
|
|
/turbopack/crates/turbopack-ecmascript/tests/tree-shaker
|
|
/turbopack/crates/next-transform-strip-page-exports/tests
|
|
/turbopack/crates/next-transform-dynamic/tests
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/basic/error/input/broken.js
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/exports/invalid-export-parse-error/input/invalid-export/broken.js
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/**/not-compiled.js
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/basic/ts-parse-error/input/other.ts
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/css/css-parse-error/input/style.css
|
|
/test/development/app-dir/css-parse-error-recovery/app/css-error/style.css
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/import-meta/cjs/input/mod.cjs
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/source_maps/*
|
|
/turbopack/crates/turbopack-tests/tests/**/output*
|
|
/turbopack/crates/turbopack-tests/tests/**/static
|
|
/turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/syntax-err/input.js
|
|
/turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/tsx/lib.tsx
|
|
|
|
/apps/*/next-env.d.ts
|
|
|
|
# Symlink files
|
|
readme.md
|
|
test/development/app-dir/hmr-symlink/app/symlink-chain/page.tsx
|
|
test/development/app-dir/hmr-symlink/app/symlink-link/page.tsx
|
|
test/development/app-dir/ssr-in-rsc/node_modules/random-react-library
|
|
test/production/app-dir/symbolic-file-links/src/i18n.ts
|
|
test/production/app-dir/symbolic-file-links/src/app/layout.tsx
|
|
test/production/app-dir/symbolic-file-links/src/app/page.tsx
|
|
turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/pnpm/node_modules/*
|
|
turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/symlink-to-file/linked.js
|
|
turbopack/crates/turbopack-tests/tests/snapshot/swc_transforms/mono_transforms/input/node_modules/component
|