next 15.4.2 → 15.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +2 -2
  3. package/dist/build/swc/generated-native.d.ts +21 -10
  4. package/dist/build/swc/index.js +3 -3
  5. package/dist/build/swc/index.js.map +1 -1
  6. package/dist/build/swc/types.d.ts +8 -4
  7. package/dist/build/templates/app-page.js +1 -1
  8. package/dist/build/templates/app-page.js.map +1 -1
  9. package/dist/build/templates/app-route.js +1 -1
  10. package/dist/build/templates/app-route.js.map +1 -1
  11. package/dist/build/templates/pages.js +11 -9
  12. package/dist/build/templates/pages.js.map +1 -1
  13. package/dist/build/turbopack-build/impl.js +5 -3
  14. package/dist/build/turbopack-build/impl.js.map +1 -1
  15. package/dist/build/webpack/loaders/css-loader/src/utils.js +3 -5
  16. package/dist/build/webpack/loaders/css-loader/src/utils.js.map +1 -1
  17. package/dist/build/webpack/loaders/metadata/resolve-route-data.js +4 -4
  18. package/dist/build/webpack/loaders/metadata/resolve-route-data.js.map +1 -1
  19. package/dist/build/webpack-config.js +2 -2
  20. package/dist/client/app-bootstrap.js +1 -1
  21. package/dist/client/index.js +1 -1
  22. package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js +1 -1
  23. package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js.map +1 -1
  24. package/dist/compiled/next-server/pages-turbo.runtime.dev.js +1 -1
  25. package/dist/compiled/next-server/pages-turbo.runtime.dev.js.map +1 -1
  26. package/dist/esm/build/index.js +2 -2
  27. package/dist/esm/build/swc/generated-native.d.ts +21 -10
  28. package/dist/esm/build/swc/index.js +3 -3
  29. package/dist/esm/build/swc/index.js.map +1 -1
  30. package/dist/esm/build/swc/types.js.map +1 -1
  31. package/dist/esm/build/templates/app-page.js +1 -1
  32. package/dist/esm/build/templates/app-page.js.map +1 -1
  33. package/dist/esm/build/templates/app-route.js +1 -1
  34. package/dist/esm/build/templates/app-route.js.map +1 -1
  35. package/dist/esm/build/templates/pages.js +11 -9
  36. package/dist/esm/build/templates/pages.js.map +1 -1
  37. package/dist/esm/build/turbopack-build/impl.js +5 -3
  38. package/dist/esm/build/turbopack-build/impl.js.map +1 -1
  39. package/dist/esm/build/webpack/loaders/css-loader/src/utils.js +1 -3
  40. package/dist/esm/build/webpack/loaders/css-loader/src/utils.js.map +1 -1
  41. package/dist/esm/build/webpack/loaders/metadata/resolve-route-data.js +4 -4
  42. package/dist/esm/build/webpack/loaders/metadata/resolve-route-data.js.map +1 -1
  43. package/dist/esm/build/webpack-config.js +2 -2
  44. package/dist/esm/client/app-bootstrap.js +1 -1
  45. package/dist/esm/client/index.js +1 -1
  46. package/dist/esm/lib/normalize-path.js +6 -0
  47. package/dist/esm/lib/normalize-path.js.map +1 -0
  48. package/dist/esm/server/dev/hot-reloader-turbopack.js +6 -4
  49. package/dist/esm/server/dev/hot-reloader-turbopack.js.map +1 -1
  50. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  51. package/dist/esm/server/dev/next-dev-server.js +3 -1
  52. package/dist/esm/server/dev/next-dev-server.js.map +1 -1
  53. package/dist/esm/server/lib/app-info-log.js +1 -1
  54. package/dist/esm/server/lib/router-utils/setup-dev-bundler.js +6 -1
  55. package/dist/esm/server/lib/router-utils/setup-dev-bundler.js.map +1 -1
  56. package/dist/esm/server/lib/start-server.js +1 -1
  57. package/dist/esm/shared/lib/canary-only.js +1 -1
  58. package/dist/lib/normalize-path.d.ts +1 -0
  59. package/dist/lib/normalize-path.js +21 -0
  60. package/dist/lib/normalize-path.js.map +1 -0
  61. package/dist/server/dev/hot-reloader-turbopack.js +5 -3
  62. package/dist/server/dev/hot-reloader-turbopack.js.map +1 -1
  63. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  64. package/dist/server/dev/next-dev-server.js +3 -1
  65. package/dist/server/dev/next-dev-server.js.map +1 -1
  66. package/dist/server/lib/app-info-log.js +1 -1
  67. package/dist/server/lib/router-utils/setup-dev-bundler.js +6 -1
  68. package/dist/server/lib/router-utils/setup-dev-bundler.js.map +1 -1
  69. package/dist/server/lib/start-server.js +1 -1
  70. package/dist/shared/lib/canary-only.js +1 -1
  71. package/dist/telemetry/anonymous-meta.js +1 -1
  72. package/dist/telemetry/events/session-stopped.js +2 -2
  73. package/dist/telemetry/events/version.js +2 -2
  74. package/package.json +15 -15
package/dist/bin/next CHANGED
@@ -79,7 +79,7 @@ const program = new NextRootCommand();
79
79
  program.name('next').description('The Next.js CLI allows you to develop, build, start your application, and more.').configureHelp({
80
80
  formatHelp: (cmd, helper)=>(0, _formatclihelpoutput.formatCliHelpOutput)(cmd, helper),
81
81
  subcommandTerm: (cmd)=>`${cmd.name()} ${cmd.usage()}`
82
- }).helpCommand(false).helpOption('-h, --help', 'Displays this message.').version(`Next.js v${"15.4.2"}`, '-v, --version', 'Outputs the Next.js version.');
82
+ }).helpCommand(false).helpOption('-h, --help', 'Displays this message.').version(`Next.js v${"15.4.4"}`, '-v, --version', 'Outputs the Next.js version.');
83
83
  program.command('build').description('Creates an optimized production build of your application. The output displays information about each route.').argument('[directory]', `A directory on which to build the application. ${(0, _picocolors.italic)('If no directory is provided, the current directory will be used.')}`).option('-d, --debug', 'Enables a more verbose build output.').option('--debug-prerender', 'Enables debug mode for prerendering. Not for production use!').option('--no-lint', 'Disables linting.').option('--no-mangling', 'Disables mangling.').option('--profile', 'Enables production profiling for React.').option('--experimental-app-only', 'Builds only App Router routes.').option('--turbo', 'Starts development mode using Turbopack.').option('--turbopack', 'Starts development mode using Turbopack.').addOption(new _commander.Option('--experimental-build-mode [mode]', 'Uses an experimental build mode.').choices([
84
84
  'compile',
85
85
  'generate',
@@ -392,7 +392,7 @@ async function build(dir, reactProductionProfiling = false, debugOutput = false,
392
392
  const nextBuildSpan = (0, _trace.trace)('next-build', undefined, {
393
393
  buildMode: experimentalBuildMode,
394
394
  isTurboBuild: String(isTurbopack),
395
- version: "15.4.2"
395
+ version: "15.4.4"
396
396
  });
397
397
  _buildcontext.NextBuildContext.nextBuildSpan = nextBuildSpan;
398
398
  _buildcontext.NextBuildContext.dir = dir;
@@ -779,7 +779,7 @@ async function build(dir, reactProductionProfiling = false, debugOutput = false,
779
779
  // Files outside of the distDir can be "type": "module"
780
780
  await writeFileUtf8(_path.default.join(distDir, 'package.json'), '{"type": "commonjs"}');
781
781
  // These are written to distDir, so they need to come after creating and cleaning distDr.
782
- await (0, _builddiagnostics.recordFrameworkVersion)("15.4.2");
782
+ await (0, _builddiagnostics.recordFrameworkVersion)("15.4.4");
783
783
  await (0, _builddiagnostics.updateBuildDiagnostics)({
784
784
  buildStage: 'start'
785
785
  });
@@ -100,15 +100,20 @@ export interface NapiWatchOptions {
100
100
  }
101
101
  export interface NapiProjectOptions {
102
102
  /**
103
- * A root path from which all files must be nested under. Trying to access
104
- * a file outside this root will fail. Think of this as a chroot.
103
+ * An absolute root path (Unix or Windows path) from which all files must be nested under.
104
+ * Trying to access a file outside this root will fail, so think of this as a chroot.
105
+ * E.g. `/home/user/projects/my-repo`.
105
106
  */
106
107
  rootPath: RcStr
107
- /** A path inside the root_path which contains the app/pages directories. */
108
+ /**
109
+ * A path which contains the app/pages directories, relative to [`Project::root_path`], always
110
+ * Unix path. E.g. `apps/my-app`
111
+ */
108
112
  projectPath: RcStr
109
113
  /**
110
- * next.config's distDir. Project initialization occurs earlier than
111
- * deserializing next.config, so passing it as separate option.
114
+ * A path where to emit the build outputs, relative to [`Project::project_path`], always Unix
115
+ * path. Corresponds to next.config.js's `distDir`.
116
+ * E.g. `.next`
112
117
  */
113
118
  distDir: RcStr
114
119
  /** Filesystem watcher options. */
@@ -146,15 +151,21 @@ export interface NapiProjectOptions {
146
151
  /** [NapiProjectOptions] with all fields optional. */
147
152
  export interface NapiPartialProjectOptions {
148
153
  /**
149
- * A root path from which all files must be nested under. Trying to access
150
- * a file outside this root will fail. Think of this as a chroot.
154
+ * An absolute root path (Unix or Windows path) from which all files must be nested under.
155
+ * Trying to access a file outside this root will fail, so think of this as a chroot.
156
+ * E.g. `/home/user/projects/my-repo`.
151
157
  */
152
158
  rootPath?: RcStr
153
- /** A path inside the root_path which contains the app/pages directories. */
159
+ /**
160
+ * A path which contains the app/pages directories, relative to [`Project::root_path`], always
161
+ * a Unix path.
162
+ * E.g. `apps/my-app`
163
+ */
154
164
  projectPath?: RcStr
155
165
  /**
156
- * next.config's distDir. Project initialization occurs earlier than
157
- * deserializing next.config, so passing it as separate option.
166
+ * A path where to emit the build outputs, relative to [`Project::project_path`], always a
167
+ * Unix path. Corresponds to next.config.js's `distDir`.
168
+ * E.g. `.next`
158
169
  */
159
170
  distDir?: RcStr | undefined | null
160
171
  /** Filesystem watcher options. */
@@ -131,7 +131,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
131
131
  }
132
132
  return newObj;
133
133
  }
134
- const nextVersion = "15.4.2";
134
+ const nextVersion = "15.4.4";
135
135
  const ArchName = (0, _os.arch)();
136
136
  const PlatformName = (0, _os.platform)();
137
137
  function infoLog(...args) {
@@ -523,7 +523,7 @@ function bindingToApi(binding, _wasm) {
523
523
  async function rustifyProjectOptions(options) {
524
524
  return {
525
525
  ...options,
526
- nextConfig: await serializeNextConfig(options.nextConfig, options.projectPath),
526
+ nextConfig: await serializeNextConfig(options.nextConfig, _path.default.join(options.rootPath, options.projectPath)),
527
527
  jsConfig: JSON.stringify(options.jsConfig),
528
528
  env: rustifyEnv(options.env)
529
529
  };
@@ -531,7 +531,7 @@ function bindingToApi(binding, _wasm) {
531
531
  async function rustifyPartialProjectOptions(options) {
532
532
  return {
533
533
  ...options,
534
- nextConfig: options.nextConfig && await serializeNextConfig(options.nextConfig, options.projectPath),
534
+ nextConfig: options.nextConfig && await serializeNextConfig(options.nextConfig, _path.default.join(options.rootPath, options.projectPath)),
535
535
  jsConfig: options.jsConfig && JSON.stringify(options.jsConfig),
536
536
  env: options.env && rustifyEnv(options.env)
537
537
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/build/swc/index.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-use-before-define */\nimport path from 'path'\nimport { pathToFileURL } from 'url'\nimport { arch, platform } from 'os'\nimport { platformArchTriples } from 'next/dist/compiled/@napi-rs/triples'\nimport * as Log from '../output/log'\nimport { getParserOptions } from './options'\nimport { eventSwcLoadFailure } from '../../telemetry/events/swc-load-failure'\nimport { patchIncorrectLockfile } from '../../lib/patch-incorrect-lockfile'\nimport { downloadNativeNextSwc, downloadWasmSwc } from '../../lib/download-swc'\nimport type {\n NextConfigComplete,\n TurbopackLoaderItem,\n TurbopackRuleConfigItem,\n TurbopackRuleConfigItemOptions,\n TurbopackRuleConfigItemOrShortcut,\n} from '../../server/config-shared'\nimport { isDeepStrictEqual } from 'util'\nimport { type DefineEnvOptions, getDefineEnv } from '../define-env'\nimport { getReactCompilerLoader } from '../get-babel-loader-config'\nimport type {\n NapiPartialProjectOptions,\n NapiProjectOptions,\n NapiSourceDiagnostic,\n} from './generated-native'\nimport type {\n Binding,\n CompilationEvent,\n DefineEnv,\n Endpoint,\n HmrIdentifiers,\n Project,\n ProjectOptions,\n RawEntrypoints,\n Route,\n TurboEngineOptions,\n TurbopackResult,\n TurbopackStackFrame,\n Update,\n UpdateMessage,\n WrittenEndpoint,\n} from './types'\nimport { TurbopackInternalError } from '../../shared/lib/turbopack/utils'\n\ntype RawBindings = typeof import('./generated-native')\ntype RawWasmBindings = typeof import('./generated-wasm') & {\n default?(): Promise<typeof import('./generated-wasm')>\n}\n\nconst nextVersion = process.env.__NEXT_VERSION as string\n\nconst ArchName = arch()\nconst PlatformName = platform()\n\nfunction infoLog(...args: any[]) {\n if (process.env.NEXT_PRIVATE_BUILD_WORKER) {\n return\n }\n if (process.env.DEBUG) {\n Log.info(...args)\n }\n}\n\n/**\n * Based on napi-rs's target triples, returns triples that have corresponding next-swc binaries.\n */\nexport function getSupportedArchTriples(): Record<string, any> {\n const { darwin, win32, linux, freebsd, android } = platformArchTriples\n\n return {\n darwin,\n win32: {\n arm64: win32.arm64,\n ia32: win32.ia32.filter((triple) => triple.abi === 'msvc'),\n x64: win32.x64.filter((triple) => triple.abi === 'msvc'),\n },\n linux: {\n // linux[x64] includes `gnux32` abi, with x64 arch.\n x64: linux.x64.filter((triple) => triple.abi !== 'gnux32'),\n arm64: linux.arm64,\n // This target is being deprecated, however we keep it in `knownDefaultWasmFallbackTriples` for now\n arm: linux.arm,\n },\n // Below targets are being deprecated, however we keep it in `knownDefaultWasmFallbackTriples` for now\n freebsd: {\n x64: freebsd.x64,\n },\n android: {\n arm64: android.arm64,\n arm: android.arm,\n },\n }\n}\n\nconst triples = (() => {\n const supportedArchTriples = getSupportedArchTriples()\n const targetTriple = supportedArchTriples[PlatformName]?.[ArchName]\n\n // If we have supported triple, return it right away\n if (targetTriple) {\n return targetTriple\n }\n\n // If there isn't corresponding target triple in `supportedArchTriples`, check if it's excluded from original raw triples\n // Otherwise, it is completely unsupported platforms.\n let rawTargetTriple = platformArchTriples[PlatformName]?.[ArchName]\n\n if (rawTargetTriple) {\n Log.warn(\n `Trying to load next-swc for target triple ${rawTargetTriple}, but there next-swc does not have native bindings support`\n )\n } else {\n Log.warn(\n `Trying to load next-swc for unsupported platforms ${PlatformName}/${ArchName}`\n )\n }\n\n return []\n})()\n\n// Allow to specify an absolute path to the custom turbopack binary to load.\n// If one of env variables is set, `loadNative` will try to use specified\n// binary instead. This is thin, naive interface\n// - `loadBindings` will not validate neither path nor the binary.\n//\n// Note these are internal flag: there's no stability, feature guarantee.\nconst __INTERNAL_CUSTOM_TURBOPACK_BINDINGS =\n process.env.__INTERNAL_CUSTOM_TURBOPACK_BINDINGS\n\nfunction checkVersionMismatch(pkgData: any) {\n const version = pkgData.version\n\n if (version && version !== nextVersion) {\n Log.warn(\n `Mismatching @next/swc version, detected: ${version} while Next.js is on ${nextVersion}. Please ensure these match`\n )\n }\n}\n\n// These are the platforms we'll try to load wasm bindings first,\n// only try to load native bindings if loading wasm binding somehow fails.\n// Fallback to native binding is for migration period only,\n// once we can verify loading-wasm-first won't cause visible regressions,\n// we'll not include native bindings for these platform at all.\nconst knownDefaultWasmFallbackTriples = [\n 'x86_64-unknown-freebsd',\n 'aarch64-linux-android',\n 'arm-linux-androideabi',\n 'armv7-unknown-linux-gnueabihf',\n 'i686-pc-windows-msvc',\n // WOA targets are TBD, while current userbase is small we may support it in the future\n //'aarch64-pc-windows-msvc',\n]\n\n// The last attempt's error code returned when cjs require to native bindings fails.\n// If node.js throws an error without error code, this should be `unknown` instead of undefined.\n// For the wasm-first targets (`knownDefaultWasmFallbackTriples`) this will be `unsupported_target`.\nlet lastNativeBindingsLoadErrorCode:\n | 'unknown'\n | 'unsupported_target'\n | string\n | undefined = undefined\n// Used to cache calls to `loadBindings`\nlet pendingBindings: Promise<Binding>\n// some things call `loadNative` directly instead of `loadBindings`... Cache calls to that\n// separately.\nlet nativeBindings: Binding\n// can allow hacky sync access to bindings for loadBindingsSync\nlet wasmBindings: Binding\nlet downloadWasmPromise: any\nlet swcTraceFlushGuard: any\nlet downloadNativeBindingsPromise: Promise<void> | undefined = undefined\n\nexport const lockfilePatchPromise: { cur?: Promise<void> } = {}\n\n/**\n * Attempts to load a native or wasm binding.\n *\n * By default, this first tries to use a native binding, falling back to a wasm binding if that\n * fails.\n *\n * This function is `async` as wasm requires an asynchronous import in browsers.\n */\nexport async function loadBindings(\n useWasmBinary: boolean = false\n): Promise<Binding> {\n // Increase Rust stack size as some npm packages being compiled need more than the default.\n if (!process.env.RUST_MIN_STACK) {\n process.env.RUST_MIN_STACK = '8388608'\n }\n\n if (pendingBindings) {\n return pendingBindings\n }\n\n if (process.env.NEXT_TEST_WASM) {\n useWasmBinary = true\n }\n\n // rust needs stdout to be blocking, otherwise it will throw an error (on macOS at least) when writing a lot of data (logs) to it\n // see https://github.com/napi-rs/napi-rs/issues/1630\n // and https://github.com/nodejs/node/blob/main/doc/api/process.md#a-note-on-process-io\n if (process.stdout._handle != null) {\n // @ts-ignore\n process.stdout._handle.setBlocking?.(true)\n }\n if (process.stderr._handle != null) {\n // @ts-ignore\n process.stderr._handle.setBlocking?.(true)\n }\n\n pendingBindings = new Promise(async (resolve, _reject) => {\n if (!lockfilePatchPromise.cur) {\n // always run lockfile check once so that it gets patched\n // even if it doesn't fail to load locally\n lockfilePatchPromise.cur = patchIncorrectLockfile(process.cwd()).catch(\n console.error\n )\n }\n\n let attempts: any[] = []\n const disableWasmFallback = process.env.NEXT_DISABLE_SWC_WASM\n const unsupportedPlatform = triples.some(\n (triple: any) =>\n !!triple?.raw && knownDefaultWasmFallbackTriples.includes(triple.raw)\n )\n const isWebContainer = process.versions.webcontainer\n // Normal execution relies on the param `useWasmBinary` flag to load, but\n // in certain cases where there isn't a native binary we always load wasm fallback first.\n const shouldLoadWasmFallbackFirst =\n (!disableWasmFallback && useWasmBinary) ||\n unsupportedPlatform ||\n isWebContainer\n\n if (!unsupportedPlatform && useWasmBinary) {\n Log.warn(\n `experimental.useWasmBinary is not an option for supported platform ${PlatformName}/${ArchName} and will be ignored.`\n )\n }\n\n if (shouldLoadWasmFallbackFirst) {\n lastNativeBindingsLoadErrorCode = 'unsupported_target'\n const fallbackBindings = await tryLoadWasmWithFallback(attempts)\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n // Trickle down loading `fallback` bindings:\n //\n // - First, try to load native bindings installed in node_modules.\n // - If that fails with `ERR_MODULE_NOT_FOUND`, treat it as case of https://github.com/npm/cli/issues/4828\n // that host system where generated package lock is not matching to the guest system running on, try to manually\n // download corresponding target triple and load it. This won't be triggered if native bindings are failed to load\n // with other reasons than `ERR_MODULE_NOT_FOUND`.\n // - Lastly, falls back to wasm binding where possible.\n try {\n return resolve(loadNative())\n } catch (a) {\n if (\n Array.isArray(a) &&\n a.every((m) => m.includes('it was not installed'))\n ) {\n let fallbackBindings = await tryLoadNativeWithFallback(attempts)\n\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n attempts = attempts.concat(a)\n }\n\n // For these platforms we already tried to load wasm and failed, skip reattempt\n if (!shouldLoadWasmFallbackFirst && !disableWasmFallback) {\n const fallbackBindings = await tryLoadWasmWithFallback(attempts)\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n logLoadFailure(attempts, true)\n })\n return pendingBindings\n}\n\nasync function tryLoadNativeWithFallback(attempts: Array<string>) {\n const nativeBindingsDirectory = path.join(\n path.dirname(require.resolve('next/package.json')),\n 'next-swc-fallback'\n )\n\n if (!downloadNativeBindingsPromise) {\n downloadNativeBindingsPromise = downloadNativeNextSwc(\n nextVersion,\n nativeBindingsDirectory,\n triples.map((triple: any) => triple.platformArchABI)\n )\n }\n await downloadNativeBindingsPromise\n\n try {\n return loadNative(nativeBindingsDirectory)\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n\n return undefined\n}\n\n// helper for loadBindings\nasync function tryLoadWasmWithFallback(\n attempts: any[]\n): Promise<Binding | undefined> {\n try {\n let bindings = await loadWasm('')\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: 'enabled',\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n return bindings\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n\n try {\n // if not installed already download wasm package on-demand\n // we download to a custom directory instead of to node_modules\n // as node_module import attempts are cached and can't be re-attempted\n // x-ref: https://github.com/nodejs/modules/issues/307\n const wasmDirectory = path.join(\n path.dirname(require.resolve('next/package.json')),\n 'wasm'\n )\n if (!downloadWasmPromise) {\n downloadWasmPromise = downloadWasmSwc(nextVersion, wasmDirectory)\n }\n await downloadWasmPromise\n let bindings = await loadWasm(wasmDirectory)\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: 'fallback',\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n\n // still log native load attempts so user is\n // aware it failed and should be fixed\n for (const attempt of attempts) {\n Log.warn(attempt)\n }\n return bindings\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n}\n\nfunction loadBindingsSync() {\n let attempts: any[] = []\n try {\n return loadNative()\n } catch (a) {\n attempts = attempts.concat(a)\n }\n\n // HACK: we can leverage the wasm bindings if they are already loaded\n // this may introduce race conditions\n if (wasmBindings) {\n return wasmBindings\n }\n\n logLoadFailure(attempts)\n throw new Error('Failed to load bindings', { cause: attempts })\n}\n\nlet loggingLoadFailure = false\n\nfunction logLoadFailure(attempts: any, triedWasm = false) {\n // make sure we only emit the event and log the failure once\n if (loggingLoadFailure) return\n loggingLoadFailure = true\n\n for (let attempt of attempts) {\n Log.warn(attempt)\n }\n\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: triedWasm ? 'failed' : undefined,\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n .then(() => lockfilePatchPromise.cur || Promise.resolve())\n .finally(() => {\n Log.error(\n `Failed to load SWC binary for ${PlatformName}/${ArchName}, see more info here: https://nextjs.org/docs/messages/failed-loading-swc`\n )\n process.exit(1)\n })\n}\n\ntype RustifiedEnv = { name: string; value: string }[]\ntype RustifiedOptionEnv = { name: string; value: string | undefined }[]\n\nexport function createDefineEnv({\n isTurbopack,\n clientRouterFilters,\n config,\n dev,\n distDir,\n projectPath,\n fetchCacheKeyPrefix,\n hasRewrites,\n middlewareMatchers,\n rewrites,\n}: Omit<\n DefineEnvOptions,\n 'isClient' | 'isNodeOrEdgeCompilation' | 'isEdgeServer' | 'isNodeServer'\n>): DefineEnv {\n let defineEnv: DefineEnv = {\n client: [],\n edge: [],\n nodejs: [],\n }\n\n for (const variant of Object.keys(defineEnv) as (keyof typeof defineEnv)[]) {\n defineEnv[variant] = rustifyOptionEnv(\n getDefineEnv({\n isTurbopack,\n clientRouterFilters,\n config,\n dev,\n distDir,\n projectPath,\n fetchCacheKeyPrefix,\n hasRewrites,\n isClient: variant === 'client',\n isEdgeServer: variant === 'edge',\n isNodeServer: variant === 'nodejs',\n middlewareMatchers,\n rewrites,\n })\n )\n }\n\n return defineEnv\n}\n\nfunction rustifyEnv(env: Record<string, string>): RustifiedEnv {\n return Object.entries(env)\n .filter(([_, value]) => value != null)\n .map(([name, value]) => ({\n name,\n value,\n }))\n}\n\nfunction rustifyOptionEnv(\n env: Record<string, string | undefined>\n): RustifiedOptionEnv {\n return Object.entries(env).map(([name, value]) => ({\n name,\n value,\n }))\n}\n\n// TODO(sokra) Support wasm option.\nfunction bindingToApi(\n binding: RawBindings,\n _wasm: boolean\n): Binding['turbo']['createProject'] {\n type NativeFunction<T> = (\n callback: (err: Error, value: T) => void\n ) => Promise<{ __napiType: 'RootTask' }>\n\n type NapiEndpoint = { __napiType: 'Endpoint' }\n\n type NapiEntrypoints = {\n routes: NapiRoute[]\n middleware?: NapiMiddleware\n instrumentation?: NapiInstrumentation\n pagesDocumentEndpoint: NapiEndpoint\n pagesAppEndpoint: NapiEndpoint\n pagesErrorEndpoint: NapiEndpoint\n }\n\n type NapiMiddleware = {\n endpoint: NapiEndpoint\n runtime: 'nodejs' | 'edge'\n matcher?: string[]\n }\n\n type NapiInstrumentation = {\n nodeJs: NapiEndpoint\n edge: NapiEndpoint\n }\n\n type NapiRoute = {\n pathname: string\n } & (\n | {\n type: 'page'\n htmlEndpoint: NapiEndpoint\n dataEndpoint: NapiEndpoint\n }\n | {\n type: 'page-api'\n endpoint: NapiEndpoint\n }\n | {\n type: 'app-page'\n pages: {\n originalName: string\n htmlEndpoint: NapiEndpoint\n rscEndpoint: NapiEndpoint\n }[]\n }\n | {\n type: 'app-route'\n originalName: string\n endpoint: NapiEndpoint\n }\n | {\n type: 'conflict'\n }\n )\n\n const cancel = new (class Cancel extends Error {})()\n\n /**\n * Utility function to ensure all variants of an enum are handled.\n */\n function invariant(\n never: never,\n computeMessage: (arg: any) => string\n ): never {\n throw new Error(`Invariant: ${computeMessage(never)}`)\n }\n\n async function withErrorCause<T>(fn: () => Promise<T>): Promise<T> {\n try {\n return await fn()\n } catch (nativeError: any) {\n throw TurbopackInternalError.createAndRecordTelemetry(nativeError)\n }\n }\n\n /**\n * Calls a native function and streams the result.\n * If useBuffer is true, all values will be preserved, potentially buffered\n * if consumed slower than produced. Else, only the latest value will be\n * preserved.\n */\n function subscribe<T>(\n useBuffer: boolean,\n nativeFunction:\n | NativeFunction<T>\n | ((callback: (err: Error, value: T) => void) => Promise<void>)\n ): AsyncIterableIterator<T> {\n type BufferItem =\n | { err: Error; value: undefined }\n | { err: undefined; value: T }\n // A buffer of produced items. This will only contain values if the\n // consumer is slower than the producer.\n let buffer: BufferItem[] = []\n // A deferred value waiting for the next produced item. This will only\n // exist if the consumer is faster than the producer.\n let waiting:\n | {\n resolve: (value: T) => void\n reject: (error: Error) => void\n }\n | undefined\n let canceled = false\n\n // The native function will call this every time it emits a new result. We\n // either need to notify a waiting consumer, or buffer the new result until\n // the consumer catches up.\n function emitResult(err: Error | undefined, value: T | undefined) {\n if (waiting) {\n let { resolve, reject } = waiting\n waiting = undefined\n if (err) reject(err)\n else resolve(value!)\n } else {\n const item = { err, value } as BufferItem\n if (useBuffer) buffer.push(item)\n else buffer[0] = item\n }\n }\n\n async function* createIterator() {\n const task = await withErrorCause<{ __napiType: 'RootTask' } | void>(() =>\n nativeFunction(emitResult)\n )\n try {\n while (!canceled) {\n if (buffer.length > 0) {\n const item = buffer.shift()!\n if (item.err) throw item.err\n yield item.value\n } else {\n // eslint-disable-next-line no-loop-func\n yield new Promise<T>((resolve, reject) => {\n waiting = { resolve, reject }\n })\n }\n }\n } catch (e) {\n if (e === cancel) return\n if (e instanceof Error) {\n throw TurbopackInternalError.createAndRecordTelemetry(e)\n }\n throw e\n } finally {\n if (task) {\n binding.rootTaskDispose(task)\n }\n }\n }\n\n const iterator = createIterator()\n iterator.return = async () => {\n canceled = true\n if (waiting) waiting.reject(cancel)\n return { value: undefined, done: true } as IteratorReturnResult<never>\n }\n return iterator\n }\n\n async function rustifyProjectOptions(\n options: ProjectOptions\n ): Promise<NapiProjectOptions> {\n return {\n ...options,\n nextConfig: await serializeNextConfig(\n options.nextConfig,\n options.projectPath!\n ),\n jsConfig: JSON.stringify(options.jsConfig),\n env: rustifyEnv(options.env),\n }\n }\n\n async function rustifyPartialProjectOptions(\n options: Partial<ProjectOptions>\n ): Promise<NapiPartialProjectOptions> {\n return {\n ...options,\n nextConfig:\n options.nextConfig &&\n (await serializeNextConfig(options.nextConfig, options.projectPath!)),\n jsConfig: options.jsConfig && JSON.stringify(options.jsConfig),\n env: options.env && rustifyEnv(options.env),\n }\n }\n\n class ProjectImpl implements Project {\n private readonly _nativeProject: { __napiType: 'Project' }\n\n constructor(nativeProject: { __napiType: 'Project' }) {\n this._nativeProject = nativeProject\n }\n\n async update(options: Partial<ProjectOptions>) {\n await withErrorCause(async () =>\n binding.projectUpdate(\n this._nativeProject,\n await rustifyPartialProjectOptions(options)\n )\n )\n }\n\n async writeAllEntrypointsToDisk(\n appDirOnly: boolean\n ): Promise<TurbopackResult<RawEntrypoints>> {\n return await withErrorCause(async () => {\n const napiEndpoints = (await binding.projectWriteAllEntrypointsToDisk(\n this._nativeProject,\n appDirOnly\n )) as TurbopackResult<NapiEntrypoints>\n\n return napiEntrypointsToRawEntrypoints(napiEndpoints)\n })\n }\n\n entrypointsSubscribe() {\n const subscription = subscribe<TurbopackResult<NapiEntrypoints>>(\n false,\n async (callback) =>\n binding.projectEntrypointsSubscribe(this._nativeProject, callback)\n )\n return (async function* () {\n for await (const entrypoints of subscription) {\n yield napiEntrypointsToRawEntrypoints(entrypoints)\n }\n })()\n }\n\n hmrEvents(identifier: string) {\n return subscribe<TurbopackResult<Update>>(true, async (callback) =>\n binding.projectHmrEvents(this._nativeProject, identifier, callback)\n )\n }\n\n hmrIdentifiersSubscribe() {\n return subscribe<TurbopackResult<HmrIdentifiers>>(\n false,\n async (callback) =>\n binding.projectHmrIdentifiersSubscribe(this._nativeProject, callback)\n )\n }\n\n traceSource(\n stackFrame: TurbopackStackFrame,\n currentDirectoryFileUrl: string\n ): Promise<TurbopackStackFrame | null> {\n return binding.projectTraceSource(\n this._nativeProject,\n stackFrame,\n currentDirectoryFileUrl\n )\n }\n\n getSourceForAsset(filePath: string): Promise<string | null> {\n return binding.projectGetSourceForAsset(this._nativeProject, filePath)\n }\n\n getSourceMap(filePath: string): Promise<string | null> {\n return binding.projectGetSourceMap(this._nativeProject, filePath)\n }\n\n getSourceMapSync(filePath: string): string | null {\n return binding.projectGetSourceMapSync(this._nativeProject, filePath)\n }\n\n updateInfoSubscribe(aggregationMs: number) {\n return subscribe<TurbopackResult<UpdateMessage>>(true, async (callback) =>\n binding.projectUpdateInfoSubscribe(\n this._nativeProject,\n aggregationMs,\n callback\n )\n )\n }\n\n compilationEventsSubscribe(eventTypes?: string[]) {\n return subscribe<TurbopackResult<CompilationEvent>>(\n true,\n async (callback) => {\n binding.projectCompilationEventsSubscribe(\n this._nativeProject,\n callback,\n eventTypes\n )\n }\n )\n }\n\n invalidatePersistentCache(): Promise<void> {\n return binding.projectInvalidatePersistentCache(this._nativeProject)\n }\n\n shutdown(): Promise<void> {\n return binding.projectShutdown(this._nativeProject)\n }\n\n onExit(): Promise<void> {\n return binding.projectOnExit(this._nativeProject)\n }\n }\n\n class EndpointImpl implements Endpoint {\n private readonly _nativeEndpoint: { __napiType: 'Endpoint' }\n\n constructor(nativeEndpoint: { __napiType: 'Endpoint' }) {\n this._nativeEndpoint = nativeEndpoint\n }\n\n async writeToDisk(): Promise<TurbopackResult<WrittenEndpoint>> {\n return await withErrorCause(\n () =>\n binding.endpointWriteToDisk(this._nativeEndpoint) as Promise<\n TurbopackResult<WrittenEndpoint>\n >\n )\n }\n\n async clientChanged(): Promise<AsyncIterableIterator<TurbopackResult<{}>>> {\n const clientSubscription = subscribe<TurbopackResult>(\n false,\n async (callback) =>\n binding.endpointClientChangedSubscribe(\n await this._nativeEndpoint,\n callback\n )\n )\n await clientSubscription.next()\n return clientSubscription\n }\n\n async serverChanged(\n includeIssues: boolean\n ): Promise<AsyncIterableIterator<TurbopackResult<{}>>> {\n const serverSubscription = subscribe<TurbopackResult>(\n false,\n async (callback) =>\n binding.endpointServerChangedSubscribe(\n await this._nativeEndpoint,\n includeIssues,\n callback\n )\n )\n await serverSubscription.next()\n return serverSubscription\n }\n }\n\n /**\n * Returns a new copy of next.js config object to avoid mutating the original.\n *\n * Also it does some augmentation to the configuration as well, for example set the\n * turbopack's rules if `experimental.reactCompilerOptions` is set.\n */\n function augmentNextConfig(\n originalNextConfig: NextConfigComplete,\n projectPath: string\n ): Record<string, any> {\n let nextConfig = { ...(originalNextConfig as any) }\n\n const reactCompilerOptions = nextConfig.experimental?.reactCompiler\n\n // It is not easy to set the rules inside of rust as resolving, and passing the context identical to the webpack\n // config is bit hard, also we can reuse same codes between webpack config in here.\n if (reactCompilerOptions) {\n const ruleKeys = ['*.ts', '*.js', '*.jsx', '*.tsx']\n if (\n Object.keys(nextConfig?.turbopack?.rules ?? []).some((key) =>\n ruleKeys.includes(key)\n )\n ) {\n Log.warn(\n `The React Compiler cannot be enabled automatically because 'turbopack.rules' contains a rule for '*.ts', '*.js', '*.jsx', and '*.tsx'. Remove this rule, or add 'babel-loader' and 'babel-plugin-react-compiler' to the Turbopack configuration manually.`\n )\n } else {\n if (!nextConfig.turbopack) {\n nextConfig.turbopack = {}\n }\n\n if (!nextConfig.turbopack.rules) {\n nextConfig.turbopack.rules = {}\n }\n\n for (const key of ['*.ts', '*.js', '*.jsx', '*.tsx']) {\n nextConfig.turbopack.rules[key] = {\n browser: {\n foreign: false,\n loaders: [\n getReactCompilerLoader(\n originalNextConfig.experimental.reactCompiler,\n projectPath,\n nextConfig.dev,\n false,\n undefined\n ),\n ],\n },\n }\n }\n }\n }\n\n return nextConfig\n }\n\n async function serializeNextConfig(\n nextConfig: NextConfigComplete,\n projectPath: string\n ): Promise<string> {\n // Avoid mutating the existing `nextConfig` object.\n let nextConfigSerializable = augmentNextConfig(nextConfig, projectPath)\n\n nextConfigSerializable.generateBuildId =\n await nextConfig.generateBuildId?.()\n\n // TODO: these functions takes arguments, have to be supported in a different way\n nextConfigSerializable.exportPathMap = {}\n nextConfigSerializable.webpack = nextConfig.webpack && {}\n\n if (nextConfigSerializable.experimental?.turbo?.rules) {\n ensureLoadersHaveSerializableOptions(\n nextConfigSerializable.turbopack?.rules\n )\n }\n\n nextConfigSerializable.modularizeImports =\n nextConfigSerializable.modularizeImports\n ? Object.fromEntries(\n Object.entries<any>(nextConfigSerializable.modularizeImports).map(\n ([mod, config]) => [\n mod,\n {\n ...config,\n transform:\n typeof config.transform === 'string'\n ? config.transform\n : Object.entries(config.transform).map(([key, value]) => [\n key,\n value,\n ]),\n },\n ]\n )\n )\n : undefined\n\n // loaderFile is an absolute path, we need it to be relative for turbopack.\n if (nextConfigSerializable.images.loaderFile) {\n nextConfigSerializable.images = {\n ...nextConfig.images,\n loaderFile:\n './' + path.relative(projectPath, nextConfig.images.loaderFile),\n }\n }\n\n const conditions: (typeof nextConfig)['turbopack']['conditions'] =\n nextConfigSerializable.turbopack?.conditions\n if (conditions) {\n type SerializedConditions = {\n [key: string]: {\n path:\n | { type: 'regex'; value: { source: string; flags: string } }\n | { type: 'glob'; value: string }\n }\n }\n\n const serializedConditions: SerializedConditions = {}\n for (const [key, value] of Object.entries(conditions)) {\n serializedConditions[key] = {\n ...value,\n path:\n value.path instanceof RegExp\n ? {\n type: 'regex',\n value: { source: value.path.source, flags: value.path.flags },\n }\n : { type: 'glob', value: value.path },\n }\n }\n nextConfigSerializable.turbopack.conditions = serializedConditions\n }\n\n return JSON.stringify(nextConfigSerializable, null, 2)\n }\n\n function ensureLoadersHaveSerializableOptions(\n turbopackRules: Record<string, TurbopackRuleConfigItemOrShortcut>\n ) {\n for (const [glob, rule] of Object.entries(turbopackRules)) {\n if (Array.isArray(rule)) {\n checkLoaderItems(rule, glob)\n } else {\n checkConfigItem(rule, glob)\n }\n }\n\n function checkConfigItem(rule: TurbopackRuleConfigItem, glob: string) {\n if (!rule) return\n if ('loaders' in rule) {\n checkLoaderItems((rule as TurbopackRuleConfigItemOptions).loaders, glob)\n } else {\n for (const key in rule) {\n const inner = rule[key]\n if (typeof inner === 'object' && inner) {\n checkConfigItem(inner, glob)\n }\n }\n }\n }\n\n function checkLoaderItems(\n loaderItems: TurbopackLoaderItem[],\n glob: string\n ) {\n for (const loaderItem of loaderItems) {\n if (\n typeof loaderItem !== 'string' &&\n !isDeepStrictEqual(loaderItem, JSON.parse(JSON.stringify(loaderItem)))\n ) {\n throw new Error(\n `loader ${loaderItem.loader} for match \"${glob}\" does not have serializable options. Ensure that options passed are plain JavaScript objects and values.`\n )\n }\n }\n }\n }\n\n function napiEntrypointsToRawEntrypoints(\n entrypoints: TurbopackResult<NapiEntrypoints>\n ): TurbopackResult<RawEntrypoints> {\n const routes = new Map()\n for (const { pathname, ...nativeRoute } of entrypoints.routes) {\n let route: Route\n const routeType = nativeRoute.type\n switch (routeType) {\n case 'page':\n route = {\n type: 'page',\n htmlEndpoint: new EndpointImpl(nativeRoute.htmlEndpoint),\n dataEndpoint: new EndpointImpl(nativeRoute.dataEndpoint),\n }\n break\n case 'page-api':\n route = {\n type: 'page-api',\n endpoint: new EndpointImpl(nativeRoute.endpoint),\n }\n break\n case 'app-page':\n route = {\n type: 'app-page',\n pages: nativeRoute.pages.map((page) => ({\n originalName: page.originalName,\n htmlEndpoint: new EndpointImpl(page.htmlEndpoint),\n rscEndpoint: new EndpointImpl(page.rscEndpoint),\n })),\n }\n break\n case 'app-route':\n route = {\n type: 'app-route',\n originalName: nativeRoute.originalName,\n endpoint: new EndpointImpl(nativeRoute.endpoint),\n }\n break\n case 'conflict':\n route = {\n type: 'conflict',\n }\n break\n default:\n const _exhaustiveCheck: never = routeType\n invariant(\n nativeRoute,\n () => `Unknown route type: ${_exhaustiveCheck}`\n )\n }\n routes.set(pathname, route)\n }\n const napiMiddlewareToMiddleware = (middleware: NapiMiddleware) => ({\n endpoint: new EndpointImpl(middleware.endpoint),\n runtime: middleware.runtime,\n matcher: middleware.matcher,\n })\n const middleware = entrypoints.middleware\n ? napiMiddlewareToMiddleware(entrypoints.middleware)\n : undefined\n const napiInstrumentationToInstrumentation = (\n instrumentation: NapiInstrumentation\n ) => ({\n nodeJs: new EndpointImpl(instrumentation.nodeJs),\n edge: new EndpointImpl(instrumentation.edge),\n })\n const instrumentation = entrypoints.instrumentation\n ? napiInstrumentationToInstrumentation(entrypoints.instrumentation)\n : undefined\n\n return {\n routes,\n middleware,\n instrumentation,\n pagesDocumentEndpoint: new EndpointImpl(\n entrypoints.pagesDocumentEndpoint\n ),\n pagesAppEndpoint: new EndpointImpl(entrypoints.pagesAppEndpoint),\n pagesErrorEndpoint: new EndpointImpl(entrypoints.pagesErrorEndpoint),\n issues: entrypoints.issues,\n diagnostics: entrypoints.diagnostics,\n }\n }\n\n return async function createProject(\n options: ProjectOptions,\n turboEngineOptions\n ) {\n return new ProjectImpl(\n await binding.projectNew(\n await rustifyProjectOptions(options),\n turboEngineOptions || {}\n )\n )\n }\n}\n\n// helper for loadWasm\nasync function loadWasmRawBindings(importPath = ''): Promise<RawWasmBindings> {\n let attempts = []\n\n // Used by `run-tests` to force use of a locally-built wasm binary. This environment variable is\n // unstable and subject to change.\n const testWasmDir = process.env.NEXT_TEST_WASM_DIR\n\n if (testWasmDir) {\n // assume these are node.js bindings and don't need a call to `.default()`\n const rawBindings = await import(\n pathToFileURL(path.join(testWasmDir, 'wasm.js')).toString()\n )\n infoLog(`next-swc build: wasm build ${testWasmDir}`)\n return rawBindings\n } else {\n for (let pkg of ['@next/swc-wasm-nodejs', '@next/swc-wasm-web']) {\n try {\n let pkgPath = pkg\n\n if (importPath) {\n // the import path must be exact when not in node_modules\n pkgPath = path.join(importPath, pkg, 'wasm.js')\n }\n const importedRawBindings = await import(\n pathToFileURL(pkgPath).toString()\n )\n let rawBindings\n if (pkg === '@next/swc-wasm-web') {\n // https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html\n // `default` must be called to initialize the module\n rawBindings = await importedRawBindings.default!()\n } else {\n rawBindings = importedRawBindings\n }\n infoLog(`next-swc build: wasm build ${pkg}`)\n return rawBindings\n } catch (e: any) {\n // Only log attempts for loading wasm when loading as fallback\n if (importPath) {\n if (e?.code === 'ERR_MODULE_NOT_FOUND') {\n attempts.push(`Attempted to load ${pkg}, but it was not installed`)\n } else {\n attempts.push(\n `Attempted to load ${pkg}, but an error occurred: ${e.message ?? e}`\n )\n }\n }\n }\n }\n }\n\n throw attempts\n}\n\n// helper for tryLoadWasmWithFallback / loadBindings.\nasync function loadWasm(importPath = '') {\n const rawBindings = await loadWasmRawBindings(importPath)\n\n function removeUndefined(obj: any): any {\n // serde-wasm-bindgen expect that `undefined` values map to `()` in rust, but we want to treat\n // those fields as non-existent, so remove them before passing them to rust.\n //\n // The native (non-wasm) bindings use `JSON.stringify`, which strips undefined values.\n if (typeof obj !== 'object' || obj === null) {\n return obj\n }\n if (Array.isArray(obj)) {\n return obj.map(removeUndefined)\n }\n const newObj: { [key: string]: any } = {}\n for (const [k, v] of Object.entries(obj)) {\n if (typeof v !== 'undefined') {\n newObj[k] = removeUndefined(v)\n }\n }\n return newObj\n }\n\n // Note wasm binary does not support async intefaces yet, all async\n // interface coereces to sync interfaces.\n wasmBindings = {\n css: {\n lightning: {\n transform: function (_options: any) {\n throw new Error(\n '`css.lightning.transform` is not supported by the wasm bindings.'\n )\n },\n transformStyleAttr: function (_options: any) {\n throw new Error(\n '`css.lightning.transformStyleAttr` is not supported by the wasm bindings.'\n )\n },\n },\n },\n isWasm: true,\n transform(src: string, options: any): Promise<any> {\n return rawBindings.transform(src.toString(), removeUndefined(options))\n },\n transformSync(src: string, options: any) {\n return rawBindings.transformSync(src.toString(), removeUndefined(options))\n },\n minify(src: string, options: any): Promise<any> {\n return rawBindings.minify(src.toString(), removeUndefined(options))\n },\n minifySync(src: string, options: any) {\n return rawBindings.minifySync(src.toString(), removeUndefined(options))\n },\n parse(src: string, options: any): Promise<any> {\n return rawBindings.parse(src.toString(), removeUndefined(options))\n },\n getTargetTriple() {\n return undefined\n },\n turbo: {\n createProject(\n _options: ProjectOptions,\n _turboEngineOptions?: TurboEngineOptions | undefined\n ): Promise<Project> {\n throw new Error(\n '`turbo.createProject` is not supported by the wasm bindings.'\n )\n },\n startTurbopackTraceServer(_traceFilePath: string): void {\n throw new Error(\n '`turbo.startTurbopackTraceServer` is not supported by the wasm bindings.'\n )\n },\n },\n mdx: {\n compile(src: string, options: any) {\n return rawBindings.mdxCompile(\n src,\n removeUndefined(getMdxOptions(options))\n )\n },\n compileSync(src: string, options: any) {\n return rawBindings.mdxCompileSync(\n src,\n removeUndefined(getMdxOptions(options))\n )\n },\n },\n reactCompiler: {\n isReactCompilerRequired(_filename: string) {\n return Promise.resolve(true)\n },\n },\n rspack: {\n getModuleNamedExports(_resourcePath: string): Promise<string[]> {\n throw new Error(\n '`rspack.getModuleNamedExports` is not supported by the wasm bindings.'\n )\n },\n warnForEdgeRuntime(\n _source: string,\n _isProduction: boolean\n ): Promise<NapiSourceDiagnostic[]> {\n throw new Error(\n '`rspack.warnForEdgeRuntime` is not supported by the wasm bindings.'\n )\n },\n },\n }\n return wasmBindings\n}\n\n/**\n * Loads the native (non-wasm) bindings. Prefer `loadBindings` over this API, as that includes a\n * wasm fallback.\n */\nfunction loadNative(importPath?: string) {\n if (nativeBindings) {\n return nativeBindings\n }\n\n if (process.env.NEXT_TEST_WASM) {\n throw new Error('cannot run loadNative when `NEXT_TEST_WASM` is set')\n }\n\n const customBindings: RawBindings = !!__INTERNAL_CUSTOM_TURBOPACK_BINDINGS\n ? require(__INTERNAL_CUSTOM_TURBOPACK_BINDINGS)\n : null\n let bindings: RawBindings = customBindings\n let attempts: any[] = []\n\n const NEXT_TEST_NATIVE_DIR = process.env.NEXT_TEST_NATIVE_DIR\n for (const triple of triples) {\n if (NEXT_TEST_NATIVE_DIR) {\n try {\n // Use the binary directly to skip `pnpm pack` for testing as it's slow because of the large native binary.\n bindings = require(\n `${NEXT_TEST_NATIVE_DIR}/next-swc.${triple.platformArchABI}.node`\n )\n infoLog(\n 'next-swc build: local built @next/swc from NEXT_TEST_NATIVE_DIR'\n )\n break\n } catch (e) {}\n } else {\n try {\n bindings = require(\n `@next/swc/native/next-swc.${triple.platformArchABI}.node`\n )\n infoLog('next-swc build: local built @next/swc')\n break\n } catch (e) {}\n }\n }\n\n if (!bindings) {\n for (const triple of triples) {\n let pkg = importPath\n ? path.join(\n importPath,\n `@next/swc-${triple.platformArchABI}`,\n `next-swc.${triple.platformArchABI}.node`\n )\n : `@next/swc-${triple.platformArchABI}`\n try {\n bindings = require(pkg)\n if (!importPath) {\n checkVersionMismatch(require(`${pkg}/package.json`))\n }\n break\n } catch (e: any) {\n if (e?.code === 'MODULE_NOT_FOUND') {\n attempts.push(`Attempted to load ${pkg}, but it was not installed`)\n } else {\n attempts.push(\n `Attempted to load ${pkg}, but an error occurred: ${e.message ?? e}`\n )\n }\n lastNativeBindingsLoadErrorCode = e?.code ?? 'unknown'\n }\n }\n }\n\n if (bindings) {\n nativeBindings = {\n isWasm: false,\n transform(src: string, options: any) {\n const isModule =\n typeof src !== 'undefined' &&\n typeof src !== 'string' &&\n !Buffer.isBuffer(src)\n options = options || {}\n\n if (options?.jsc?.parser) {\n options.jsc.parser.syntax = options.jsc.parser.syntax ?? 'ecmascript'\n }\n\n return bindings.transform(\n isModule ? JSON.stringify(src) : src,\n isModule,\n toBuffer(options)\n )\n },\n\n transformSync(src: string, options: any) {\n if (typeof src === 'undefined') {\n throw new Error(\n \"transformSync doesn't implement reading the file from filesystem\"\n )\n } else if (Buffer.isBuffer(src)) {\n throw new Error(\n \"transformSync doesn't implement taking the source code as Buffer\"\n )\n }\n const isModule = typeof src !== 'string'\n options = options || {}\n\n if (options?.jsc?.parser) {\n options.jsc.parser.syntax = options.jsc.parser.syntax ?? 'ecmascript'\n }\n\n return bindings.transformSync(\n isModule ? JSON.stringify(src) : src,\n isModule,\n toBuffer(options)\n )\n },\n\n minify(src: string, options: any) {\n return bindings.minify(Buffer.from(src), toBuffer(options ?? {}))\n },\n\n minifySync(src: string, options: any) {\n return bindings.minifySync(Buffer.from(src), toBuffer(options ?? {}))\n },\n\n parse(src: string, options: any) {\n return bindings.parse(src, toBuffer(options ?? {}))\n },\n\n getTargetTriple: bindings.getTargetTriple,\n initCustomTraceSubscriber: bindings.initCustomTraceSubscriber,\n teardownTraceSubscriber: bindings.teardownTraceSubscriber,\n turbo: {\n createProject: bindingToApi(customBindings ?? bindings, false),\n startTurbopackTraceServer(traceFilePath) {\n Log.warn(\n 'Turbopack trace server started. View trace at https://trace.nextjs.org'\n )\n ;(customBindings ?? bindings).startTurbopackTraceServer(traceFilePath)\n },\n },\n mdx: {\n compile(src: string, options: any) {\n return bindings.mdxCompile(src, toBuffer(getMdxOptions(options)))\n },\n compileSync(src: string, options: any) {\n bindings.mdxCompileSync(src, toBuffer(getMdxOptions(options)))\n },\n },\n css: {\n lightning: {\n transform(transformOptions: any) {\n return bindings.lightningCssTransform(transformOptions)\n },\n transformStyleAttr(transformAttrOptions: any) {\n return bindings.lightningCssTransformStyleAttribute(\n transformAttrOptions\n )\n },\n },\n },\n reactCompiler: {\n isReactCompilerRequired: (filename: string) => {\n return bindings.isReactCompilerRequired(filename)\n },\n },\n rspack: {\n getModuleNamedExports: function (\n resourcePath: string\n ): Promise<string[]> {\n return bindings.getModuleNamedExports(resourcePath)\n },\n warnForEdgeRuntime: function (\n source: string,\n isProduction: boolean\n ): Promise<NapiSourceDiagnostic[]> {\n return bindings.warnForEdgeRuntime(source, isProduction)\n },\n },\n }\n return nativeBindings\n }\n\n throw attempts\n}\n\n/// Build a mdx options object contains default values that\n/// can be parsed with serde_wasm_bindgen.\nfunction getMdxOptions(options: any = {}) {\n return {\n ...options,\n development: options.development ?? false,\n jsx: options.jsx ?? false,\n mdxType: options.mdxType ?? 'commonMark',\n }\n}\n\nfunction toBuffer(t: any) {\n return Buffer.from(JSON.stringify(t))\n}\n\nexport async function isWasm(): Promise<boolean> {\n let bindings = await loadBindings()\n return bindings.isWasm\n}\n\nexport async function transform(src: string, options?: any): Promise<any> {\n let bindings = await loadBindings()\n return bindings.transform(src, options)\n}\n\nexport function transformSync(src: string, options?: any): any {\n let bindings = loadBindingsSync()\n return bindings.transformSync(src, options)\n}\n\nexport async function minify(\n src: string,\n options: any\n): Promise<{ code: string; map: any }> {\n let bindings = await loadBindings()\n return bindings.minify(src, options)\n}\n\nexport async function isReactCompilerRequired(\n filename: string\n): Promise<boolean> {\n let bindings = await loadBindings()\n return bindings.reactCompiler.isReactCompilerRequired(filename)\n}\n\nexport async function parse(src: string, options: any): Promise<any> {\n let bindings = await loadBindings()\n let parserOptions = getParserOptions(options)\n return bindings\n .parse(src, parserOptions)\n .then((astStr: any) => JSON.parse(astStr))\n}\n\nexport function getBinaryMetadata() {\n let bindings\n try {\n bindings = loadNative()\n } catch (e) {\n // Suppress exceptions, this fn allows to fail to load native bindings\n }\n\n return {\n target: bindings?.getTargetTriple?.(),\n }\n}\n\n/**\n * Initialize trace subscriber to emit traces.\n *\n */\nexport function initCustomTraceSubscriber(traceFileName?: string) {\n if (swcTraceFlushGuard) {\n // Wasm binary doesn't support trace emission\n let bindings = loadNative()\n swcTraceFlushGuard = bindings.initCustomTraceSubscriber?.(traceFileName)\n }\n}\n\nfunction once(fn: () => void): () => void {\n let executed = false\n\n return function (): void {\n if (!executed) {\n executed = true\n\n fn()\n }\n }\n}\n\n/**\n * Teardown swc's trace subscriber if there's an initialized flush guard exists.\n *\n * This is workaround to amend behavior with process.exit\n * (https://github.com/vercel/next.js/blob/4db8c49cc31e4fc182391fae6903fb5ef4e8c66e/packages/next/bin/next.ts#L134=)\n * seems preventing napi's cleanup hook execution (https://github.com/swc-project/swc/blob/main/crates/node/src/util.rs#L48-L51=),\n *\n * instead parent process manually drops guard when process gets signal to exit.\n */\nexport const teardownTraceSubscriber = once(() => {\n try {\n let bindings = loadNative()\n if (swcTraceFlushGuard) {\n bindings.teardownTraceSubscriber?.(swcTraceFlushGuard)\n }\n } catch (e) {\n // Suppress exceptions, this fn allows to fail to load native bindings\n }\n})\n\nexport async function getModuleNamedExports(\n resourcePath: string\n): Promise<string[]> {\n const bindings = await loadBindings()\n return bindings.rspack.getModuleNamedExports(resourcePath)\n}\n\nexport async function warnForEdgeRuntime(\n source: string,\n isProduction: boolean\n): Promise<NapiSourceDiagnostic[]> {\n const bindings = await loadBindings()\n return bindings.rspack.warnForEdgeRuntime(source, isProduction)\n}\n"],"names":["createDefineEnv","getBinaryMetadata","getModuleNamedExports","getSupportedArchTriples","initCustomTraceSubscriber","isReactCompilerRequired","isWasm","loadBindings","lockfilePatchPromise","minify","parse","teardownTraceSubscriber","transform","transformSync","warnForEdgeRuntime","nextVersion","process","env","__NEXT_VERSION","ArchName","arch","PlatformName","platform","infoLog","args","NEXT_PRIVATE_BUILD_WORKER","DEBUG","Log","info","darwin","win32","linux","freebsd","android","platformArchTriples","arm64","ia32","filter","triple","abi","x64","arm","triples","supportedArchTriples","targetTriple","rawTargetTriple","warn","__INTERNAL_CUSTOM_TURBOPACK_BINDINGS","checkVersionMismatch","pkgData","version","knownDefaultWasmFallbackTriples","lastNativeBindingsLoadErrorCode","undefined","pendingBindings","nativeBindings","wasmBindings","downloadWasmPromise","swcTraceFlushGuard","downloadNativeBindingsPromise","useWasmBinary","RUST_MIN_STACK","NEXT_TEST_WASM","stdout","_handle","setBlocking","stderr","Promise","resolve","_reject","cur","patchIncorrectLockfile","cwd","catch","console","error","attempts","disableWasmFallback","NEXT_DISABLE_SWC_WASM","unsupportedPlatform","some","raw","includes","isWebContainer","versions","webcontainer","shouldLoadWasmFallbackFirst","fallbackBindings","tryLoadWasmWithFallback","loadNative","a","Array","isArray","every","m","tryLoadNativeWithFallback","concat","logLoadFailure","nativeBindingsDirectory","path","join","dirname","require","downloadNativeNextSwc","map","platformArchABI","push","bindings","loadWasm","eventSwcLoadFailure","wasm","nativeBindingsErrorCode","wasmDirectory","downloadWasmSwc","attempt","loadBindingsSync","Error","cause","loggingLoadFailure","triedWasm","then","finally","exit","isTurbopack","clientRouterFilters","config","dev","distDir","projectPath","fetchCacheKeyPrefix","hasRewrites","middlewareMatchers","rewrites","defineEnv","client","edge","nodejs","variant","Object","keys","rustifyOptionEnv","getDefineEnv","isClient","isEdgeServer","isNodeServer","rustifyEnv","entries","_","value","name","bindingToApi","binding","_wasm","cancel","Cancel","invariant","never","computeMessage","withErrorCause","fn","nativeError","TurbopackInternalError","createAndRecordTelemetry","subscribe","useBuffer","nativeFunction","buffer","waiting","canceled","emitResult","err","reject","item","createIterator","task","length","shift","e","rootTaskDispose","iterator","return","done","rustifyProjectOptions","options","nextConfig","serializeNextConfig","jsConfig","JSON","stringify","rustifyPartialProjectOptions","ProjectImpl","constructor","nativeProject","_nativeProject","update","projectUpdate","writeAllEntrypointsToDisk","appDirOnly","napiEndpoints","projectWriteAllEntrypointsToDisk","napiEntrypointsToRawEntrypoints","entrypointsSubscribe","subscription","callback","projectEntrypointsSubscribe","entrypoints","hmrEvents","identifier","projectHmrEvents","hmrIdentifiersSubscribe","projectHmrIdentifiersSubscribe","traceSource","stackFrame","currentDirectoryFileUrl","projectTraceSource","getSourceForAsset","filePath","projectGetSourceForAsset","getSourceMap","projectGetSourceMap","getSourceMapSync","projectGetSourceMapSync","updateInfoSubscribe","aggregationMs","projectUpdateInfoSubscribe","compilationEventsSubscribe","eventTypes","projectCompilationEventsSubscribe","invalidatePersistentCache","projectInvalidatePersistentCache","shutdown","projectShutdown","onExit","projectOnExit","EndpointImpl","nativeEndpoint","_nativeEndpoint","writeToDisk","endpointWriteToDisk","clientChanged","clientSubscription","endpointClientChangedSubscribe","next","serverChanged","includeIssues","serverSubscription","endpointServerChangedSubscribe","augmentNextConfig","originalNextConfig","reactCompilerOptions","experimental","reactCompiler","ruleKeys","turbopack","rules","key","browser","foreign","loaders","getReactCompilerLoader","nextConfigSerializable","generateBuildId","exportPathMap","webpack","turbo","ensureLoadersHaveSerializableOptions","modularizeImports","fromEntries","mod","images","loaderFile","relative","conditions","serializedConditions","RegExp","type","source","flags","turbopackRules","glob","rule","checkLoaderItems","checkConfigItem","inner","loaderItems","loaderItem","isDeepStrictEqual","loader","routes","Map","pathname","nativeRoute","route","routeType","htmlEndpoint","dataEndpoint","endpoint","pages","page","originalName","rscEndpoint","_exhaustiveCheck","set","napiMiddlewareToMiddleware","middleware","runtime","matcher","napiInstrumentationToInstrumentation","instrumentation","nodeJs","pagesDocumentEndpoint","pagesAppEndpoint","pagesErrorEndpoint","issues","diagnostics","createProject","turboEngineOptions","projectNew","loadWasmRawBindings","importPath","testWasmDir","NEXT_TEST_WASM_DIR","rawBindings","pathToFileURL","toString","pkg","pkgPath","importedRawBindings","default","code","message","removeUndefined","obj","newObj","k","v","css","lightning","_options","transformStyleAttr","src","minifySync","getTargetTriple","_turboEngineOptions","startTurbopackTraceServer","_traceFilePath","mdx","compile","mdxCompile","getMdxOptions","compileSync","mdxCompileSync","_filename","rspack","_resourcePath","_source","_isProduction","customBindings","NEXT_TEST_NATIVE_DIR","isModule","Buffer","isBuffer","jsc","parser","syntax","toBuffer","from","traceFilePath","transformOptions","lightningCssTransform","transformAttrOptions","lightningCssTransformStyleAttribute","filename","resourcePath","isProduction","development","jsx","mdxType","t","parserOptions","getParserOptions","astStr","target","traceFileName","once","executed"],"mappings":"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","ignoreList":[0]}
1
+ {"version":3,"sources":["../../../src/build/swc/index.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-use-before-define */\nimport path from 'path'\nimport { pathToFileURL } from 'url'\nimport { arch, platform } from 'os'\nimport { platformArchTriples } from 'next/dist/compiled/@napi-rs/triples'\nimport * as Log from '../output/log'\nimport { getParserOptions } from './options'\nimport { eventSwcLoadFailure } from '../../telemetry/events/swc-load-failure'\nimport { patchIncorrectLockfile } from '../../lib/patch-incorrect-lockfile'\nimport { downloadNativeNextSwc, downloadWasmSwc } from '../../lib/download-swc'\nimport type {\n NextConfigComplete,\n TurbopackLoaderItem,\n TurbopackRuleConfigItem,\n TurbopackRuleConfigItemOptions,\n TurbopackRuleConfigItemOrShortcut,\n} from '../../server/config-shared'\nimport { isDeepStrictEqual } from 'util'\nimport { type DefineEnvOptions, getDefineEnv } from '../define-env'\nimport { getReactCompilerLoader } from '../get-babel-loader-config'\nimport type {\n NapiPartialProjectOptions,\n NapiProjectOptions,\n NapiSourceDiagnostic,\n} from './generated-native'\nimport type {\n Binding,\n CompilationEvent,\n DefineEnv,\n Endpoint,\n HmrIdentifiers,\n Project,\n ProjectOptions,\n RawEntrypoints,\n Route,\n TurboEngineOptions,\n TurbopackResult,\n TurbopackStackFrame,\n Update,\n UpdateMessage,\n WrittenEndpoint,\n} from './types'\nimport { TurbopackInternalError } from '../../shared/lib/turbopack/utils'\n\ntype RawBindings = typeof import('./generated-native')\ntype RawWasmBindings = typeof import('./generated-wasm') & {\n default?(): Promise<typeof import('./generated-wasm')>\n}\n\nconst nextVersion = process.env.__NEXT_VERSION as string\n\nconst ArchName = arch()\nconst PlatformName = platform()\n\nfunction infoLog(...args: any[]) {\n if (process.env.NEXT_PRIVATE_BUILD_WORKER) {\n return\n }\n if (process.env.DEBUG) {\n Log.info(...args)\n }\n}\n\n/**\n * Based on napi-rs's target triples, returns triples that have corresponding next-swc binaries.\n */\nexport function getSupportedArchTriples(): Record<string, any> {\n const { darwin, win32, linux, freebsd, android } = platformArchTriples\n\n return {\n darwin,\n win32: {\n arm64: win32.arm64,\n ia32: win32.ia32.filter((triple) => triple.abi === 'msvc'),\n x64: win32.x64.filter((triple) => triple.abi === 'msvc'),\n },\n linux: {\n // linux[x64] includes `gnux32` abi, with x64 arch.\n x64: linux.x64.filter((triple) => triple.abi !== 'gnux32'),\n arm64: linux.arm64,\n // This target is being deprecated, however we keep it in `knownDefaultWasmFallbackTriples` for now\n arm: linux.arm,\n },\n // Below targets are being deprecated, however we keep it in `knownDefaultWasmFallbackTriples` for now\n freebsd: {\n x64: freebsd.x64,\n },\n android: {\n arm64: android.arm64,\n arm: android.arm,\n },\n }\n}\n\nconst triples = (() => {\n const supportedArchTriples = getSupportedArchTriples()\n const targetTriple = supportedArchTriples[PlatformName]?.[ArchName]\n\n // If we have supported triple, return it right away\n if (targetTriple) {\n return targetTriple\n }\n\n // If there isn't corresponding target triple in `supportedArchTriples`, check if it's excluded from original raw triples\n // Otherwise, it is completely unsupported platforms.\n let rawTargetTriple = platformArchTriples[PlatformName]?.[ArchName]\n\n if (rawTargetTriple) {\n Log.warn(\n `Trying to load next-swc for target triple ${rawTargetTriple}, but there next-swc does not have native bindings support`\n )\n } else {\n Log.warn(\n `Trying to load next-swc for unsupported platforms ${PlatformName}/${ArchName}`\n )\n }\n\n return []\n})()\n\n// Allow to specify an absolute path to the custom turbopack binary to load.\n// If one of env variables is set, `loadNative` will try to use specified\n// binary instead. This is thin, naive interface\n// - `loadBindings` will not validate neither path nor the binary.\n//\n// Note these are internal flag: there's no stability, feature guarantee.\nconst __INTERNAL_CUSTOM_TURBOPACK_BINDINGS =\n process.env.__INTERNAL_CUSTOM_TURBOPACK_BINDINGS\n\nfunction checkVersionMismatch(pkgData: any) {\n const version = pkgData.version\n\n if (version && version !== nextVersion) {\n Log.warn(\n `Mismatching @next/swc version, detected: ${version} while Next.js is on ${nextVersion}. Please ensure these match`\n )\n }\n}\n\n// These are the platforms we'll try to load wasm bindings first,\n// only try to load native bindings if loading wasm binding somehow fails.\n// Fallback to native binding is for migration period only,\n// once we can verify loading-wasm-first won't cause visible regressions,\n// we'll not include native bindings for these platform at all.\nconst knownDefaultWasmFallbackTriples = [\n 'x86_64-unknown-freebsd',\n 'aarch64-linux-android',\n 'arm-linux-androideabi',\n 'armv7-unknown-linux-gnueabihf',\n 'i686-pc-windows-msvc',\n // WOA targets are TBD, while current userbase is small we may support it in the future\n //'aarch64-pc-windows-msvc',\n]\n\n// The last attempt's error code returned when cjs require to native bindings fails.\n// If node.js throws an error without error code, this should be `unknown` instead of undefined.\n// For the wasm-first targets (`knownDefaultWasmFallbackTriples`) this will be `unsupported_target`.\nlet lastNativeBindingsLoadErrorCode:\n | 'unknown'\n | 'unsupported_target'\n | string\n | undefined = undefined\n// Used to cache calls to `loadBindings`\nlet pendingBindings: Promise<Binding>\n// some things call `loadNative` directly instead of `loadBindings`... Cache calls to that\n// separately.\nlet nativeBindings: Binding\n// can allow hacky sync access to bindings for loadBindingsSync\nlet wasmBindings: Binding\nlet downloadWasmPromise: any\nlet swcTraceFlushGuard: any\nlet downloadNativeBindingsPromise: Promise<void> | undefined = undefined\n\nexport const lockfilePatchPromise: { cur?: Promise<void> } = {}\n\n/**\n * Attempts to load a native or wasm binding.\n *\n * By default, this first tries to use a native binding, falling back to a wasm binding if that\n * fails.\n *\n * This function is `async` as wasm requires an asynchronous import in browsers.\n */\nexport async function loadBindings(\n useWasmBinary: boolean = false\n): Promise<Binding> {\n // Increase Rust stack size as some npm packages being compiled need more than the default.\n if (!process.env.RUST_MIN_STACK) {\n process.env.RUST_MIN_STACK = '8388608'\n }\n\n if (pendingBindings) {\n return pendingBindings\n }\n\n if (process.env.NEXT_TEST_WASM) {\n useWasmBinary = true\n }\n\n // rust needs stdout to be blocking, otherwise it will throw an error (on macOS at least) when writing a lot of data (logs) to it\n // see https://github.com/napi-rs/napi-rs/issues/1630\n // and https://github.com/nodejs/node/blob/main/doc/api/process.md#a-note-on-process-io\n if (process.stdout._handle != null) {\n // @ts-ignore\n process.stdout._handle.setBlocking?.(true)\n }\n if (process.stderr._handle != null) {\n // @ts-ignore\n process.stderr._handle.setBlocking?.(true)\n }\n\n pendingBindings = new Promise(async (resolve, _reject) => {\n if (!lockfilePatchPromise.cur) {\n // always run lockfile check once so that it gets patched\n // even if it doesn't fail to load locally\n lockfilePatchPromise.cur = patchIncorrectLockfile(process.cwd()).catch(\n console.error\n )\n }\n\n let attempts: any[] = []\n const disableWasmFallback = process.env.NEXT_DISABLE_SWC_WASM\n const unsupportedPlatform = triples.some(\n (triple: any) =>\n !!triple?.raw && knownDefaultWasmFallbackTriples.includes(triple.raw)\n )\n const isWebContainer = process.versions.webcontainer\n // Normal execution relies on the param `useWasmBinary` flag to load, but\n // in certain cases where there isn't a native binary we always load wasm fallback first.\n const shouldLoadWasmFallbackFirst =\n (!disableWasmFallback && useWasmBinary) ||\n unsupportedPlatform ||\n isWebContainer\n\n if (!unsupportedPlatform && useWasmBinary) {\n Log.warn(\n `experimental.useWasmBinary is not an option for supported platform ${PlatformName}/${ArchName} and will be ignored.`\n )\n }\n\n if (shouldLoadWasmFallbackFirst) {\n lastNativeBindingsLoadErrorCode = 'unsupported_target'\n const fallbackBindings = await tryLoadWasmWithFallback(attempts)\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n // Trickle down loading `fallback` bindings:\n //\n // - First, try to load native bindings installed in node_modules.\n // - If that fails with `ERR_MODULE_NOT_FOUND`, treat it as case of https://github.com/npm/cli/issues/4828\n // that host system where generated package lock is not matching to the guest system running on, try to manually\n // download corresponding target triple and load it. This won't be triggered if native bindings are failed to load\n // with other reasons than `ERR_MODULE_NOT_FOUND`.\n // - Lastly, falls back to wasm binding where possible.\n try {\n return resolve(loadNative())\n } catch (a) {\n if (\n Array.isArray(a) &&\n a.every((m) => m.includes('it was not installed'))\n ) {\n let fallbackBindings = await tryLoadNativeWithFallback(attempts)\n\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n attempts = attempts.concat(a)\n }\n\n // For these platforms we already tried to load wasm and failed, skip reattempt\n if (!shouldLoadWasmFallbackFirst && !disableWasmFallback) {\n const fallbackBindings = await tryLoadWasmWithFallback(attempts)\n if (fallbackBindings) {\n return resolve(fallbackBindings)\n }\n }\n\n logLoadFailure(attempts, true)\n })\n return pendingBindings\n}\n\nasync function tryLoadNativeWithFallback(attempts: Array<string>) {\n const nativeBindingsDirectory = path.join(\n path.dirname(require.resolve('next/package.json')),\n 'next-swc-fallback'\n )\n\n if (!downloadNativeBindingsPromise) {\n downloadNativeBindingsPromise = downloadNativeNextSwc(\n nextVersion,\n nativeBindingsDirectory,\n triples.map((triple: any) => triple.platformArchABI)\n )\n }\n await downloadNativeBindingsPromise\n\n try {\n return loadNative(nativeBindingsDirectory)\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n\n return undefined\n}\n\n// helper for loadBindings\nasync function tryLoadWasmWithFallback(\n attempts: any[]\n): Promise<Binding | undefined> {\n try {\n let bindings = await loadWasm('')\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: 'enabled',\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n return bindings\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n\n try {\n // if not installed already download wasm package on-demand\n // we download to a custom directory instead of to node_modules\n // as node_module import attempts are cached and can't be re-attempted\n // x-ref: https://github.com/nodejs/modules/issues/307\n const wasmDirectory = path.join(\n path.dirname(require.resolve('next/package.json')),\n 'wasm'\n )\n if (!downloadWasmPromise) {\n downloadWasmPromise = downloadWasmSwc(nextVersion, wasmDirectory)\n }\n await downloadWasmPromise\n let bindings = await loadWasm(wasmDirectory)\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: 'fallback',\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n\n // still log native load attempts so user is\n // aware it failed and should be fixed\n for (const attempt of attempts) {\n Log.warn(attempt)\n }\n return bindings\n } catch (a: any) {\n attempts.push(...[].concat(a))\n }\n}\n\nfunction loadBindingsSync() {\n let attempts: any[] = []\n try {\n return loadNative()\n } catch (a) {\n attempts = attempts.concat(a)\n }\n\n // HACK: we can leverage the wasm bindings if they are already loaded\n // this may introduce race conditions\n if (wasmBindings) {\n return wasmBindings\n }\n\n logLoadFailure(attempts)\n throw new Error('Failed to load bindings', { cause: attempts })\n}\n\nlet loggingLoadFailure = false\n\nfunction logLoadFailure(attempts: any, triedWasm = false) {\n // make sure we only emit the event and log the failure once\n if (loggingLoadFailure) return\n loggingLoadFailure = true\n\n for (let attempt of attempts) {\n Log.warn(attempt)\n }\n\n // @ts-expect-error TODO: this event has a wrong type.\n eventSwcLoadFailure({\n wasm: triedWasm ? 'failed' : undefined,\n nativeBindingsErrorCode: lastNativeBindingsLoadErrorCode,\n })\n .then(() => lockfilePatchPromise.cur || Promise.resolve())\n .finally(() => {\n Log.error(\n `Failed to load SWC binary for ${PlatformName}/${ArchName}, see more info here: https://nextjs.org/docs/messages/failed-loading-swc`\n )\n process.exit(1)\n })\n}\n\ntype RustifiedEnv = { name: string; value: string }[]\ntype RustifiedOptionEnv = { name: string; value: string | undefined }[]\n\nexport function createDefineEnv({\n isTurbopack,\n clientRouterFilters,\n config,\n dev,\n distDir,\n projectPath,\n fetchCacheKeyPrefix,\n hasRewrites,\n middlewareMatchers,\n rewrites,\n}: Omit<\n DefineEnvOptions,\n 'isClient' | 'isNodeOrEdgeCompilation' | 'isEdgeServer' | 'isNodeServer'\n>): DefineEnv {\n let defineEnv: DefineEnv = {\n client: [],\n edge: [],\n nodejs: [],\n }\n\n for (const variant of Object.keys(defineEnv) as (keyof typeof defineEnv)[]) {\n defineEnv[variant] = rustifyOptionEnv(\n getDefineEnv({\n isTurbopack,\n clientRouterFilters,\n config,\n dev,\n distDir,\n projectPath,\n fetchCacheKeyPrefix,\n hasRewrites,\n isClient: variant === 'client',\n isEdgeServer: variant === 'edge',\n isNodeServer: variant === 'nodejs',\n middlewareMatchers,\n rewrites,\n })\n )\n }\n\n return defineEnv\n}\n\nfunction rustifyEnv(env: Record<string, string>): RustifiedEnv {\n return Object.entries(env)\n .filter(([_, value]) => value != null)\n .map(([name, value]) => ({\n name,\n value,\n }))\n}\n\nfunction rustifyOptionEnv(\n env: Record<string, string | undefined>\n): RustifiedOptionEnv {\n return Object.entries(env).map(([name, value]) => ({\n name,\n value,\n }))\n}\n\n// TODO(sokra) Support wasm option.\nfunction bindingToApi(\n binding: RawBindings,\n _wasm: boolean\n): Binding['turbo']['createProject'] {\n type NativeFunction<T> = (\n callback: (err: Error, value: T) => void\n ) => Promise<{ __napiType: 'RootTask' }>\n\n type NapiEndpoint = { __napiType: 'Endpoint' }\n\n type NapiEntrypoints = {\n routes: NapiRoute[]\n middleware?: NapiMiddleware\n instrumentation?: NapiInstrumentation\n pagesDocumentEndpoint: NapiEndpoint\n pagesAppEndpoint: NapiEndpoint\n pagesErrorEndpoint: NapiEndpoint\n }\n\n type NapiMiddleware = {\n endpoint: NapiEndpoint\n runtime: 'nodejs' | 'edge'\n matcher?: string[]\n }\n\n type NapiInstrumentation = {\n nodeJs: NapiEndpoint\n edge: NapiEndpoint\n }\n\n type NapiRoute = {\n pathname: string\n } & (\n | {\n type: 'page'\n htmlEndpoint: NapiEndpoint\n dataEndpoint: NapiEndpoint\n }\n | {\n type: 'page-api'\n endpoint: NapiEndpoint\n }\n | {\n type: 'app-page'\n pages: {\n originalName: string\n htmlEndpoint: NapiEndpoint\n rscEndpoint: NapiEndpoint\n }[]\n }\n | {\n type: 'app-route'\n originalName: string\n endpoint: NapiEndpoint\n }\n | {\n type: 'conflict'\n }\n )\n\n const cancel = new (class Cancel extends Error {})()\n\n /**\n * Utility function to ensure all variants of an enum are handled.\n */\n function invariant(\n never: never,\n computeMessage: (arg: any) => string\n ): never {\n throw new Error(`Invariant: ${computeMessage(never)}`)\n }\n\n async function withErrorCause<T>(fn: () => Promise<T>): Promise<T> {\n try {\n return await fn()\n } catch (nativeError: any) {\n throw TurbopackInternalError.createAndRecordTelemetry(nativeError)\n }\n }\n\n /**\n * Calls a native function and streams the result.\n * If useBuffer is true, all values will be preserved, potentially buffered\n * if consumed slower than produced. Else, only the latest value will be\n * preserved.\n */\n function subscribe<T>(\n useBuffer: boolean,\n nativeFunction:\n | NativeFunction<T>\n | ((callback: (err: Error, value: T) => void) => Promise<void>)\n ): AsyncIterableIterator<T> {\n type BufferItem =\n | { err: Error; value: undefined }\n | { err: undefined; value: T }\n // A buffer of produced items. This will only contain values if the\n // consumer is slower than the producer.\n let buffer: BufferItem[] = []\n // A deferred value waiting for the next produced item. This will only\n // exist if the consumer is faster than the producer.\n let waiting:\n | {\n resolve: (value: T) => void\n reject: (error: Error) => void\n }\n | undefined\n let canceled = false\n\n // The native function will call this every time it emits a new result. We\n // either need to notify a waiting consumer, or buffer the new result until\n // the consumer catches up.\n function emitResult(err: Error | undefined, value: T | undefined) {\n if (waiting) {\n let { resolve, reject } = waiting\n waiting = undefined\n if (err) reject(err)\n else resolve(value!)\n } else {\n const item = { err, value } as BufferItem\n if (useBuffer) buffer.push(item)\n else buffer[0] = item\n }\n }\n\n async function* createIterator() {\n const task = await withErrorCause<{ __napiType: 'RootTask' } | void>(() =>\n nativeFunction(emitResult)\n )\n try {\n while (!canceled) {\n if (buffer.length > 0) {\n const item = buffer.shift()!\n if (item.err) throw item.err\n yield item.value\n } else {\n // eslint-disable-next-line no-loop-func\n yield new Promise<T>((resolve, reject) => {\n waiting = { resolve, reject }\n })\n }\n }\n } catch (e) {\n if (e === cancel) return\n if (e instanceof Error) {\n throw TurbopackInternalError.createAndRecordTelemetry(e)\n }\n throw e\n } finally {\n if (task) {\n binding.rootTaskDispose(task)\n }\n }\n }\n\n const iterator = createIterator()\n iterator.return = async () => {\n canceled = true\n if (waiting) waiting.reject(cancel)\n return { value: undefined, done: true } as IteratorReturnResult<never>\n }\n return iterator\n }\n\n async function rustifyProjectOptions(\n options: ProjectOptions\n ): Promise<NapiProjectOptions> {\n return {\n ...options,\n nextConfig: await serializeNextConfig(\n options.nextConfig,\n path.join(options.rootPath, options.projectPath)\n ),\n jsConfig: JSON.stringify(options.jsConfig),\n env: rustifyEnv(options.env),\n }\n }\n\n async function rustifyPartialProjectOptions(\n options: Partial<ProjectOptions>\n ): Promise<NapiPartialProjectOptions> {\n return {\n ...options,\n nextConfig:\n options.nextConfig &&\n (await serializeNextConfig(\n options.nextConfig,\n path.join(options.rootPath!, options.projectPath!)\n )),\n jsConfig: options.jsConfig && JSON.stringify(options.jsConfig),\n env: options.env && rustifyEnv(options.env),\n }\n }\n\n class ProjectImpl implements Project {\n private readonly _nativeProject: { __napiType: 'Project' }\n\n constructor(nativeProject: { __napiType: 'Project' }) {\n this._nativeProject = nativeProject\n }\n\n async update(options: Partial<ProjectOptions>) {\n await withErrorCause(async () =>\n binding.projectUpdate(\n this._nativeProject,\n await rustifyPartialProjectOptions(options)\n )\n )\n }\n\n async writeAllEntrypointsToDisk(\n appDirOnly: boolean\n ): Promise<TurbopackResult<RawEntrypoints>> {\n return await withErrorCause(async () => {\n const napiEndpoints = (await binding.projectWriteAllEntrypointsToDisk(\n this._nativeProject,\n appDirOnly\n )) as TurbopackResult<NapiEntrypoints>\n\n return napiEntrypointsToRawEntrypoints(napiEndpoints)\n })\n }\n\n entrypointsSubscribe() {\n const subscription = subscribe<TurbopackResult<NapiEntrypoints>>(\n false,\n async (callback) =>\n binding.projectEntrypointsSubscribe(this._nativeProject, callback)\n )\n return (async function* () {\n for await (const entrypoints of subscription) {\n yield napiEntrypointsToRawEntrypoints(entrypoints)\n }\n })()\n }\n\n hmrEvents(identifier: string) {\n return subscribe<TurbopackResult<Update>>(true, async (callback) =>\n binding.projectHmrEvents(this._nativeProject, identifier, callback)\n )\n }\n\n hmrIdentifiersSubscribe() {\n return subscribe<TurbopackResult<HmrIdentifiers>>(\n false,\n async (callback) =>\n binding.projectHmrIdentifiersSubscribe(this._nativeProject, callback)\n )\n }\n\n traceSource(\n stackFrame: TurbopackStackFrame,\n currentDirectoryFileUrl: string\n ): Promise<TurbopackStackFrame | null> {\n return binding.projectTraceSource(\n this._nativeProject,\n stackFrame,\n currentDirectoryFileUrl\n )\n }\n\n getSourceForAsset(filePath: string): Promise<string | null> {\n return binding.projectGetSourceForAsset(this._nativeProject, filePath)\n }\n\n getSourceMap(filePath: string): Promise<string | null> {\n return binding.projectGetSourceMap(this._nativeProject, filePath)\n }\n\n getSourceMapSync(filePath: string): string | null {\n return binding.projectGetSourceMapSync(this._nativeProject, filePath)\n }\n\n updateInfoSubscribe(aggregationMs: number) {\n return subscribe<TurbopackResult<UpdateMessage>>(true, async (callback) =>\n binding.projectUpdateInfoSubscribe(\n this._nativeProject,\n aggregationMs,\n callback\n )\n )\n }\n\n compilationEventsSubscribe(eventTypes?: string[]) {\n return subscribe<TurbopackResult<CompilationEvent>>(\n true,\n async (callback) => {\n binding.projectCompilationEventsSubscribe(\n this._nativeProject,\n callback,\n eventTypes\n )\n }\n )\n }\n\n invalidatePersistentCache(): Promise<void> {\n return binding.projectInvalidatePersistentCache(this._nativeProject)\n }\n\n shutdown(): Promise<void> {\n return binding.projectShutdown(this._nativeProject)\n }\n\n onExit(): Promise<void> {\n return binding.projectOnExit(this._nativeProject)\n }\n }\n\n class EndpointImpl implements Endpoint {\n private readonly _nativeEndpoint: { __napiType: 'Endpoint' }\n\n constructor(nativeEndpoint: { __napiType: 'Endpoint' }) {\n this._nativeEndpoint = nativeEndpoint\n }\n\n async writeToDisk(): Promise<TurbopackResult<WrittenEndpoint>> {\n return await withErrorCause(\n () =>\n binding.endpointWriteToDisk(this._nativeEndpoint) as Promise<\n TurbopackResult<WrittenEndpoint>\n >\n )\n }\n\n async clientChanged(): Promise<AsyncIterableIterator<TurbopackResult<{}>>> {\n const clientSubscription = subscribe<TurbopackResult>(\n false,\n async (callback) =>\n binding.endpointClientChangedSubscribe(\n await this._nativeEndpoint,\n callback\n )\n )\n await clientSubscription.next()\n return clientSubscription\n }\n\n async serverChanged(\n includeIssues: boolean\n ): Promise<AsyncIterableIterator<TurbopackResult<{}>>> {\n const serverSubscription = subscribe<TurbopackResult>(\n false,\n async (callback) =>\n binding.endpointServerChangedSubscribe(\n await this._nativeEndpoint,\n includeIssues,\n callback\n )\n )\n await serverSubscription.next()\n return serverSubscription\n }\n }\n\n /**\n * Returns a new copy of next.js config object to avoid mutating the original.\n *\n * Also it does some augmentation to the configuration as well, for example set the\n * turbopack's rules if `experimental.reactCompilerOptions` is set.\n */\n function augmentNextConfig(\n originalNextConfig: NextConfigComplete,\n projectPath: string\n ): Record<string, any> {\n let nextConfig = { ...(originalNextConfig as any) }\n\n const reactCompilerOptions = nextConfig.experimental?.reactCompiler\n\n // It is not easy to set the rules inside of rust as resolving, and passing the context identical to the webpack\n // config is bit hard, also we can reuse same codes between webpack config in here.\n if (reactCompilerOptions) {\n const ruleKeys = ['*.ts', '*.js', '*.jsx', '*.tsx']\n if (\n Object.keys(nextConfig?.turbopack?.rules ?? []).some((key) =>\n ruleKeys.includes(key)\n )\n ) {\n Log.warn(\n `The React Compiler cannot be enabled automatically because 'turbopack.rules' contains a rule for '*.ts', '*.js', '*.jsx', and '*.tsx'. Remove this rule, or add 'babel-loader' and 'babel-plugin-react-compiler' to the Turbopack configuration manually.`\n )\n } else {\n if (!nextConfig.turbopack) {\n nextConfig.turbopack = {}\n }\n\n if (!nextConfig.turbopack.rules) {\n nextConfig.turbopack.rules = {}\n }\n\n for (const key of ['*.ts', '*.js', '*.jsx', '*.tsx']) {\n nextConfig.turbopack.rules[key] = {\n browser: {\n foreign: false,\n loaders: [\n getReactCompilerLoader(\n originalNextConfig.experimental.reactCompiler,\n projectPath,\n nextConfig.dev,\n false,\n undefined\n ),\n ],\n },\n }\n }\n }\n }\n\n return nextConfig\n }\n\n async function serializeNextConfig(\n nextConfig: NextConfigComplete,\n projectPath: string\n ): Promise<string> {\n // Avoid mutating the existing `nextConfig` object.\n let nextConfigSerializable = augmentNextConfig(nextConfig, projectPath)\n\n nextConfigSerializable.generateBuildId =\n await nextConfig.generateBuildId?.()\n\n // TODO: these functions takes arguments, have to be supported in a different way\n nextConfigSerializable.exportPathMap = {}\n nextConfigSerializable.webpack = nextConfig.webpack && {}\n\n if (nextConfigSerializable.experimental?.turbo?.rules) {\n ensureLoadersHaveSerializableOptions(\n nextConfigSerializable.turbopack?.rules\n )\n }\n\n nextConfigSerializable.modularizeImports =\n nextConfigSerializable.modularizeImports\n ? Object.fromEntries(\n Object.entries<any>(nextConfigSerializable.modularizeImports).map(\n ([mod, config]) => [\n mod,\n {\n ...config,\n transform:\n typeof config.transform === 'string'\n ? config.transform\n : Object.entries(config.transform).map(([key, value]) => [\n key,\n value,\n ]),\n },\n ]\n )\n )\n : undefined\n\n // loaderFile is an absolute path, we need it to be relative for turbopack.\n if (nextConfigSerializable.images.loaderFile) {\n nextConfigSerializable.images = {\n ...nextConfig.images,\n loaderFile:\n './' + path.relative(projectPath, nextConfig.images.loaderFile),\n }\n }\n\n const conditions: (typeof nextConfig)['turbopack']['conditions'] =\n nextConfigSerializable.turbopack?.conditions\n if (conditions) {\n type SerializedConditions = {\n [key: string]: {\n path:\n | { type: 'regex'; value: { source: string; flags: string } }\n | { type: 'glob'; value: string }\n }\n }\n\n const serializedConditions: SerializedConditions = {}\n for (const [key, value] of Object.entries(conditions)) {\n serializedConditions[key] = {\n ...value,\n path:\n value.path instanceof RegExp\n ? {\n type: 'regex',\n value: { source: value.path.source, flags: value.path.flags },\n }\n : { type: 'glob', value: value.path },\n }\n }\n nextConfigSerializable.turbopack.conditions = serializedConditions\n }\n\n return JSON.stringify(nextConfigSerializable, null, 2)\n }\n\n function ensureLoadersHaveSerializableOptions(\n turbopackRules: Record<string, TurbopackRuleConfigItemOrShortcut>\n ) {\n for (const [glob, rule] of Object.entries(turbopackRules)) {\n if (Array.isArray(rule)) {\n checkLoaderItems(rule, glob)\n } else {\n checkConfigItem(rule, glob)\n }\n }\n\n function checkConfigItem(rule: TurbopackRuleConfigItem, glob: string) {\n if (!rule) return\n if ('loaders' in rule) {\n checkLoaderItems((rule as TurbopackRuleConfigItemOptions).loaders, glob)\n } else {\n for (const key in rule) {\n const inner = rule[key]\n if (typeof inner === 'object' && inner) {\n checkConfigItem(inner, glob)\n }\n }\n }\n }\n\n function checkLoaderItems(\n loaderItems: TurbopackLoaderItem[],\n glob: string\n ) {\n for (const loaderItem of loaderItems) {\n if (\n typeof loaderItem !== 'string' &&\n !isDeepStrictEqual(loaderItem, JSON.parse(JSON.stringify(loaderItem)))\n ) {\n throw new Error(\n `loader ${loaderItem.loader} for match \"${glob}\" does not have serializable options. Ensure that options passed are plain JavaScript objects and values.`\n )\n }\n }\n }\n }\n\n function napiEntrypointsToRawEntrypoints(\n entrypoints: TurbopackResult<NapiEntrypoints>\n ): TurbopackResult<RawEntrypoints> {\n const routes = new Map()\n for (const { pathname, ...nativeRoute } of entrypoints.routes) {\n let route: Route\n const routeType = nativeRoute.type\n switch (routeType) {\n case 'page':\n route = {\n type: 'page',\n htmlEndpoint: new EndpointImpl(nativeRoute.htmlEndpoint),\n dataEndpoint: new EndpointImpl(nativeRoute.dataEndpoint),\n }\n break\n case 'page-api':\n route = {\n type: 'page-api',\n endpoint: new EndpointImpl(nativeRoute.endpoint),\n }\n break\n case 'app-page':\n route = {\n type: 'app-page',\n pages: nativeRoute.pages.map((page) => ({\n originalName: page.originalName,\n htmlEndpoint: new EndpointImpl(page.htmlEndpoint),\n rscEndpoint: new EndpointImpl(page.rscEndpoint),\n })),\n }\n break\n case 'app-route':\n route = {\n type: 'app-route',\n originalName: nativeRoute.originalName,\n endpoint: new EndpointImpl(nativeRoute.endpoint),\n }\n break\n case 'conflict':\n route = {\n type: 'conflict',\n }\n break\n default:\n const _exhaustiveCheck: never = routeType\n invariant(\n nativeRoute,\n () => `Unknown route type: ${_exhaustiveCheck}`\n )\n }\n routes.set(pathname, route)\n }\n const napiMiddlewareToMiddleware = (middleware: NapiMiddleware) => ({\n endpoint: new EndpointImpl(middleware.endpoint),\n runtime: middleware.runtime,\n matcher: middleware.matcher,\n })\n const middleware = entrypoints.middleware\n ? napiMiddlewareToMiddleware(entrypoints.middleware)\n : undefined\n const napiInstrumentationToInstrumentation = (\n instrumentation: NapiInstrumentation\n ) => ({\n nodeJs: new EndpointImpl(instrumentation.nodeJs),\n edge: new EndpointImpl(instrumentation.edge),\n })\n const instrumentation = entrypoints.instrumentation\n ? napiInstrumentationToInstrumentation(entrypoints.instrumentation)\n : undefined\n\n return {\n routes,\n middleware,\n instrumentation,\n pagesDocumentEndpoint: new EndpointImpl(\n entrypoints.pagesDocumentEndpoint\n ),\n pagesAppEndpoint: new EndpointImpl(entrypoints.pagesAppEndpoint),\n pagesErrorEndpoint: new EndpointImpl(entrypoints.pagesErrorEndpoint),\n issues: entrypoints.issues,\n diagnostics: entrypoints.diagnostics,\n }\n }\n\n return async function createProject(\n options: ProjectOptions,\n turboEngineOptions\n ) {\n return new ProjectImpl(\n await binding.projectNew(\n await rustifyProjectOptions(options),\n turboEngineOptions || {}\n )\n )\n }\n}\n\n// helper for loadWasm\nasync function loadWasmRawBindings(importPath = ''): Promise<RawWasmBindings> {\n let attempts = []\n\n // Used by `run-tests` to force use of a locally-built wasm binary. This environment variable is\n // unstable and subject to change.\n const testWasmDir = process.env.NEXT_TEST_WASM_DIR\n\n if (testWasmDir) {\n // assume these are node.js bindings and don't need a call to `.default()`\n const rawBindings = await import(\n pathToFileURL(path.join(testWasmDir, 'wasm.js')).toString()\n )\n infoLog(`next-swc build: wasm build ${testWasmDir}`)\n return rawBindings\n } else {\n for (let pkg of ['@next/swc-wasm-nodejs', '@next/swc-wasm-web']) {\n try {\n let pkgPath = pkg\n\n if (importPath) {\n // the import path must be exact when not in node_modules\n pkgPath = path.join(importPath, pkg, 'wasm.js')\n }\n const importedRawBindings = await import(\n pathToFileURL(pkgPath).toString()\n )\n let rawBindings\n if (pkg === '@next/swc-wasm-web') {\n // https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html\n // `default` must be called to initialize the module\n rawBindings = await importedRawBindings.default!()\n } else {\n rawBindings = importedRawBindings\n }\n infoLog(`next-swc build: wasm build ${pkg}`)\n return rawBindings\n } catch (e: any) {\n // Only log attempts for loading wasm when loading as fallback\n if (importPath) {\n if (e?.code === 'ERR_MODULE_NOT_FOUND') {\n attempts.push(`Attempted to load ${pkg}, but it was not installed`)\n } else {\n attempts.push(\n `Attempted to load ${pkg}, but an error occurred: ${e.message ?? e}`\n )\n }\n }\n }\n }\n }\n\n throw attempts\n}\n\n// helper for tryLoadWasmWithFallback / loadBindings.\nasync function loadWasm(importPath = '') {\n const rawBindings = await loadWasmRawBindings(importPath)\n\n function removeUndefined(obj: any): any {\n // serde-wasm-bindgen expect that `undefined` values map to `()` in rust, but we want to treat\n // those fields as non-existent, so remove them before passing them to rust.\n //\n // The native (non-wasm) bindings use `JSON.stringify`, which strips undefined values.\n if (typeof obj !== 'object' || obj === null) {\n return obj\n }\n if (Array.isArray(obj)) {\n return obj.map(removeUndefined)\n }\n const newObj: { [key: string]: any } = {}\n for (const [k, v] of Object.entries(obj)) {\n if (typeof v !== 'undefined') {\n newObj[k] = removeUndefined(v)\n }\n }\n return newObj\n }\n\n // Note wasm binary does not support async intefaces yet, all async\n // interface coereces to sync interfaces.\n wasmBindings = {\n css: {\n lightning: {\n transform: function (_options: any) {\n throw new Error(\n '`css.lightning.transform` is not supported by the wasm bindings.'\n )\n },\n transformStyleAttr: function (_options: any) {\n throw new Error(\n '`css.lightning.transformStyleAttr` is not supported by the wasm bindings.'\n )\n },\n },\n },\n isWasm: true,\n transform(src: string, options: any): Promise<any> {\n return rawBindings.transform(src.toString(), removeUndefined(options))\n },\n transformSync(src: string, options: any) {\n return rawBindings.transformSync(src.toString(), removeUndefined(options))\n },\n minify(src: string, options: any): Promise<any> {\n return rawBindings.minify(src.toString(), removeUndefined(options))\n },\n minifySync(src: string, options: any) {\n return rawBindings.minifySync(src.toString(), removeUndefined(options))\n },\n parse(src: string, options: any): Promise<any> {\n return rawBindings.parse(src.toString(), removeUndefined(options))\n },\n getTargetTriple() {\n return undefined\n },\n turbo: {\n createProject(\n _options: ProjectOptions,\n _turboEngineOptions?: TurboEngineOptions | undefined\n ): Promise<Project> {\n throw new Error(\n '`turbo.createProject` is not supported by the wasm bindings.'\n )\n },\n startTurbopackTraceServer(_traceFilePath: string): void {\n throw new Error(\n '`turbo.startTurbopackTraceServer` is not supported by the wasm bindings.'\n )\n },\n },\n mdx: {\n compile(src: string, options: any) {\n return rawBindings.mdxCompile(\n src,\n removeUndefined(getMdxOptions(options))\n )\n },\n compileSync(src: string, options: any) {\n return rawBindings.mdxCompileSync(\n src,\n removeUndefined(getMdxOptions(options))\n )\n },\n },\n reactCompiler: {\n isReactCompilerRequired(_filename: string) {\n return Promise.resolve(true)\n },\n },\n rspack: {\n getModuleNamedExports(_resourcePath: string): Promise<string[]> {\n throw new Error(\n '`rspack.getModuleNamedExports` is not supported by the wasm bindings.'\n )\n },\n warnForEdgeRuntime(\n _source: string,\n _isProduction: boolean\n ): Promise<NapiSourceDiagnostic[]> {\n throw new Error(\n '`rspack.warnForEdgeRuntime` is not supported by the wasm bindings.'\n )\n },\n },\n }\n return wasmBindings\n}\n\n/**\n * Loads the native (non-wasm) bindings. Prefer `loadBindings` over this API, as that includes a\n * wasm fallback.\n */\nfunction loadNative(importPath?: string) {\n if (nativeBindings) {\n return nativeBindings\n }\n\n if (process.env.NEXT_TEST_WASM) {\n throw new Error('cannot run loadNative when `NEXT_TEST_WASM` is set')\n }\n\n const customBindings: RawBindings = !!__INTERNAL_CUSTOM_TURBOPACK_BINDINGS\n ? require(__INTERNAL_CUSTOM_TURBOPACK_BINDINGS)\n : null\n let bindings: RawBindings = customBindings\n let attempts: any[] = []\n\n const NEXT_TEST_NATIVE_DIR = process.env.NEXT_TEST_NATIVE_DIR\n for (const triple of triples) {\n if (NEXT_TEST_NATIVE_DIR) {\n try {\n // Use the binary directly to skip `pnpm pack` for testing as it's slow because of the large native binary.\n bindings = require(\n `${NEXT_TEST_NATIVE_DIR}/next-swc.${triple.platformArchABI}.node`\n )\n infoLog(\n 'next-swc build: local built @next/swc from NEXT_TEST_NATIVE_DIR'\n )\n break\n } catch (e) {}\n } else {\n try {\n bindings = require(\n `@next/swc/native/next-swc.${triple.platformArchABI}.node`\n )\n infoLog('next-swc build: local built @next/swc')\n break\n } catch (e) {}\n }\n }\n\n if (!bindings) {\n for (const triple of triples) {\n let pkg = importPath\n ? path.join(\n importPath,\n `@next/swc-${triple.platformArchABI}`,\n `next-swc.${triple.platformArchABI}.node`\n )\n : `@next/swc-${triple.platformArchABI}`\n try {\n bindings = require(pkg)\n if (!importPath) {\n checkVersionMismatch(require(`${pkg}/package.json`))\n }\n break\n } catch (e: any) {\n if (e?.code === 'MODULE_NOT_FOUND') {\n attempts.push(`Attempted to load ${pkg}, but it was not installed`)\n } else {\n attempts.push(\n `Attempted to load ${pkg}, but an error occurred: ${e.message ?? e}`\n )\n }\n lastNativeBindingsLoadErrorCode = e?.code ?? 'unknown'\n }\n }\n }\n\n if (bindings) {\n nativeBindings = {\n isWasm: false,\n transform(src: string, options: any) {\n const isModule =\n typeof src !== 'undefined' &&\n typeof src !== 'string' &&\n !Buffer.isBuffer(src)\n options = options || {}\n\n if (options?.jsc?.parser) {\n options.jsc.parser.syntax = options.jsc.parser.syntax ?? 'ecmascript'\n }\n\n return bindings.transform(\n isModule ? JSON.stringify(src) : src,\n isModule,\n toBuffer(options)\n )\n },\n\n transformSync(src: string, options: any) {\n if (typeof src === 'undefined') {\n throw new Error(\n \"transformSync doesn't implement reading the file from filesystem\"\n )\n } else if (Buffer.isBuffer(src)) {\n throw new Error(\n \"transformSync doesn't implement taking the source code as Buffer\"\n )\n }\n const isModule = typeof src !== 'string'\n options = options || {}\n\n if (options?.jsc?.parser) {\n options.jsc.parser.syntax = options.jsc.parser.syntax ?? 'ecmascript'\n }\n\n return bindings.transformSync(\n isModule ? JSON.stringify(src) : src,\n isModule,\n toBuffer(options)\n )\n },\n\n minify(src: string, options: any) {\n return bindings.minify(Buffer.from(src), toBuffer(options ?? {}))\n },\n\n minifySync(src: string, options: any) {\n return bindings.minifySync(Buffer.from(src), toBuffer(options ?? {}))\n },\n\n parse(src: string, options: any) {\n return bindings.parse(src, toBuffer(options ?? {}))\n },\n\n getTargetTriple: bindings.getTargetTriple,\n initCustomTraceSubscriber: bindings.initCustomTraceSubscriber,\n teardownTraceSubscriber: bindings.teardownTraceSubscriber,\n turbo: {\n createProject: bindingToApi(customBindings ?? bindings, false),\n startTurbopackTraceServer(traceFilePath) {\n Log.warn(\n 'Turbopack trace server started. View trace at https://trace.nextjs.org'\n )\n ;(customBindings ?? bindings).startTurbopackTraceServer(traceFilePath)\n },\n },\n mdx: {\n compile(src: string, options: any) {\n return bindings.mdxCompile(src, toBuffer(getMdxOptions(options)))\n },\n compileSync(src: string, options: any) {\n bindings.mdxCompileSync(src, toBuffer(getMdxOptions(options)))\n },\n },\n css: {\n lightning: {\n transform(transformOptions: any) {\n return bindings.lightningCssTransform(transformOptions)\n },\n transformStyleAttr(transformAttrOptions: any) {\n return bindings.lightningCssTransformStyleAttribute(\n transformAttrOptions\n )\n },\n },\n },\n reactCompiler: {\n isReactCompilerRequired: (filename: string) => {\n return bindings.isReactCompilerRequired(filename)\n },\n },\n rspack: {\n getModuleNamedExports: function (\n resourcePath: string\n ): Promise<string[]> {\n return bindings.getModuleNamedExports(resourcePath)\n },\n warnForEdgeRuntime: function (\n source: string,\n isProduction: boolean\n ): Promise<NapiSourceDiagnostic[]> {\n return bindings.warnForEdgeRuntime(source, isProduction)\n },\n },\n }\n return nativeBindings\n }\n\n throw attempts\n}\n\n/// Build a mdx options object contains default values that\n/// can be parsed with serde_wasm_bindgen.\nfunction getMdxOptions(options: any = {}) {\n return {\n ...options,\n development: options.development ?? false,\n jsx: options.jsx ?? false,\n mdxType: options.mdxType ?? 'commonMark',\n }\n}\n\nfunction toBuffer(t: any) {\n return Buffer.from(JSON.stringify(t))\n}\n\nexport async function isWasm(): Promise<boolean> {\n let bindings = await loadBindings()\n return bindings.isWasm\n}\n\nexport async function transform(src: string, options?: any): Promise<any> {\n let bindings = await loadBindings()\n return bindings.transform(src, options)\n}\n\nexport function transformSync(src: string, options?: any): any {\n let bindings = loadBindingsSync()\n return bindings.transformSync(src, options)\n}\n\nexport async function minify(\n src: string,\n options: any\n): Promise<{ code: string; map: any }> {\n let bindings = await loadBindings()\n return bindings.minify(src, options)\n}\n\nexport async function isReactCompilerRequired(\n filename: string\n): Promise<boolean> {\n let bindings = await loadBindings()\n return bindings.reactCompiler.isReactCompilerRequired(filename)\n}\n\nexport async function parse(src: string, options: any): Promise<any> {\n let bindings = await loadBindings()\n let parserOptions = getParserOptions(options)\n return bindings\n .parse(src, parserOptions)\n .then((astStr: any) => JSON.parse(astStr))\n}\n\nexport function getBinaryMetadata() {\n let bindings\n try {\n bindings = loadNative()\n } catch (e) {\n // Suppress exceptions, this fn allows to fail to load native bindings\n }\n\n return {\n target: bindings?.getTargetTriple?.(),\n }\n}\n\n/**\n * Initialize trace subscriber to emit traces.\n *\n */\nexport function initCustomTraceSubscriber(traceFileName?: string) {\n if (swcTraceFlushGuard) {\n // Wasm binary doesn't support trace emission\n let bindings = loadNative()\n swcTraceFlushGuard = bindings.initCustomTraceSubscriber?.(traceFileName)\n }\n}\n\nfunction once(fn: () => void): () => void {\n let executed = false\n\n return function (): void {\n if (!executed) {\n executed = true\n\n fn()\n }\n }\n}\n\n/**\n * Teardown swc's trace subscriber if there's an initialized flush guard exists.\n *\n * This is workaround to amend behavior with process.exit\n * (https://github.com/vercel/next.js/blob/4db8c49cc31e4fc182391fae6903fb5ef4e8c66e/packages/next/bin/next.ts#L134=)\n * seems preventing napi's cleanup hook execution (https://github.com/swc-project/swc/blob/main/crates/node/src/util.rs#L48-L51=),\n *\n * instead parent process manually drops guard when process gets signal to exit.\n */\nexport const teardownTraceSubscriber = once(() => {\n try {\n let bindings = loadNative()\n if (swcTraceFlushGuard) {\n bindings.teardownTraceSubscriber?.(swcTraceFlushGuard)\n }\n } catch (e) {\n // Suppress exceptions, this fn allows to fail to load native bindings\n }\n})\n\nexport async function getModuleNamedExports(\n resourcePath: string\n): Promise<string[]> {\n const bindings = await loadBindings()\n return bindings.rspack.getModuleNamedExports(resourcePath)\n}\n\nexport async function warnForEdgeRuntime(\n source: string,\n isProduction: boolean\n): Promise<NapiSourceDiagnostic[]> {\n const bindings = await loadBindings()\n return bindings.rspack.warnForEdgeRuntime(source, isProduction)\n}\n"],"names":["createDefineEnv","getBinaryMetadata","getModuleNamedExports","getSupportedArchTriples","initCustomTraceSubscriber","isReactCompilerRequired","isWasm","loadBindings","lockfilePatchPromise","minify","parse","teardownTraceSubscriber","transform","transformSync","warnForEdgeRuntime","nextVersion","process","env","__NEXT_VERSION","ArchName","arch","PlatformName","platform","infoLog","args","NEXT_PRIVATE_BUILD_WORKER","DEBUG","Log","info","darwin","win32","linux","freebsd","android","platformArchTriples","arm64","ia32","filter","triple","abi","x64","arm","triples","supportedArchTriples","targetTriple","rawTargetTriple","warn","__INTERNAL_CUSTOM_TURBOPACK_BINDINGS","checkVersionMismatch","pkgData","version","knownDefaultWasmFallbackTriples","lastNativeBindingsLoadErrorCode","undefined","pendingBindings","nativeBindings","wasmBindings","downloadWasmPromise","swcTraceFlushGuard","downloadNativeBindingsPromise","useWasmBinary","RUST_MIN_STACK","NEXT_TEST_WASM","stdout","_handle","setBlocking","stderr","Promise","resolve","_reject","cur","patchIncorrectLockfile","cwd","catch","console","error","attempts","disableWasmFallback","NEXT_DISABLE_SWC_WASM","unsupportedPlatform","some","raw","includes","isWebContainer","versions","webcontainer","shouldLoadWasmFallbackFirst","fallbackBindings","tryLoadWasmWithFallback","loadNative","a","Array","isArray","every","m","tryLoadNativeWithFallback","concat","logLoadFailure","nativeBindingsDirectory","path","join","dirname","require","downloadNativeNextSwc","map","platformArchABI","push","bindings","loadWasm","eventSwcLoadFailure","wasm","nativeBindingsErrorCode","wasmDirectory","downloadWasmSwc","attempt","loadBindingsSync","Error","cause","loggingLoadFailure","triedWasm","then","finally","exit","isTurbopack","clientRouterFilters","config","dev","distDir","projectPath","fetchCacheKeyPrefix","hasRewrites","middlewareMatchers","rewrites","defineEnv","client","edge","nodejs","variant","Object","keys","rustifyOptionEnv","getDefineEnv","isClient","isEdgeServer","isNodeServer","rustifyEnv","entries","_","value","name","bindingToApi","binding","_wasm","cancel","Cancel","invariant","never","computeMessage","withErrorCause","fn","nativeError","TurbopackInternalError","createAndRecordTelemetry","subscribe","useBuffer","nativeFunction","buffer","waiting","canceled","emitResult","err","reject","item","createIterator","task","length","shift","e","rootTaskDispose","iterator","return","done","rustifyProjectOptions","options","nextConfig","serializeNextConfig","rootPath","jsConfig","JSON","stringify","rustifyPartialProjectOptions","ProjectImpl","constructor","nativeProject","_nativeProject","update","projectUpdate","writeAllEntrypointsToDisk","appDirOnly","napiEndpoints","projectWriteAllEntrypointsToDisk","napiEntrypointsToRawEntrypoints","entrypointsSubscribe","subscription","callback","projectEntrypointsSubscribe","entrypoints","hmrEvents","identifier","projectHmrEvents","hmrIdentifiersSubscribe","projectHmrIdentifiersSubscribe","traceSource","stackFrame","currentDirectoryFileUrl","projectTraceSource","getSourceForAsset","filePath","projectGetSourceForAsset","getSourceMap","projectGetSourceMap","getSourceMapSync","projectGetSourceMapSync","updateInfoSubscribe","aggregationMs","projectUpdateInfoSubscribe","compilationEventsSubscribe","eventTypes","projectCompilationEventsSubscribe","invalidatePersistentCache","projectInvalidatePersistentCache","shutdown","projectShutdown","onExit","projectOnExit","EndpointImpl","nativeEndpoint","_nativeEndpoint","writeToDisk","endpointWriteToDisk","clientChanged","clientSubscription","endpointClientChangedSubscribe","next","serverChanged","includeIssues","serverSubscription","endpointServerChangedSubscribe","augmentNextConfig","originalNextConfig","reactCompilerOptions","experimental","reactCompiler","ruleKeys","turbopack","rules","key","browser","foreign","loaders","getReactCompilerLoader","nextConfigSerializable","generateBuildId","exportPathMap","webpack","turbo","ensureLoadersHaveSerializableOptions","modularizeImports","fromEntries","mod","images","loaderFile","relative","conditions","serializedConditions","RegExp","type","source","flags","turbopackRules","glob","rule","checkLoaderItems","checkConfigItem","inner","loaderItems","loaderItem","isDeepStrictEqual","loader","routes","Map","pathname","nativeRoute","route","routeType","htmlEndpoint","dataEndpoint","endpoint","pages","page","originalName","rscEndpoint","_exhaustiveCheck","set","napiMiddlewareToMiddleware","middleware","runtime","matcher","napiInstrumentationToInstrumentation","instrumentation","nodeJs","pagesDocumentEndpoint","pagesAppEndpoint","pagesErrorEndpoint","issues","diagnostics","createProject","turboEngineOptions","projectNew","loadWasmRawBindings","importPath","testWasmDir","NEXT_TEST_WASM_DIR","rawBindings","pathToFileURL","toString","pkg","pkgPath","importedRawBindings","default","code","message","removeUndefined","obj","newObj","k","v","css","lightning","_options","transformStyleAttr","src","minifySync","getTargetTriple","_turboEngineOptions","startTurbopackTraceServer","_traceFilePath","mdx","compile","mdxCompile","getMdxOptions","compileSync","mdxCompileSync","_filename","rspack","_resourcePath","_source","_isProduction","customBindings","NEXT_TEST_NATIVE_DIR","isModule","Buffer","isBuffer","jsc","parser","syntax","toBuffer","from","traceFilePath","transformOptions","lightningCssTransform","transformAttrOptions","lightningCssTransformStyleAttribute","filename","resourcePath","isProduction","development","jsx","mdxType","t","parserOptions","getParserOptions","astStr","target","traceFileName","once","executed"],"mappings":"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","ignoreList":[0]}
@@ -261,16 +261,20 @@ export type WrittenEndpoint = {
261
261
  };
262
262
  export interface ProjectOptions {
263
263
  /**
264
- * A root path from which all files must be nested under. Trying to access
265
- * a file outside this root will fail. Think of this as a chroot.
264
+ * An absolute root path (Unix or Windows path) from which all files must be nested under. Trying
265
+ * to access a file outside this root will fail, so think of this as a chroot.
266
+ * E.g. `/home/user/projects/my-repo`.
266
267
  */
267
268
  rootPath: string;
268
269
  /**
269
- * A path inside the root_path which contains the app/pages directories.
270
+ * A path which contains the app/pages directories, relative to `root_path`, always a Unix path.
271
+ * E.g. `apps/my-app`
270
272
  */
271
273
  projectPath: string;
272
274
  /**
273
- * The path to the .next directory.
275
+ * A path where to emit the build outputs, relative to [`Project::project_path`], always a Unix
276
+ * path. Corresponds to next.config.js's `distDir`.
277
+ * E.g. `.next`
274
278
  */
275
279
  distDir: string;
276
280
  /**
@@ -941,7 +941,7 @@ async function handler(req, res, ctx) {
941
941
  }
942
942
  } catch (err) {
943
943
  // if we aren't wrapped by base-server handle here
944
- if (!activeSpan) {
944
+ if (!activeSpan && !(err instanceof _nofallbackerrorexternal.NoFallbackError)) {
945
945
  await routeModule.onRequestError(req, err, {
946
946
  routerKind: 'App Router',
947
947
  routePath: srcPage,