@nx/vitest 23.0.0-beta.2 → 23.0.0-beta.21
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/{executors.d.ts → dist/executors.d.ts} +0 -1
- package/{generators.d.ts → dist/generators.d.ts} +0 -1
- package/{index.d.ts → dist/index.d.ts} +0 -1
- package/{src → dist/src}/executors/test/compat.d.ts +0 -1
- package/{src → dist/src}/executors/test/lib/nx-reporter.d.ts +0 -1
- package/{src → dist/src}/executors/test/lib/utils.d.ts +0 -1
- package/{src → dist/src}/executors/test/schema.json +1 -0
- package/{src → dist/src}/executors/test/vitest.impl.d.ts +0 -1
- package/{src → dist/src}/executors/test/vitest.impl.js +3 -1
- package/{src → dist/src}/generators/configuration/configuration.d.ts +0 -1
- package/{src → dist/src}/generators/configuration/configuration.js +22 -13
- package/dist/src/generators/convert-to-inferred/convert-to-inferred.d.ts +7 -0
- package/dist/src/generators/convert-to-inferred/convert-to-inferred.js +24 -0
- package/dist/src/generators/convert-to-inferred/lib/test-post-target-transformer.d.ts +5 -0
- package/dist/src/generators/convert-to-inferred/lib/test-post-target-transformer.js +56 -0
- package/dist/src/generators/convert-to-inferred/lib/utils.d.ts +1 -0
- package/dist/src/generators/convert-to-inferred/lib/utils.js +12 -0
- package/dist/src/generators/convert-to-inferred/schema.json +19 -0
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.js +15 -10
- package/{src → dist/src}/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore.d.ts +0 -1
- package/dist/src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore.md +12 -0
- package/{src → dist/src}/migrations/update-22-6-0/prefix-reports-directory-with-project-root.d.ts +0 -1
- package/{src → dist/src}/migrations/update-22-6-0/prefix-reports-directory-with-project-root.js +2 -2
- package/dist/src/migrations/update-22-6-0/prefix-reports-directory-with-project-root.md +35 -0
- package/{src → dist/src}/plugins/plugin.d.ts +0 -1
- package/{src → dist/src}/plugins/plugin.js +19 -55
- package/dist/src/utils/deprecation.d.ts +3 -0
- package/dist/src/utils/deprecation.js +19 -0
- package/{src → dist/src}/utils/detect-ui-framework.d.ts +0 -1
- package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
- package/{src → dist/src}/utils/executor-utils.d.ts +0 -1
- package/{src → dist/src}/utils/generator-utils.d.ts +1 -2
- package/{src → dist/src}/utils/generator-utils.js +8 -6
- package/{src → dist/src}/utils/ignore-vitest-temp-files.d.ts +0 -1
- package/{src → dist/src}/utils/ignore-vitest-temp-files.js +7 -35
- package/{src → dist/src}/utils/options-utils.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/{src → dist/src}/utils/vite-config-edit-utils.d.ts +0 -1
- package/executors.json +2 -2
- package/generators.json +9 -4
- package/migrations.json +4 -4
- package/package.json +41 -23
- package/executors.d.ts.map +0 -1
- package/generators.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/src/executors/test/compat.d.ts.map +0 -1
- package/src/executors/test/lib/nx-reporter.d.ts.map +0 -1
- package/src/executors/test/lib/utils.d.ts.map +0 -1
- package/src/executors/test/vitest.impl.d.ts.map +0 -1
- package/src/generators/configuration/configuration.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore.d.ts.map +0 -1
- package/src/migrations/update-22-1-0/create-ai-instructions-for-vitest-4.d.ts +0 -3
- package/src/migrations/update-22-1-0/create-ai-instructions-for-vitest-4.d.ts.map +0 -1
- package/src/migrations/update-22-1-0/create-ai-instructions-for-vitest-4.js +0 -16
- package/src/migrations/update-22-6-0/prefix-reports-directory-with-project-root.d.ts.map +0 -1
- package/src/plugins/plugin.d.ts.map +0 -1
- package/src/utils/detect-ui-framework.d.ts.map +0 -1
- package/src/utils/ensure-dependencies.d.ts.map +0 -1
- package/src/utils/executor-utils.d.ts.map +0 -1
- package/src/utils/generator-utils.d.ts.map +0 -1
- package/src/utils/ignore-vitest-temp-files.d.ts.map +0 -1
- package/src/utils/options-utils.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/src/utils/vite-config-edit-utils.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{PLUGIN.md → dist/PLUGIN.md} +0 -0
- /package/{executors.js → dist/executors.js} +0 -0
- /package/{generators.js → dist/generators.js} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{src → dist/src}/executors/test/compat.js +0 -0
- /package/{src → dist/src}/executors/test/lib/nx-reporter.js +0 -0
- /package/{src → dist/src}/executors/test/lib/utils.js +0 -0
- /package/{src → dist/src}/executors/test/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/configuration/files/tsconfig.spec.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/configuration/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/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}/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore.js +0 -0
- /package/{src/migrations/update-22-1-0/files → dist/src/migrations/update-22-1-0}/ai-instructions-for-vitest-4.md +0 -0
- /package/{src → dist/src}/utils/detect-ui-framework.js +0 -0
- /package/{src → dist/src}/utils/ensure-dependencies.js +0 -0
- /package/{src → dist/src}/utils/executor-utils.js +0 -0
- /package/{src → dist/src}/utils/options-utils.js +0 -0
- /package/{src → dist/src}/utils/version-utils.js +0 -0
- /package/{src → dist/src}/utils/vite-config-edit-utils.js +0 -0
|
@@ -22,7 +22,7 @@ export interface ViteConfigFileOptions {
|
|
|
22
22
|
includeVitest?: boolean;
|
|
23
23
|
inSourceTests?: boolean;
|
|
24
24
|
testEnvironment?: 'node' | 'jsdom' | 'happy-dom' | 'edge-runtime' | string;
|
|
25
|
-
|
|
25
|
+
rolldownOptionsExternal?: string[];
|
|
26
26
|
imports?: string[];
|
|
27
27
|
plugins?: string[];
|
|
28
28
|
coverageProvider?: 'v8' | 'istanbul' | 'custom';
|
|
@@ -36,4 +36,3 @@ export declare function createOrEditViteConfig(tree: Tree, options: ViteConfigFi
|
|
|
36
36
|
skipPackageJson?: boolean;
|
|
37
37
|
vitestFileName?: boolean;
|
|
38
38
|
}): void;
|
|
39
|
-
//# sourceMappingURL=generator-utils.d.ts.map
|
|
@@ -3,8 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.addOrChangeTestTarget = addOrChangeTestTarget;
|
|
4
4
|
exports.createOrEditViteConfig = createOrEditViteConfig;
|
|
5
5
|
const devkit_1 = require("@nx/devkit");
|
|
6
|
-
const
|
|
6
|
+
const internal_1 = require("@nx/js/internal");
|
|
7
7
|
const vite_config_edit_utils_1 = require("./vite-config-edit-utils");
|
|
8
|
+
const deprecation_1 = require("./deprecation");
|
|
8
9
|
const versions_1 = require("./versions");
|
|
9
10
|
function addOrChangeTestTarget(tree, options, hasPlugin) {
|
|
10
11
|
const nxJson = (0, devkit_1.readNxJson)(tree);
|
|
@@ -25,6 +26,7 @@ function addOrChangeTestTarget(tree, options, hasPlugin) {
|
|
|
25
26
|
throw new Error(`Target "${target}" already exists in the project.`);
|
|
26
27
|
}
|
|
27
28
|
else {
|
|
29
|
+
(0, deprecation_1.warnVitestExecutorGenerating)();
|
|
28
30
|
project.targets[target] = {
|
|
29
31
|
executor: '@nx/vitest:test',
|
|
30
32
|
outputs: ['{options.reportsDirectory}'],
|
|
@@ -39,7 +41,7 @@ function createOrEditViteConfig(tree, options, onlyVitest, extraOptions = {}) {
|
|
|
39
41
|
const viteConfigPath = extraOptions.vitestFileName
|
|
40
42
|
? `${projectRoot}/vitest.config.${extension}`
|
|
41
43
|
: `${projectRoot}/vite.config.${extension}`;
|
|
42
|
-
const isTsSolutionSetup = (0,
|
|
44
|
+
const isTsSolutionSetup = (0, internal_1.isUsingTsSolutionSetup)(tree);
|
|
43
45
|
const buildOutDir = isTsSolutionSetup
|
|
44
46
|
? './dist'
|
|
45
47
|
: projectRoot === '.'
|
|
@@ -66,9 +68,9 @@ function createOrEditViteConfig(tree, options, onlyVitest, extraOptions = {}) {
|
|
|
66
68
|
// Don't forget to update your package.json as well.
|
|
67
69
|
formats: ['es' as const]
|
|
68
70
|
},
|
|
69
|
-
|
|
71
|
+
rolldownOptions: {
|
|
70
72
|
// External packages that should not be bundled into your library.
|
|
71
|
-
external: [${options.
|
|
73
|
+
external: [${options.rolldownOptionsExternal ?? ''}]
|
|
72
74
|
},
|
|
73
75
|
},`
|
|
74
76
|
: ` build: {
|
|
@@ -194,8 +196,8 @@ function handleViteConfigFileExists(tree, viteConfigPath, options, buildOption,
|
|
|
194
196
|
fileName: 'index',
|
|
195
197
|
formats: ['es'],
|
|
196
198
|
},
|
|
197
|
-
|
|
198
|
-
external: options.
|
|
199
|
+
rolldownOptions: {
|
|
200
|
+
external: options.rolldownOptionsExternal ?? [],
|
|
199
201
|
},
|
|
200
202
|
outDir: buildOutDir,
|
|
201
203
|
reportCompressedSize: true,
|
|
@@ -2,4 +2,3 @@ import { type Tree } from '@nx/devkit';
|
|
|
2
2
|
export declare function ignoreVitestTempFiles(tree: Tree, projectRoot?: string | undefined): Promise<void>;
|
|
3
3
|
export declare function addVitestTempFilesToGitIgnore(tree: Tree): void;
|
|
4
4
|
export declare function isEslintInstalled(tree: Tree): boolean;
|
|
5
|
-
//# sourceMappingURL=ignore-vitest-temp-files.d.ts.map
|
|
@@ -1,37 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.ignoreVitestTempFiles = ignoreVitestTempFiles;
|
|
37
4
|
exports.addVitestTempFilesToGitIgnore = addVitestTempFilesToGitIgnore;
|
|
@@ -57,11 +24,16 @@ async function ignoreVitestTempFilesInEslintConfig(tree, projectRoot) {
|
|
|
57
24
|
return;
|
|
58
25
|
}
|
|
59
26
|
(0, devkit_1.ensurePackage)('@nx/eslint', versions_1.nxVersion);
|
|
60
|
-
|
|
27
|
+
// Use CommonJS `require` rather than a dynamic ESM `import`: `ensurePackage`
|
|
28
|
+
// makes the on-demand-installed package available via `Module._initPaths`,
|
|
29
|
+
// which `require()` honors but ESM resolution does not. Under nodenext, a
|
|
30
|
+
// dynamic `import()` is preserved as a true ESM dynamic import, so it can't
|
|
31
|
+
// see the temp install — generators that go down this path crash with
|
|
32
|
+
// `Cannot find package '@nx/eslint'`.
|
|
33
|
+
const { addIgnoresToLintConfig, isEslintConfigSupported, useFlatConfig, } = require('@nx/eslint/internal');
|
|
61
34
|
if (!isEslintConfigSupported(tree)) {
|
|
62
35
|
return;
|
|
63
36
|
}
|
|
64
|
-
const { useFlatConfig } = await Promise.resolve().then(() => __importStar(require('@nx/eslint/src/utils/flat-config')));
|
|
65
37
|
const isUsingFlatConfig = useFlatConfig(tree);
|
|
66
38
|
if (!projectRoot && !isUsingFlatConfig) {
|
|
67
39
|
// root eslintrc files ignore all files and the root eslintrc files add
|
|
@@ -5,4 +5,3 @@ import { ExecutorContext } from '@nx/devkit';
|
|
|
5
5
|
export declare function normalizeViteConfigFilePath(contextRoot: string, projectRoot: string, configFile?: string): string | undefined;
|
|
6
6
|
export declare function getProjectTsConfigPath(projectRoot: string): string | undefined;
|
|
7
7
|
export declare function getNxTargetOptions(target: string, context: ExecutorContext): any;
|
|
8
|
-
//# sourceMappingURL=options-utils.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare function getInstalledViteVersion(tree: Tree): string;
|
|
|
13
13
|
export declare function getInstalledViteMajorVersion(tree: Tree): 5 | 6 | 7 | 8 | undefined;
|
|
14
14
|
export declare function getInstalledVitestVersionFromGraph(): Promise<string>;
|
|
15
15
|
export {};
|
|
16
|
-
//# sourceMappingURL=version-utils.d.ts.map
|
|
@@ -25,4 +25,3 @@ export declare const vitestV4CoverageIstanbulVersion = "~4.1.0";
|
|
|
25
25
|
export declare const vitestV3CoverageIstanbulVersion = "^3.0.5";
|
|
26
26
|
export declare const vitestV2CoverageIstanbulVersion = "^2.1.8";
|
|
27
27
|
export declare const vitestCoverageIstanbulVersion = "~4.1.0";
|
|
28
|
-
//# sourceMappingURL=versions.d.ts.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.vitestCoverageIstanbulVersion = exports.vitestV2CoverageIstanbulVersion = exports.vitestV3CoverageIstanbulVersion = exports.vitestV4CoverageIstanbulVersion = exports.vitestCoverageV8Version = exports.vitestV2CoverageV8Version = exports.vitestV3CoverageV8Version = exports.vitestV4CoverageV8Version = exports.analogVitestAngular = exports.jitiVersion = exports.edgeRuntimeVmVersion = exports.happyDomVersion = exports.ajvVersion = exports.vitePluginDtsVersion = exports.jsdomVersion = exports.vitePluginReactSwcVersion = exports.vitePluginReactV4Version = exports.vitePluginReactVersion = exports.vitestVersion = exports.vitestV2Version = exports.vitestV3Version = exports.vitestV4Version = exports.viteV5Version = exports.viteV6Version = exports.viteV7Version = exports.viteVersion = exports.nxVersion = void 0;
|
|
4
|
-
|
|
4
|
+
const path_1 = require("path");
|
|
5
|
+
exports.nxVersion = require((0, path_1.join)('@nx/vitest', 'package.json')).version;
|
|
5
6
|
exports.viteVersion = '^8.0.0';
|
|
6
7
|
exports.viteV7Version = '^7.0.0';
|
|
7
8
|
exports.viteV6Version = '^6.0.0';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { Tree } from '@nx/devkit';
|
|
2
2
|
import { TargetFlags } from './generator-utils';
|
|
3
3
|
export declare function ensureViteConfigIsCorrect(tree: Tree, path: string, buildConfigString: string, buildConfigObject: {}, imports: string[], plugins: string[], testConfigString: string, testConfigObject: {}, cacheDir: string, projectAlreadyHasViteTargets?: TargetFlags): boolean;
|
|
4
|
-
//# sourceMappingURL=vite-config-edit-utils.d.ts.map
|
package/executors.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/schema",
|
|
3
3
|
"executors": {
|
|
4
4
|
"test": {
|
|
5
|
-
"implementation": "./src/executors/test/vitest.impl",
|
|
6
|
-
"schema": "./src/executors/test/schema.json",
|
|
5
|
+
"implementation": "./dist/src/executors/test/vitest.impl",
|
|
6
|
+
"schema": "./dist/src/executors/test/schema.json",
|
|
7
7
|
"description": "Test using Vitest"
|
|
8
8
|
}
|
|
9
9
|
}
|
package/generators.json
CHANGED
|
@@ -3,16 +3,21 @@
|
|
|
3
3
|
"version": "0.1",
|
|
4
4
|
"generators": {
|
|
5
5
|
"init": {
|
|
6
|
-
"factory": "./src/generators/init/init",
|
|
7
|
-
"schema": "./src/generators/init/schema.json",
|
|
6
|
+
"factory": "./dist/src/generators/init/init",
|
|
7
|
+
"schema": "./dist/src/generators/init/schema.json",
|
|
8
8
|
"description": "Initialize the `@nx/vitest` plugin.",
|
|
9
9
|
"aliases": ["ng-add"],
|
|
10
10
|
"hidden": true
|
|
11
11
|
},
|
|
12
12
|
"configuration": {
|
|
13
|
-
"factory": "./src/generators/configuration/configuration",
|
|
14
|
-
"schema": "./src/generators/configuration/schema.json",
|
|
13
|
+
"factory": "./dist/src/generators/configuration/configuration",
|
|
14
|
+
"schema": "./dist/src/generators/configuration/schema.json",
|
|
15
15
|
"description": "Add Vitest configuration to a project."
|
|
16
|
+
},
|
|
17
|
+
"convert-to-inferred": {
|
|
18
|
+
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
|
|
19
|
+
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
|
20
|
+
"description": "Convert a project to use the `@nx/vitest` inferred plugin."
|
|
16
21
|
}
|
|
17
22
|
}
|
|
18
23
|
}
|
package/migrations.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"update-20-3-0": {
|
|
4
4
|
"version": "20.3.0-beta.2",
|
|
5
5
|
"description": "Add gitignore entry for temporary vitest config files.",
|
|
6
|
-
"implementation": "./src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore"
|
|
6
|
+
"implementation": "./dist/src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore"
|
|
7
7
|
},
|
|
8
8
|
"update-22-1-0": {
|
|
9
9
|
"version": "22.1.0-beta.8",
|
|
10
10
|
"description": "Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4.",
|
|
11
|
-
"
|
|
11
|
+
"prompt": "./dist/src/migrations/update-22-1-0/ai-instructions-for-vitest-4.md"
|
|
12
12
|
},
|
|
13
13
|
"update-22-3-2": {
|
|
14
14
|
"version": "22.3.2-beta.0",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"@angular/build": ">=21.0.0"
|
|
17
17
|
},
|
|
18
18
|
"description": "Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4.",
|
|
19
|
-
"
|
|
19
|
+
"prompt": "./dist/src/migrations/update-22-1-0/ai-instructions-for-vitest-4.md"
|
|
20
20
|
},
|
|
21
21
|
"update-22-6-0-prefix-reports-directory": {
|
|
22
22
|
"version": "22.6.0-beta.11",
|
|
23
23
|
"description": "Prefix reportsDirectory with {projectRoot} to maintain correct resolution after workspace-root-relative behavior change.",
|
|
24
|
-
"implementation": "./src/migrations/update-22-6-0/prefix-reports-directory-with-project-root"
|
|
24
|
+
"implementation": "./dist/src/migrations/update-22-6-0/prefix-reports-directory-with-project-root"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"packageJsonUpdates": {
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/vitest",
|
|
3
3
|
"description": "The Nx Plugin for Vitest to enable fast unit testing with Vitest.",
|
|
4
|
-
"version": "23.0.0-beta.
|
|
4
|
+
"version": "23.0.0-beta.21",
|
|
5
5
|
"type": "commonjs",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
9
|
+
"!dist/spec",
|
|
10
|
+
"migrations.json",
|
|
11
|
+
"executors.json",
|
|
12
|
+
"generators.json"
|
|
13
|
+
],
|
|
6
14
|
"publishConfig": {
|
|
7
15
|
"access": "public"
|
|
8
16
|
},
|
|
@@ -23,28 +31,38 @@
|
|
|
23
31
|
"author": "Victor Savkin",
|
|
24
32
|
"license": "MIT",
|
|
25
33
|
"homepage": "https://nx.dev",
|
|
26
|
-
"main": "index.js",
|
|
34
|
+
"main": "./dist/index.js",
|
|
35
|
+
"types": "./dist/index.d.ts",
|
|
36
|
+
"typesVersions": {
|
|
37
|
+
"*": {
|
|
38
|
+
"generators": [
|
|
39
|
+
"dist/generators.d.ts"
|
|
40
|
+
],
|
|
41
|
+
"executors": [
|
|
42
|
+
"dist/executors.d.ts"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
27
46
|
"exports": {
|
|
28
47
|
".": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
"./executors/*/schema.json": "./src/executors/*/schema.json",
|
|
33
|
-
"./executors/*/schema": "./src/executors/*/schema.d.ts",
|
|
34
|
-
"./generators/*/schema.json": "./src/generators/*/schema.json",
|
|
35
|
-
"./generators/*/schema": "./src/generators/*/schema.d.ts",
|
|
36
|
-
"./generators": {
|
|
37
|
-
"types": "./generators.d.ts",
|
|
38
|
-
"default": "./generators.js"
|
|
39
|
-
},
|
|
40
|
-
"./executors": {
|
|
41
|
-
"types": "./executors.d.ts",
|
|
42
|
-
"default": "./executors.js"
|
|
48
|
+
"@nx/nx-source": "./index.ts",
|
|
49
|
+
"types": "./dist/index.d.ts",
|
|
50
|
+
"default": "./dist/index.js"
|
|
43
51
|
},
|
|
44
52
|
"./package.json": "./package.json",
|
|
53
|
+
"./migrations.json": "./migrations.json",
|
|
45
54
|
"./generators.json": "./generators.json",
|
|
46
55
|
"./executors.json": "./executors.json",
|
|
47
|
-
"./
|
|
56
|
+
"./generators": {
|
|
57
|
+
"@nx/nx-source": "./generators.ts",
|
|
58
|
+
"types": "./dist/generators.d.ts",
|
|
59
|
+
"default": "./dist/generators.js"
|
|
60
|
+
},
|
|
61
|
+
"./executors": {
|
|
62
|
+
"@nx/nx-source": "./executors.ts",
|
|
63
|
+
"types": "./dist/executors.d.ts",
|
|
64
|
+
"default": "./dist/executors.js"
|
|
65
|
+
}
|
|
48
66
|
},
|
|
49
67
|
"nx-migrations": {
|
|
50
68
|
"migrations": "./migrations.json"
|
|
@@ -52,16 +70,16 @@
|
|
|
52
70
|
"executors": "./executors.json",
|
|
53
71
|
"generators": "./generators.json",
|
|
54
72
|
"dependencies": {
|
|
55
|
-
"@nx/devkit": "23.0.0-beta.2",
|
|
56
|
-
"@nx/js": "23.0.0-beta.2",
|
|
57
73
|
"tslib": "^2.3.0",
|
|
58
74
|
"semver": "^7.6.3",
|
|
59
|
-
"@phenomnomnominal/tsquery": "~6.
|
|
75
|
+
"@phenomnomnominal/tsquery": "~6.2.0",
|
|
76
|
+
"@nx/devkit": "23.0.0-beta.21",
|
|
77
|
+
"@nx/js": "23.0.0-beta.21"
|
|
60
78
|
},
|
|
61
79
|
"peerDependencies": {
|
|
62
|
-
"@nx/eslint": "23.0.0-beta.2",
|
|
63
80
|
"vitest": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
64
|
-
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
81
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
82
|
+
"@nx/eslint": "23.0.0-beta.21"
|
|
65
83
|
},
|
|
66
84
|
"peerDependenciesMeta": {
|
|
67
85
|
"@nx/eslint": {
|
|
@@ -75,6 +93,6 @@
|
|
|
75
93
|
}
|
|
76
94
|
},
|
|
77
95
|
"devDependencies": {
|
|
78
|
-
"nx": "23.0.0-beta.
|
|
96
|
+
"nx": "23.0.0-beta.21"
|
|
79
97
|
}
|
|
80
98
|
}
|
package/executors.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executors.d.ts","sourceRoot":"","sources":["../../../packages/vitest/executors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC"}
|
package/generators.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generators.d.ts","sourceRoot":"","sources":["../../../packages/vitest/generators.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC"}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/vitest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"compat.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/executors/test/compat.ts"],"names":[],"mappings":";AAGA,wBAAiD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nx-reporter.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vitest/src/executors/test/lib/nx-reporter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,qBAAa,UAAW,YAAW,QAAQ;IAM7B,OAAO,CAAC,KAAK;IALzB,QAAQ,EAAE;QACR,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;QAC1B,OAAO,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;KACjC,CAAC;gBAEkB,KAAK,EAAE,OAAO;IAI3B,CAAC,MAAM,CAAC,aAAa,CAAC;;;IAQ7B,OAAO,CAAC,aAAa;IAUrB,oBAAoB;IACpB,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,MAAM,CAAC,EAAE,GAAG;IAIvC,oBAAoB;IACpB,UAAU,CAAC,KAAK,EAAE,cAAc,EAAE,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE;IAKtD,OAAO,CAAC,eAAe;CAKxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vitest/src/executors/test/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAKhB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAQlD,wBAAsB,UAAU,CAC9B,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,EACxB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAoG9B;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAKxE;AAED,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,EAAE,CAcnE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vitest.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/executors/test/vitest.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAiB,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAOjD,wBAAuB,cAAc,CACnC,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe;;YAkEzB;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EASjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAcpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAmCjD;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAOlB;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAmNlB;AAuOD,eAAe,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,IAAI,EACT,KAAK,iBAAiB,EAOvB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAa/C,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,mBAAmB,qBA2BzE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,IAAI,QA4B9C;AAED,wBAAsB,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,mBAAmB,8BAkC1E;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-vitest-temp-files-to-git-ignore.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlC,MAAM,CAAC,OAAO,UAAU,6BAA6B,CAAC,IAAI,EAAE,IAAI,QAsB/D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-ai-instructions-for-vitest-4.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/migrations/update-22-1-0/create-ai-instructions-for-vitest-4.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,wBAA8B,6BAA6B,CAAC,IAAI,EAAE,IAAI,qBAerE"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = createAiInstructionsForVitest;
|
|
4
|
-
const path_1 = require("path");
|
|
5
|
-
const fs_1 = require("fs");
|
|
6
|
-
async function createAiInstructionsForVitest(tree) {
|
|
7
|
-
const pathToAiInstructions = (0, path_1.join)(__dirname, 'files', 'ai-instructions-for-vitest-4.md');
|
|
8
|
-
if (!(0, fs_1.existsSync)(pathToAiInstructions)) {
|
|
9
|
-
return;
|
|
10
|
-
}
|
|
11
|
-
const contents = (0, fs_1.readFileSync)(pathToAiInstructions);
|
|
12
|
-
tree.write('tools/ai-migrations/MIGRATE_VITEST_4.md', contents);
|
|
13
|
-
return [
|
|
14
|
-
`We created 'tools/ai-migrations/MIGRATE_VITEST_4.md' with instructions for an AI Agent to help migrate your Vitest projects to Vitest 4.`,
|
|
15
|
-
];
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prefix-reports-directory-with-project-root.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/migrations/update-22-6-0/prefix-reports-directory-with-project-root.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,IAAI,EAIV,MAAM,YAAY,CAAC;AAQpB;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,qCAAqC,CAAC,IAAI,EAAE,IAAI,QAGvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAGlB,aAAa,EASd,MAAM,YAAY,CAAC;AAepB,MAAM,WAAW,mBAAmB;IAClC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;CAC5B;AAoBD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAIF,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,mBAAmB,CA2F1D,CAAC;AAEF,eAAO,MAAM,aAAa,oCAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"detect-ui-framework.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/detect-ui-framework.ts"],"names":[],"mappings":"AAMA,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,CAuBvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,SAAS,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,GAAG,MAAM,CAAC;CAC5E,CAAC;AAEF,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CA2D5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executor-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/executor-utils.ts"],"names":[],"mappings":"AAGA,wBAAgB,qBAAqB,IACW,OAAO,CAAC,GAAG,CAAC,CAC3D;AAED,wBAAgB,uBAAuB,IACgB,OAAO,CAC1D,cAAc,aAAa,CAAC,CAC7B,CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generator-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/generator-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EASL,IAAI,EAGL,MAAM,YAAY,CAAC;AAMpB,MAAM,MAAM,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAC5D,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AAE3D,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;IACnD,gBAAgB,EAAE,IAAI,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,GAAG,MAAM,CAAC;IAC3E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC3B,WAAW,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;CACzC;AAED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,qBAAqB,EAC9B,SAAS,EAAE,OAAO,QAsCnB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,GAAG,MAAM,CAAC;IAC3E,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,gBAAgB,CAAC,EAAE,IAAI,GAAG,UAAU,GAAG,QAAQ,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,qBAAqB,EAC9B,UAAU,EAAE,OAAO,EACnB,YAAY,GAAE;IACZ,4BAA4B,CAAC,EAAE,WAAW,CAAC;IAC3C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CACrB,QA8MP"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ignore-vitest-temp-files.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/ignore-vitest-temp-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAG9E,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,IAAI,EACV,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,GAC/B,OAAO,CAAC,IAAI,CAAC,CAGf;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAU9D;AAiCD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAYrD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"options-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/options-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAKhB,MAAM,YAAY,CAAC;AAGpB;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,CAAC,EAAE,MAAM,GAClB,MAAM,GAAG,SAAS,CAgCpB;AAED,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,MAAM,GAClB,MAAM,GAAG,SAAS,CAcpB;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,OAG1E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"version-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/version-utils.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAcnD,KAAK,0BAA0B,GAAG;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,wBAAsB,sCAAsC,CAC1D,IAAI,EAAE,IAAI,GACT,OAAO,CAAC,0BAA0B,CAAC,CAwBrC;AAED,wBAAsB,UAAU,CAAC,IAAI,EAAE,IAAI,oBAM1C;AAED,wBAAsB,UAAU,CAAC,IAAI,EAAE,IAAI,oBAM1C;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAiB5D;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAe1D;AAED,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,GACT,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,SAAS,CAW3B;AAED,wBAAsB,kCAAkC,oBASvD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,eAAe,WAAW,CAAC;AACxC,eAAO,MAAM,eAAe,WAAW,CAAC;AACxC,eAAO,MAAM,eAAe,WAAW,CAAC;AACxC,eAAO,MAAM,aAAa,WAAkB,CAAC;AAC7C,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,eAAO,MAAM,wBAAwB,WAAW,CAAC;AACjD,eAAO,MAAM,yBAAyB,WAAW,CAAC;AAClD,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAC7C,eAAO,MAAM,UAAU,WAAW,CAAC;AACnC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAC7C,eAAO,MAAM,WAAW,UAAU,CAAC;AAEnC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAG5C,eAAO,MAAM,yBAAyB,WAAW,CAAC;AAClD,eAAO,MAAM,yBAAyB,WAAW,CAAC;AAClD,eAAO,MAAM,yBAAyB,WAAW,CAAC;AAClD,eAAO,MAAM,uBAAuB,WAA4B,CAAC;AACjE,eAAO,MAAM,+BAA+B,WAAW,CAAC;AACxD,eAAO,MAAM,+BAA+B,WAAW,CAAC;AACxD,eAAO,MAAM,+BAA+B,WAAW,CAAC;AACxD,eAAO,MAAM,6BAA6B,WAAkC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vite-config-edit-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vitest/src/utils/vite-config-edit-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAQhD,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,EAAE,EACrB,OAAO,EAAE,MAAM,EAAE,EACjB,OAAO,EAAE,MAAM,EAAE,EACjB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,EAAE,EACpB,QAAQ,EAAE,MAAM,EAChB,4BAA4B,CAAC,EAAE,WAAW,GACzC,OAAO,CAwCT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|