@nx/next 23.0.0-beta.24 → 23.0.0-beta.25
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.
- package/dist/babel.d.ts +1 -0
- package/{babel.js → dist/babel.js} +2 -0
- package/{index.d.ts → dist/index.d.ts} +0 -1
- package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
- package/{plugins → dist/plugins}/component-testing.d.ts +0 -1
- package/{plugins → dist/plugins}/component-testing.js +3 -3
- package/{plugins → dist/plugins}/with-less.d.ts +0 -1
- package/{plugins → dist/plugins}/with-nx.d.ts +0 -1
- package/{plugins → dist/plugins}/with-nx.js +1 -34
- package/{src → dist/src}/executors/build/build.impl.d.ts +0 -1
- package/{src → dist/src}/executors/build/lib/check-project.d.ts +0 -1
- package/{src → dist/src}/executors/build/lib/create-next-config-file.d.ts +0 -1
- package/{src → dist/src}/executors/build/lib/update-package-json.d.ts +0 -1
- package/{src → dist/src}/executors/server/custom-server.impl.d.ts +0 -1
- package/{src → dist/src}/executors/server/server.impl.d.ts +0 -1
- package/{src → dist/src}/generators/application/application.d.ts +0 -1
- package/{src → dist/src}/generators/application/application.js +12 -12
- package/{src → dist/src}/generators/application/lib/add-e2e.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-jest.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-linting.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-linting.js +3 -3
- package/{src → dist/src}/generators/application/lib/add-plugin.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-project.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/create-application-files.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/create-application-files.helpers.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/normalize-options.js +2 -2
- package/{src → dist/src}/generators/application/lib/set-defaults.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/update-cypress-tsconfig.d.ts +0 -1
- package/{src → dist/src}/generators/component/component.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/serve-post-target-tranformer.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/update-next-config.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/utils.d.ts +0 -1
- package/{src → dist/src}/generators/custom-server/custom-server.d.ts +0 -1
- package/{src → dist/src}/generators/cypress-component-configuration/cypress-component-configuration.d.ts +0 -1
- package/{src → dist/src}/generators/cypress-component-configuration/cypress-component-configuration.js +5 -38
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.js +5 -38
- package/{src → dist/src}/generators/library/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/update-vite-config.d.ts +0 -1
- package/{src → dist/src}/generators/library/library.d.ts +0 -1
- package/{src → dist/src}/generators/library/library.js +16 -16
- package/{src → dist/src}/generators/page/page.d.ts +0 -1
- package/{src → dist/src}/migrations/update-22-0-0/add-svgr-to-next-config.d.ts +0 -1
- package/{src → dist/src}/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts +0 -1
- package/{src → dist/src}/plugins/plugin.d.ts +0 -1
- package/{src → dist/src}/utils/add-gitignore-entry.d.ts +0 -1
- package/{src → dist/src}/utils/add-swc-to-custom-server.d.ts +0 -1
- package/{src → dist/src}/utils/assert-supported-next-version.d.ts +0 -1
- package/{src → dist/src}/utils/compose-plugins.d.ts +0 -1
- package/dist/src/utils/config-invalid-function.fixture.d.ts +1 -0
- package/dist/src/utils/config-invalid-function.fixture.js +3 -0
- package/dist/src/utils/config-not-a-function.fixture.d.ts +1 -0
- package/dist/src/utils/config-not-a-function.fixture.js +3 -0
- package/{src → dist/src}/utils/config.d.ts +0 -1
- package/{src → dist/src}/utils/constants.d.ts +0 -1
- package/{src → dist/src}/utils/create-cli-options.d.ts +0 -1
- package/{src → dist/src}/utils/create-copy-plugin.d.ts +0 -1
- package/{src → dist/src}/utils/deprecation.d.ts +0 -1
- package/{src → dist/src}/utils/jest-config-util.d.ts +0 -1
- package/{src → dist/src}/utils/runtime-version-utils.d.ts +0 -1
- package/{src → dist/src}/utils/styles.d.ts +0 -1
- package/{src → dist/src}/utils/types.d.ts +0 -1
- package/{src → dist/src}/utils/version-utils.d.ts +0 -1
- package/{src → dist/src}/utils/versions.d.ts +0 -1
- package/{src → dist/src}/utils/versions.js +2 -1
- package/{tailwind.d.ts → dist/tailwind.d.ts} +0 -1
- package/dist/typings/image.d.ts +12 -0
- package/executors.json +4 -4
- package/generators.json +16 -16
- package/migrations.json +4 -40
- package/package.json +94 -14
- package/babel.d.ts +0 -1
- package/babel.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/plugin.d.ts.map +0 -1
- package/plugins/component-testing.d.ts.map +0 -1
- package/plugins/with-less.d.ts.map +0 -1
- package/plugins/with-nx.d.ts.map +0 -1
- package/src/executors/build/build.impl.d.ts.map +0 -1
- package/src/executors/build/lib/check-project.d.ts.map +0 -1
- package/src/executors/build/lib/create-next-config-file.d.ts.map +0 -1
- package/src/executors/build/lib/update-package-json.d.ts.map +0 -1
- package/src/executors/server/custom-server.impl.d.ts.map +0 -1
- package/src/executors/server/server.impl.d.ts.map +0 -1
- package/src/generators/application/application.d.ts.map +0 -1
- package/src/generators/application/lib/add-e2e.d.ts.map +0 -1
- package/src/generators/application/lib/add-jest.d.ts.map +0 -1
- package/src/generators/application/lib/add-linting.d.ts.map +0 -1
- package/src/generators/application/lib/add-plugin.d.ts.map +0 -1
- package/src/generators/application/lib/add-project.d.ts.map +0 -1
- package/src/generators/application/lib/create-application-files.d.ts.map +0 -1
- package/src/generators/application/lib/create-application-files.helpers.d.ts.map +0 -1
- package/src/generators/application/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/application/lib/set-defaults.d.ts.map +0 -1
- package/src/generators/application/lib/update-cypress-tsconfig.d.ts.map +0 -1
- package/src/generators/component/component.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/serve-post-target-tranformer.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/update-next-config.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/utils.d.ts.map +0 -1
- package/src/generators/custom-server/custom-server.d.ts.map +0 -1
- package/src/generators/cypress-component-configuration/cypress-component-configuration.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/generators/library/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/library/lib/update-vite-config.d.ts.map +0 -1
- package/src/generators/library/library.d.ts.map +0 -1
- package/src/generators/page/page.d.ts.map +0 -1
- package/src/migrations/update-22-0-0/add-svgr-to-next-config.d.ts.map +0 -1
- package/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts.map +0 -1
- package/src/plugins/plugin.d.ts.map +0 -1
- package/src/utils/add-gitignore-entry.d.ts.map +0 -1
- package/src/utils/add-swc-to-custom-server.d.ts.map +0 -1
- package/src/utils/assert-supported-next-version.d.ts.map +0 -1
- package/src/utils/compose-plugins.d.ts.map +0 -1
- package/src/utils/config-invalid-function.fixture.d.ts +0 -1
- package/src/utils/config-invalid-function.fixture.d.ts.map +0 -1
- package/src/utils/config-invalid-function.fixture.js +0 -1
- package/src/utils/config-not-a-function.fixture.d.ts +0 -1
- package/src/utils/config-not-a-function.fixture.d.ts.map +0 -1
- package/src/utils/config-not-a-function.fixture.js +0 -1
- package/src/utils/config.d.ts.map +0 -1
- package/src/utils/constants.d.ts.map +0 -1
- package/src/utils/create-cli-options.d.ts.map +0 -1
- package/src/utils/create-copy-plugin.d.ts.map +0 -1
- package/src/utils/deprecation.d.ts.map +0 -1
- package/src/utils/jest-config-util.d.ts.map +0 -1
- package/src/utils/runtime-version-utils.d.ts.map +0 -1
- package/src/utils/styles.d.ts.map +0 -1
- package/src/utils/types.d.ts.map +0 -1
- package/src/utils/version-utils.d.ts.map +0 -1
- package/src/utils/versions.d.ts.map +0 -1
- package/tailwind.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{plugin.js → dist/plugin.js} +0 -0
- /package/{plugins → dist/plugins}/with-less.js +0 -0
- /package/{src → dist/src}/executors/build/build.impl.js +0 -0
- /package/{src → dist/src}/executors/build/lib/check-project.js +0 -0
- /package/{src → dist/src}/executors/build/lib/create-next-config-file.js +0 -0
- /package/{src → dist/src}/executors/build/lib/update-package-json.js +0 -0
- /package/{src → dist/src}/executors/build/schema.json +0 -0
- /package/{src → dist/src}/executors/server/custom-server.impl.js +0 -0
- /package/{src → dist/src}/executors/server/schema.json +0 -0
- /package/{src → dist/src}/executors/server/server.impl.js +0 -0
- /package/{src → dist/src}/generators/application/files/app/api/hello/route.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/app/global.__stylesExt____tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/app/page.module.__style__ +0 -0
- /package/{src → dist/src}/generators/application/files/app/page.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/app-default-layout/layout.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/common/__dot__babelrc +0 -0
- /package/{src → dist/src}/generators/application/files/common/index.d.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/common/next-env.d.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/common/next.config.js__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/common/public/.gitkeep +0 -0
- /package/{src → dist/src}/generators/application/files/common/public/favicon.ico +0 -0
- /package/{src → dist/src}/generators/application/files/common/specs/__fileName__.spec.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/common/tsconfig.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/pages/__fileName__.module.__style__ +0 -0
- /package/{src → dist/src}/generators/application/files/pages/__fileName__.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/pages/_app.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/files/pages/styles.__stylesExt____tmpl__ +0 -0
- /package/{src → dist/src}/generators/application/lib/add-e2e.js +0 -0
- /package/{src → dist/src}/generators/application/lib/add-jest.js +0 -0
- /package/{src → dist/src}/generators/application/lib/add-plugin.js +0 -0
- /package/{src → dist/src}/generators/application/lib/add-project.js +0 -0
- /package/{src → dist/src}/generators/application/lib/create-application-files.helpers.js +0 -0
- /package/{src → dist/src}/generators/application/lib/create-application-files.js +0 -0
- /package/{src → dist/src}/generators/application/lib/set-defaults.js +0 -0
- /package/{src → dist/src}/generators/application/lib/update-cypress-tsconfig.js +0 -0
- /package/{src → dist/src}/generators/application/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/application/schema.json +0 -0
- /package/{src → dist/src}/generators/component/component.js +0 -0
- /package/{src → dist/src}/generators/component/schema.json +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/build-post-target-transformer.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/serve-post-target-tranformer.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/update-next-config.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/utils.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
- /package/{src → dist/src}/generators/custom-server/custom-server.js +0 -0
- /package/{src → dist/src}/generators/custom-server/files/server/main.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/custom-server/files/tsconfig.server.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/custom-server/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/custom-server/schema.json +0 -0
- /package/{src → dist/src}/generators/cypress-component-configuration/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/cypress-component-configuration/schema.json +0 -0
- /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/init/schema.json +0 -0
- /package/{src → dist/src}/generators/library/lib/normalize-options.js +0 -0
- /package/{src → dist/src}/generators/library/lib/update-vite-config.js +0 -0
- /package/{src → dist/src}/generators/library/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/library/schema.json +0 -0
- /package/{src → dist/src}/generators/page/page.js +0 -0
- /package/{src → dist/src}/generators/page/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/page/schema.json +0 -0
- /package/{src → dist/src}/migrations/update-22-0-0/add-svgr-to-next-config.js +0 -0
- /package/{src → dist/src}/migrations/update-22-2-0/ai-instructions-for-next-16.md +0 -0
- /package/{src → dist/src}/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.js +0 -0
- /package/{src → dist/src}/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md +0 -0
- /package/{src → dist/src}/plugins/plugin.js +0 -0
- /package/{src → dist/src}/utils/add-gitignore-entry.js +0 -0
- /package/{src → dist/src}/utils/add-swc-to-custom-server.js +0 -0
- /package/{src → dist/src}/utils/assert-supported-next-version.js +0 -0
- /package/{src → dist/src}/utils/compose-plugins.js +0 -0
- /package/{src → dist/src}/utils/config.js +0 -0
- /package/{src → dist/src}/utils/constants.js +0 -0
- /package/{src → dist/src}/utils/create-cli-options.js +0 -0
- /package/{src → dist/src}/utils/create-copy-plugin.js +0 -0
- /package/{src → dist/src}/utils/deprecation.js +0 -0
- /package/{src → dist/src}/utils/jest-config-util.js +0 -0
- /package/{src → dist/src}/utils/runtime-version-utils.js +0 -0
- /package/{src → dist/src}/utils/styles.js +0 -0
- /package/{src → dist/src}/utils/types.js +0 -0
- /package/{src → dist/src}/utils/version-utils.js +0 -0
- /package/{tailwind.js → dist/tailwind.js} +0 -0
|
@@ -3,15 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.libraryGenerator = libraryGenerator;
|
|
4
4
|
exports.libraryGeneratorInternal = libraryGeneratorInternal;
|
|
5
5
|
const devkit_1 = require("@nx/devkit");
|
|
6
|
-
const
|
|
6
|
+
const react_1 = require("@nx/react");
|
|
7
7
|
const js_1 = require("@nx/js");
|
|
8
|
-
const
|
|
8
|
+
const internal_1 = require("@nx/react/internal");
|
|
9
9
|
const init_1 = require("../init/init");
|
|
10
10
|
const assert_supported_next_version_1 = require("../../utils/assert-supported-next-version");
|
|
11
11
|
const normalize_options_1 = require("./lib/normalize-options");
|
|
12
12
|
const update_vite_config_1 = require("./lib/update-vite-config");
|
|
13
|
-
const
|
|
14
|
-
const
|
|
13
|
+
const versions_1 = require("../../utils/versions");
|
|
14
|
+
const internal_2 = require("@nx/js/internal");
|
|
15
15
|
async function libraryGenerator(host, rawOptions) {
|
|
16
16
|
return await libraryGeneratorInternal(host, {
|
|
17
17
|
addPlugin: false,
|
|
@@ -22,7 +22,7 @@ async function libraryGenerator(host, rawOptions) {
|
|
|
22
22
|
async function libraryGeneratorInternal(host, rawOptions) {
|
|
23
23
|
(0, assert_supported_next_version_1.assertSupportedNextVersion)(host);
|
|
24
24
|
const tasks = [];
|
|
25
|
-
const addTsPlugin = (0,
|
|
25
|
+
const addTsPlugin = (0, internal_2.shouldConfigureTsSolutionSetup)(host, rawOptions.addPlugin);
|
|
26
26
|
const jsInitTask = await (0, js_1.initGenerator)(host, {
|
|
27
27
|
js: rawOptions.js,
|
|
28
28
|
addTsPlugin,
|
|
@@ -36,7 +36,7 @@ async function libraryGeneratorInternal(host, rawOptions) {
|
|
|
36
36
|
skipFormat: true,
|
|
37
37
|
});
|
|
38
38
|
tasks.push(initTask);
|
|
39
|
-
const libTask = await (0,
|
|
39
|
+
const libTask = await (0, react_1.libraryGenerator)(host, {
|
|
40
40
|
...options,
|
|
41
41
|
skipFormat: true,
|
|
42
42
|
});
|
|
@@ -44,14 +44,14 @@ async function libraryGeneratorInternal(host, rawOptions) {
|
|
|
44
44
|
if (!options.skipPackageJson) {
|
|
45
45
|
const devDependencies = {};
|
|
46
46
|
if (options.linter === 'eslint') {
|
|
47
|
-
devDependencies['eslint-config-next'] =
|
|
48
|
-
devDependencies['@next/eslint-plugin-next'] =
|
|
47
|
+
devDependencies['eslint-config-next'] = versions_1.eslintConfigNextVersion;
|
|
48
|
+
devDependencies['@next/eslint-plugin-next'] = versions_1.eslintConfigNextVersion;
|
|
49
49
|
}
|
|
50
50
|
if (options.unitTestRunner && options.unitTestRunner !== 'none') {
|
|
51
|
-
devDependencies['@testing-library/react'] =
|
|
52
|
-
devDependencies['@testing-library/dom'] =
|
|
51
|
+
devDependencies['@testing-library/react'] = internal_1.testingLibraryReactVersion;
|
|
52
|
+
devDependencies['@testing-library/dom'] = internal_1.testingLibraryDomVersion;
|
|
53
53
|
}
|
|
54
|
-
tasks.push((0, devkit_1.addDependenciesToPackageJson)(host, { tslib:
|
|
54
|
+
tasks.push((0, devkit_1.addDependenciesToPackageJson)(host, { tslib: versions_1.tsLibVersion }, devDependencies, undefined, true));
|
|
55
55
|
}
|
|
56
56
|
const indexPath = (0, devkit_1.joinPathFragments)(options.projectRoot, 'src', `index.${options.js ? 'js' : 'ts'}`);
|
|
57
57
|
const indexContent = host.read(indexPath, 'utf-8');
|
|
@@ -67,7 +67,7 @@ export async function HelloServer() {
|
|
|
67
67
|
return <h1>Hello Server</h1>;
|
|
68
68
|
}
|
|
69
69
|
`);
|
|
70
|
-
const isTsSolutionSetup = (0,
|
|
70
|
+
const isTsSolutionSetup = (0, internal_2.isUsingTsSolutionSetup)(host);
|
|
71
71
|
if (!options.skipTsConfig && !isTsSolutionSetup) {
|
|
72
72
|
(0, js_1.addTsConfigPath)(host, `${options.importPath}/server`, [serverEntryPath]);
|
|
73
73
|
}
|
|
@@ -87,7 +87,7 @@ export async function HelloServer() {
|
|
|
87
87
|
const serverExport = {};
|
|
88
88
|
// For TS Solution setups, include development condition
|
|
89
89
|
if (isTsSolutionSetup) {
|
|
90
|
-
const customConditionName = (0,
|
|
90
|
+
const customConditionName = (0, internal_2.getDefinedCustomConditionName)(host);
|
|
91
91
|
serverExport[customConditionName] = './src/server.ts';
|
|
92
92
|
}
|
|
93
93
|
serverExport.types = './dist/server.d.ts';
|
|
@@ -114,7 +114,7 @@ export async function HelloServer() {
|
|
|
114
114
|
];
|
|
115
115
|
return json;
|
|
116
116
|
});
|
|
117
|
-
(0,
|
|
117
|
+
(0, internal_2.updateTsconfigFiles)(host, options.projectRoot, 'tsconfig.lib.json', {
|
|
118
118
|
jsx: 'react-jsx',
|
|
119
119
|
module: 'esnext',
|
|
120
120
|
moduleResolution: 'bundler',
|
|
@@ -122,9 +122,9 @@ export async function HelloServer() {
|
|
|
122
122
|
? ['eslint.config.js', 'eslint.config.cjs', 'eslint.config.mjs']
|
|
123
123
|
: undefined);
|
|
124
124
|
if (options.isUsingTsSolutionConfig) {
|
|
125
|
-
await (0,
|
|
125
|
+
await (0, internal_2.addProjectToTsSolutionWorkspace)(host, options.projectRoot);
|
|
126
126
|
}
|
|
127
|
-
(0,
|
|
127
|
+
(0, internal_2.sortPackageJsonFields)(host, options.projectRoot);
|
|
128
128
|
if (!options.skipFormat) {
|
|
129
129
|
await (0, devkit_1.formatFiles)(host);
|
|
130
130
|
}
|
package/{src → dist/src}/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts
RENAMED
|
@@ -7,4 +7,3 @@ export default function migrateCreateNodesV2ToCreateNodes(tree: Tree): Promise<v
|
|
|
7
7
|
* any `type` modifier, and any default import are left untouched.
|
|
8
8
|
*/
|
|
9
9
|
export declare function rewriteCreateNodesV2Imports(source: string, specifiers: ReadonlySet<string>): string;
|
|
10
|
-
//# sourceMappingURL=migrate-create-nodes-v2-to-create-nodes.d.ts.map
|
|
@@ -16,4 +16,3 @@ export interface NextPluginOptions {
|
|
|
16
16
|
export declare const createDependencies: CreateDependencies;
|
|
17
17
|
export declare const createNodes: CreateNodes<NextPluginOptions>;
|
|
18
18
|
export declare const createNodesV2: CreateNodes<NextPluginOptions>;
|
|
19
|
-
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import type { NextConfig } from 'next';
|
|
2
2
|
import type { NextConfigFn, NextPlugin, NextPluginThatReturnsConfigFn } from './config';
|
|
3
3
|
export declare function composePlugins(...plugins: (NextPlugin | NextPluginThatReturnsConfigFn)[]): (baseConfig: NextConfig) => NextConfigFn;
|
|
4
|
-
//# sourceMappingURL=compose-plugins.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -11,4 +11,3 @@ export interface NextPluginThatReturnsConfigFn {
|
|
|
11
11
|
(config: NextConfig): NextConfigFn;
|
|
12
12
|
}
|
|
13
13
|
export declare function createWebpackConfig(workspaceRoot: string, projectRoot: string, fileReplacements?: FileReplacement[], assets?: any): (a: any, b: any) => Configuration;
|
|
14
|
-
//# sourceMappingURL=config.d.ts.map
|
|
@@ -10,4 +10,3 @@ export declare const WITHNX_DEPRECATION_MESSAGE: string;
|
|
|
10
10
|
export declare const COMPOSE_PLUGINS_DEPRECATION_MESSAGE: string;
|
|
11
11
|
export declare function warnWithNxDeprecation(): void;
|
|
12
12
|
export declare function warnComposePluginsDeprecation(phase: string): void;
|
|
13
|
-
//# sourceMappingURL=deprecation.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare function isNext14(tree: Tree): Promise<boolean>;
|
|
|
11
11
|
export declare function getInstalledNextVersion(tree: Tree): string;
|
|
12
12
|
export declare function getInstalledNextVersionFromGraph(): Promise<string>;
|
|
13
13
|
export {};
|
|
14
|
-
//# sourceMappingURL=version-utils.d.ts.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsLibVersion = exports.sassVersion = exports.eslintConfigNextVersion = exports.eslintConfigNext14Version = exports.eslintConfigNext15Version = exports.eslintConfigNext16Version = exports.nextVersion = exports.next14Version = exports.next15Version = exports.next16Version = exports.minSupportedNextVersion = exports.nxVersion = void 0;
|
|
4
|
-
|
|
4
|
+
const path_1 = require("path");
|
|
5
|
+
exports.nxVersion = require((0, path_1.join)('@nx/next', 'package.json')).version;
|
|
5
6
|
exports.minSupportedNextVersion = '14.0.0';
|
|
6
7
|
exports.next16Version = '~16.1.6';
|
|
7
8
|
exports.next15Version = '~15.5.18';
|
|
@@ -3,4 +3,3 @@
|
|
|
3
3
|
* See: https://nx.dev/docs/technologies/react/guides/using-tailwind-css-in-react
|
|
4
4
|
*/
|
|
5
5
|
export declare function createGlobPatternsForDependencies(dirPath: string, fileGlobPatternToInclude?: string, fileGlobPatternToExclude?: string): string[];
|
|
6
|
-
//# sourceMappingURL=tailwind.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="next/image-types/global" />
|
|
2
|
+
|
|
3
|
+
declare module '*.svg' {
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
|
|
6
|
+
export const ReactComponent: React.FunctionComponent<
|
|
7
|
+
React.SVGProps<SVGSVGElement> & { title?: string }
|
|
8
|
+
>;
|
|
9
|
+
|
|
10
|
+
const content: any;
|
|
11
|
+
export default content;
|
|
12
|
+
}
|
package/executors.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"executors": {
|
|
3
3
|
"build": {
|
|
4
|
-
"implementation": "./src/executors/build/build.impl",
|
|
5
|
-
"schema": "./src/executors/build/schema.json",
|
|
4
|
+
"implementation": "./dist/src/executors/build/build.impl",
|
|
5
|
+
"schema": "./dist/src/executors/build/schema.json",
|
|
6
6
|
"description": "Build a Next.js application."
|
|
7
7
|
},
|
|
8
8
|
"server": {
|
|
9
|
-
"implementation": "./src/executors/server/server.impl",
|
|
10
|
-
"schema": "./src/executors/server/schema.json",
|
|
9
|
+
"implementation": "./dist/src/executors/server/server.impl",
|
|
10
|
+
"schema": "./dist/src/executors/server/schema.json",
|
|
11
11
|
"description": "Serve a Next.js application."
|
|
12
12
|
}
|
|
13
13
|
}
|
package/generators.json
CHANGED
|
@@ -4,48 +4,48 @@
|
|
|
4
4
|
"extends": ["@nx/react"],
|
|
5
5
|
"generators": {
|
|
6
6
|
"init": {
|
|
7
|
-
"factory": "./src/generators/init/init#nextInitGeneratorInternal",
|
|
8
|
-
"schema": "./src/generators/init/schema.json",
|
|
7
|
+
"factory": "./dist/src/generators/init/init#nextInitGeneratorInternal",
|
|
8
|
+
"schema": "./dist/src/generators/init/schema.json",
|
|
9
9
|
"description": "Initialize the `@nx/next` plugin.",
|
|
10
10
|
"hidden": true
|
|
11
11
|
},
|
|
12
12
|
"application": {
|
|
13
|
-
"factory": "./src/generators/application/application#applicationGeneratorInternal",
|
|
14
|
-
"schema": "./src/generators/application/schema.json",
|
|
13
|
+
"factory": "./dist/src/generators/application/application#applicationGeneratorInternal",
|
|
14
|
+
"schema": "./dist/src/generators/application/schema.json",
|
|
15
15
|
"aliases": ["app"],
|
|
16
16
|
"x-type": "application",
|
|
17
17
|
"description": "Create an application."
|
|
18
18
|
},
|
|
19
19
|
"page": {
|
|
20
|
-
"factory": "./src/generators/page/page",
|
|
21
|
-
"schema": "./src/generators/page/schema.json",
|
|
20
|
+
"factory": "./dist/src/generators/page/page",
|
|
21
|
+
"schema": "./dist/src/generators/page/schema.json",
|
|
22
22
|
"description": "Create a page."
|
|
23
23
|
},
|
|
24
24
|
"component": {
|
|
25
|
-
"factory": "./src/generators/component/component",
|
|
26
|
-
"schema": "./src/generators/component/schema.json",
|
|
25
|
+
"factory": "./dist/src/generators/component/component",
|
|
26
|
+
"schema": "./dist/src/generators/component/schema.json",
|
|
27
27
|
"description": "Create a component."
|
|
28
28
|
},
|
|
29
29
|
"library": {
|
|
30
|
-
"factory": "./src/generators/library/library#libraryGeneratorInternal",
|
|
31
|
-
"schema": "./src/generators/library/schema.json",
|
|
30
|
+
"factory": "./dist/src/generators/library/library#libraryGeneratorInternal",
|
|
31
|
+
"schema": "./dist/src/generators/library/schema.json",
|
|
32
32
|
"aliases": ["lib"],
|
|
33
33
|
"x-type": "library",
|
|
34
34
|
"description": "Create a library."
|
|
35
35
|
},
|
|
36
36
|
"custom-server": {
|
|
37
|
-
"factory": "./src/generators/custom-server/custom-server#customServerGenerator",
|
|
38
|
-
"schema": "./src/generators/custom-server/schema.json",
|
|
37
|
+
"factory": "./dist/src/generators/custom-server/custom-server#customServerGenerator",
|
|
38
|
+
"schema": "./dist/src/generators/custom-server/schema.json",
|
|
39
39
|
"description": "Set up a custom server."
|
|
40
40
|
},
|
|
41
41
|
"cypress-component-configuration": {
|
|
42
|
-
"factory": "./src/generators/cypress-component-configuration/cypress-component-configuration#cypressComponentConfigurationInternal",
|
|
43
|
-
"schema": "./src/generators/cypress-component-configuration/schema.json",
|
|
42
|
+
"factory": "./dist/src/generators/cypress-component-configuration/cypress-component-configuration#cypressComponentConfigurationInternal",
|
|
43
|
+
"schema": "./dist/src/generators/cypress-component-configuration/schema.json",
|
|
44
44
|
"description": "cypress-component-configuration generator"
|
|
45
45
|
},
|
|
46
46
|
"convert-to-inferred": {
|
|
47
|
-
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
|
|
48
|
-
"schema": "./src/generators/convert-to-inferred/schema.json",
|
|
47
|
+
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
|
|
48
|
+
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
|
49
49
|
"description": "Convert an existing Next.js project(s) using `@nx/next:build` to use `@nx/next/plugin`. Defaults to migrating all projects. Pass '--project' to migrate a single project."
|
|
50
50
|
}
|
|
51
51
|
}
|
package/migrations.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"cli": "nx",
|
|
5
5
|
"version": "22.0.0-beta.0",
|
|
6
6
|
"description": "Updates next.config.js files to add SVGR webpack configuration directly instead of using the nx.svgr option in withNx.",
|
|
7
|
-
"factory": "./src/migrations/update-22-0-0/add-svgr-to-next-config"
|
|
7
|
+
"factory": "./dist/src/migrations/update-22-0-0/add-svgr-to-next-config"
|
|
8
8
|
},
|
|
9
9
|
"update-22-2-0-create-ai-instructions-for-next-16": {
|
|
10
10
|
"cli": "nx",
|
|
@@ -13,52 +13,16 @@
|
|
|
13
13
|
"next": ">=16.0.0"
|
|
14
14
|
},
|
|
15
15
|
"description": "Create AI Instructions to help migrate users workspaces to Next.js 16.",
|
|
16
|
-
"prompt": "./src/migrations/update-22-2-0/ai-instructions-for-next-16.md"
|
|
16
|
+
"prompt": "./dist/src/migrations/update-22-2-0/ai-instructions-for-next-16.md"
|
|
17
17
|
},
|
|
18
18
|
"update-23-0-0-migrate-create-nodes-v2-import": {
|
|
19
19
|
"version": "23.0.0-beta.24",
|
|
20
20
|
"description": "Rename imports of `createNodesV2` from `@nx/next/plugin` to the canonical `createNodes` export.",
|
|
21
|
-
"implementation": "./src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
|
|
22
|
-
"documentation": "./src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
|
|
21
|
+
"implementation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
|
|
22
|
+
"documentation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"packageJsonUpdates": {
|
|
26
|
-
"20.7.1-beta.0": {
|
|
27
|
-
"version": "20.7.1-beta.0",
|
|
28
|
-
"requires": {
|
|
29
|
-
"next": "^15.0.0"
|
|
30
|
-
},
|
|
31
|
-
"packages": {
|
|
32
|
-
"eslint-config-next": {
|
|
33
|
-
"version": "^15.2.4",
|
|
34
|
-
"alwaysAddToPackageJson": false
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"20.7.1-beta.0-next14": {
|
|
39
|
-
"version": "20.7.1-beta.0",
|
|
40
|
-
"requires": {
|
|
41
|
-
"next": "^14.0.0"
|
|
42
|
-
},
|
|
43
|
-
"packages": {
|
|
44
|
-
"next": {
|
|
45
|
-
"version": "~14.2.26",
|
|
46
|
-
"alwaysAddToPackageJson": false
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
"20.7.1-beta.0-next15": {
|
|
51
|
-
"version": "20.7.1-beta.0",
|
|
52
|
-
"requires": {
|
|
53
|
-
"next": "^15.0.0"
|
|
54
|
-
},
|
|
55
|
-
"packages": {
|
|
56
|
-
"next": {
|
|
57
|
-
"version": "~15.2.4",
|
|
58
|
-
"alwaysAddToPackageJson": false
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
26
|
"22.2.0-beta.1": {
|
|
63
27
|
"version": "22.2.0-beta.1",
|
|
64
28
|
"requires": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/next",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Playwright, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
|
|
6
6
|
"repository": {
|
|
@@ -17,9 +17,42 @@
|
|
|
17
17
|
"CLI",
|
|
18
18
|
"Front-end"
|
|
19
19
|
],
|
|
20
|
-
"main": "./index.js",
|
|
20
|
+
"main": "./dist/index.js",
|
|
21
21
|
"type": "commonjs",
|
|
22
|
-
"types": "./index.d.ts",
|
|
22
|
+
"types": "./dist/index.d.ts",
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
26
|
+
"typings",
|
|
27
|
+
"migrations.json",
|
|
28
|
+
"executors.json",
|
|
29
|
+
"generators.json"
|
|
30
|
+
],
|
|
31
|
+
"typesVersions": {
|
|
32
|
+
"*": {
|
|
33
|
+
"babel": [
|
|
34
|
+
"dist/babel.d.ts"
|
|
35
|
+
],
|
|
36
|
+
"plugin": [
|
|
37
|
+
"dist/plugin.d.ts"
|
|
38
|
+
],
|
|
39
|
+
"tailwind": [
|
|
40
|
+
"dist/tailwind.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"plugins/*": [
|
|
43
|
+
"dist/plugins/*.d.ts"
|
|
44
|
+
],
|
|
45
|
+
"typings/*.d.ts": [
|
|
46
|
+
"dist/typings/*.d.ts"
|
|
47
|
+
],
|
|
48
|
+
"src/utils/deprecation": [
|
|
49
|
+
"dist/src/utils/deprecation.d.ts"
|
|
50
|
+
],
|
|
51
|
+
"src/utils/config": [
|
|
52
|
+
"dist/src/utils/config.d.ts"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
23
56
|
"author": "Victor Savkin",
|
|
24
57
|
"license": "MIT",
|
|
25
58
|
"bugs": {
|
|
@@ -30,13 +63,13 @@
|
|
|
30
63
|
"executors": "./executors.json",
|
|
31
64
|
"ng-update": {
|
|
32
65
|
"requirements": {},
|
|
33
|
-
"migrations": "./migrations.json"
|
|
66
|
+
"migrations": "./migrations.json",
|
|
67
|
+
"supportsOptionalUpdates": true
|
|
34
68
|
},
|
|
35
69
|
"peerDependencies": {
|
|
36
70
|
"next": ">=14.0.0 <17.0.0"
|
|
37
71
|
},
|
|
38
72
|
"dependencies": {
|
|
39
|
-
"@nx/devkit": "23.0.0-beta.24",
|
|
40
73
|
"@babel/plugin-proposal-decorators": "^7.22.7",
|
|
41
74
|
"@svgr/webpack": "^8.0.1",
|
|
42
75
|
"copy-webpack-plugin": "^14.0.0",
|
|
@@ -44,19 +77,66 @@
|
|
|
44
77
|
"semver": "^7.6.3",
|
|
45
78
|
"tslib": "^2.3.0",
|
|
46
79
|
"webpack-merge": "^5.8.0",
|
|
47
|
-
"@
|
|
48
|
-
"@nx/
|
|
49
|
-
"@nx/
|
|
50
|
-
"@nx/
|
|
51
|
-
"@nx/
|
|
52
|
-
"@
|
|
80
|
+
"@phenomnomnominal/tsquery": "~6.2.0",
|
|
81
|
+
"@nx/devkit": "23.0.0-beta.25",
|
|
82
|
+
"@nx/js": "23.0.0-beta.25",
|
|
83
|
+
"@nx/eslint": "23.0.0-beta.25",
|
|
84
|
+
"@nx/react": "23.0.0-beta.25",
|
|
85
|
+
"@nx/web": "23.0.0-beta.25",
|
|
86
|
+
"@nx/webpack": "23.0.0-beta.25"
|
|
53
87
|
},
|
|
54
88
|
"devDependencies": {
|
|
55
|
-
"@nx/cypress": "23.0.0-beta.
|
|
56
|
-
"@nx/playwright": "23.0.0-beta.
|
|
57
|
-
"nx": "23.0.0-beta.
|
|
89
|
+
"@nx/cypress": "23.0.0-beta.25",
|
|
90
|
+
"@nx/playwright": "23.0.0-beta.25",
|
|
91
|
+
"nx": "23.0.0-beta.25"
|
|
58
92
|
},
|
|
59
93
|
"publishConfig": {
|
|
60
94
|
"access": "public"
|
|
95
|
+
},
|
|
96
|
+
"exports": {
|
|
97
|
+
".": {
|
|
98
|
+
"@nx/nx-source": "./index.ts",
|
|
99
|
+
"types": "./dist/index.d.ts",
|
|
100
|
+
"default": "./dist/index.js"
|
|
101
|
+
},
|
|
102
|
+
"./package.json": "./package.json",
|
|
103
|
+
"./migrations.json": "./migrations.json",
|
|
104
|
+
"./generators.json": "./generators.json",
|
|
105
|
+
"./executors.json": "./executors.json",
|
|
106
|
+
"./babel": {
|
|
107
|
+
"@nx/nx-source": "./babel.ts",
|
|
108
|
+
"types": "./dist/babel.d.ts",
|
|
109
|
+
"default": "./dist/babel.js"
|
|
110
|
+
},
|
|
111
|
+
"./plugin": {
|
|
112
|
+
"@nx/nx-source": "./plugin.ts",
|
|
113
|
+
"types": "./dist/plugin.d.ts",
|
|
114
|
+
"default": "./dist/plugin.js"
|
|
115
|
+
},
|
|
116
|
+
"./tailwind": {
|
|
117
|
+
"@nx/nx-source": "./tailwind.ts",
|
|
118
|
+
"types": "./dist/tailwind.d.ts",
|
|
119
|
+
"default": "./dist/tailwind.js"
|
|
120
|
+
},
|
|
121
|
+
"./plugins/*": {
|
|
122
|
+
"@nx/nx-source": "./plugins/*.ts",
|
|
123
|
+
"types": "./dist/plugins/*.d.ts",
|
|
124
|
+
"default": "./dist/plugins/*.js"
|
|
125
|
+
},
|
|
126
|
+
"./typings/*.d.ts": {
|
|
127
|
+
"@nx/nx-source": "./typings/*.d.ts",
|
|
128
|
+
"types": "./dist/typings/*.d.ts",
|
|
129
|
+
"default": "./dist/typings/*.d.ts"
|
|
130
|
+
},
|
|
131
|
+
"./src/utils/deprecation": {
|
|
132
|
+
"@nx/nx-source": "./src/utils/deprecation.ts",
|
|
133
|
+
"types": "./dist/src/utils/deprecation.d.ts",
|
|
134
|
+
"default": "./dist/src/utils/deprecation.js"
|
|
135
|
+
},
|
|
136
|
+
"./src/utils/config": {
|
|
137
|
+
"@nx/nx-source": "./src/utils/config.ts",
|
|
138
|
+
"types": "./dist/src/utils/config.d.ts",
|
|
139
|
+
"default": "./dist/src/utils/config.js"
|
|
140
|
+
}
|
|
61
141
|
}
|
|
62
142
|
}
|
package/babel.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=babel.d.ts.map
|
package/babel.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"babel.d.ts","sourceRoot":"","sources":["../../../packages/next/babel.ts"],"names":[],"mappings":""}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/next/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC"}
|
package/plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/next/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-testing.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/component-testing.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AA6B5C,wBAAgB,wBAAwB,CACtC,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,OA6IpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-less.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/with-less.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAK1C,wBAAgB,QAAQ,CACtB,UAAU,EAAE,YAAY,GAAG,aAAa,GACvC,YAAY,CAwFd"}
|
package/plugins/with-nx.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-nx.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/with-nx.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAGL,KAAK,uBAAuB,EAE7B,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGpD,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,EAAE,CAAC,EAAE;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAC9B,gBAAgB,CAAC,EAAE;YAAE,OAAO,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;QACvD,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;KAC7B,CAAC;CACH;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;AA+ED;;GAEG;AACH,iBAAS,MAAM,CACb,WAAW,GAAS,aAAa,EACjC,OAAO,GAAE,aAAkC,GAC1C,YAAY,CA4Hd;AAED,wBAAgB,aAAa,CAC3B,UAAU,GAAS,aAAa,EAChC,OAAO,GAAE,aAAkC,GAC1C,UAAU,CAiIZ;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,uBAAuB,EAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAC9B,IAAI,GAAG,MAAM,CAcf;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,IAAI,QAM3D;AASD,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/build/build.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAKhB,MAAM,YAAY,CAAC;AAUpB,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAS5D,wBAA8B,aAAa,CACzC,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;GAsGzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/check-project.ts"],"names":[],"mappings":"AAIA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,QAMhD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-next-config-file.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/create-next-config-file.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAmBlD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,QAoEzB;AAUD,wBAAgB,gBAAgB,CAC9B,EAAE,IAAI,EAAE,OAAO,EAAE;UATiC,MAAM;aAAW,MAAM;CAWxE,UAuCF;AAED,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,MAAM,EACf,qBAAqB,CAAC,EAAE,MAAM,GAC7B,MAAM,CAuBR;AAGD,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,MAAM,GACV,MAAM,EAAE,CA0BV;AAGD,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,OAAO,GACR,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,EAAE,CAsBX;AAOD,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,MAAM,EAAE,EACf,WAAW,EAAE,MAAM,GAClB,MAAM,EAAE,CAmBV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-package-json.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/update-package-json.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,wBAAgB,iBAAiB,CAC/B,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,eAAe,QA8BzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"custom-server.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/custom-server.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAkC,MAAM,YAAY,CAAC;AAG7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;;kBAgBzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/server.impl.ts"],"names":[],"mappings":"AACA,OAAO,EACL,eAAe,EAIhB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAEL,uBAAuB,EACxB,MAAM,mBAAmB,CAAC;AAQ3B,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;;cAuHzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/application/application.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAUpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAsBlC,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAMpE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAsH5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AAIA,OAAO,EAKL,IAAI,EACJ,iBAAiB,EAElB,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CA8H5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-jest.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-jest.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EAEJ,iBAAiB,EAClB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CA2D5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-linting.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-linting.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAgBvD,wBAAsB,UAAU,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAwG5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-plugin.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAA4B,MAAM,YAAY,CAAC;AAE5D,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,QAwBnC"}
|