@nx/cypress 21.3.0 → 21.4.0-beta.0

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 (71) hide show
  1. package/index.d.ts +1 -0
  2. package/index.d.ts.map +1 -0
  3. package/package.json +8 -5
  4. package/plugin.d.ts +1 -0
  5. package/plugin.d.ts.map +1 -0
  6. package/plugins/cypress-preset.d.ts +1 -0
  7. package/plugins/cypress-preset.d.ts.map +1 -0
  8. package/plugins/cypress-preset.js +1 -1
  9. package/project.json +53 -0
  10. package/src/executors/cypress/cypress.impl.d.ts +1 -0
  11. package/src/executors/cypress/cypress.impl.d.ts.map +1 -0
  12. package/src/generators/base-setup/base-setup.d.ts +1 -0
  13. package/src/generators/base-setup/base-setup.d.ts.map +1 -0
  14. package/src/generators/component-configuration/component-configuration.d.ts +1 -0
  15. package/src/generators/component-configuration/component-configuration.d.ts.map +1 -0
  16. package/src/generators/configuration/configuration.d.ts +1 -0
  17. package/src/generators/configuration/configuration.d.ts.map +1 -0
  18. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  19. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  20. package/src/generators/convert-to-inferred/lib/add-dev-server-target-to-config.d.ts +1 -0
  21. package/src/generators/convert-to-inferred/lib/add-dev-server-target-to-config.d.ts.map +1 -0
  22. package/src/generators/convert-to-inferred/lib/add-exclude-spec-pattern.d.ts +1 -0
  23. package/src/generators/convert-to-inferred/lib/add-exclude-spec-pattern.d.ts.map +1 -0
  24. package/src/generators/convert-to-inferred/lib/target-options-map.d.ts +1 -0
  25. package/src/generators/convert-to-inferred/lib/target-options-map.d.ts.map +1 -0
  26. package/src/generators/convert-to-inferred/lib/upsert-baseUrl.d.ts +1 -0
  27. package/src/generators/convert-to-inferred/lib/upsert-baseUrl.d.ts.map +1 -0
  28. package/src/generators/init/init.d.ts +1 -0
  29. package/src/generators/init/init.d.ts.map +1 -0
  30. package/src/generators/migrate-to-cypress-11/conversion.util.d.ts +1 -0
  31. package/src/generators/migrate-to-cypress-11/conversion.util.d.ts.map +1 -0
  32. package/src/generators/migrate-to-cypress-11/migrate-to-cypress-11.d.ts +1 -0
  33. package/src/generators/migrate-to-cypress-11/migrate-to-cypress-11.d.ts.map +1 -0
  34. package/src/migrations/update-19-6-0/add-e2e-ci-target-defaults.d.ts +1 -0
  35. package/src/migrations/update-19-6-0/add-e2e-ci-target-defaults.d.ts.map +1 -0
  36. package/src/migrations/update-19-6-0/update-ci-webserver-for-static-serve.d.ts +1 -0
  37. package/src/migrations/update-19-6-0/update-ci-webserver-for-static-serve.d.ts.map +1 -0
  38. package/src/migrations/update-20-8-0/remove-experimental-fetch-polyfill.d.ts +1 -0
  39. package/src/migrations/update-20-8-0/remove-experimental-fetch-polyfill.d.ts.map +1 -0
  40. package/src/migrations/update-20-8-0/replace-experimental-just-in-time-compile.d.ts +1 -0
  41. package/src/migrations/update-20-8-0/replace-experimental-just-in-time-compile.d.ts.map +1 -0
  42. package/src/migrations/update-20-8-0/set-inject-document-domain.d.ts +1 -0
  43. package/src/migrations/update-20-8-0/set-inject-document-domain.d.ts.map +1 -0
  44. package/src/migrations/update-20-8-0/update-component-testing-mount-imports.d.ts +1 -0
  45. package/src/migrations/update-20-8-0/update-component-testing-mount-imports.d.ts.map +1 -0
  46. package/src/migrations/update-21-0-0/remove-tsconfig-and-copy-files-options-from-cypress-executor.d.ts +1 -0
  47. package/src/migrations/update-21-0-0/remove-tsconfig-and-copy-files-options-from-cypress-executor.d.ts.map +1 -0
  48. package/src/plugins/plugin.d.ts +1 -0
  49. package/src/plugins/plugin.d.ts.map +1 -0
  50. package/src/plugins/preprocessor-vite.d.ts +1 -0
  51. package/src/plugins/preprocessor-vite.d.ts.map +1 -0
  52. package/src/utils/add-linter.d.ts +1 -0
  53. package/src/utils/add-linter.d.ts.map +1 -0
  54. package/src/utils/config.d.ts +1 -0
  55. package/src/utils/config.d.ts.map +1 -0
  56. package/src/utils/constants.d.ts +1 -0
  57. package/src/utils/constants.d.ts.map +1 -0
  58. package/src/utils/ct-helpers.d.ts +1 -0
  59. package/src/utils/ct-helpers.d.ts.map +1 -0
  60. package/src/utils/cypress-version.d.ts +1 -0
  61. package/src/utils/cypress-version.d.ts.map +1 -0
  62. package/src/utils/find-target-options.d.ts +1 -0
  63. package/src/utils/find-target-options.d.ts.map +1 -0
  64. package/src/utils/migrations.d.ts +1 -0
  65. package/src/utils/migrations.d.ts.map +1 -0
  66. package/src/utils/project-name.d.ts +1 -0
  67. package/src/utils/project-name.d.ts.map +1 -0
  68. package/src/utils/start-dev-server.d.ts +1 -0
  69. package/src/utils/start-dev-server.d.ts.map +1 -0
  70. package/src/utils/versions.d.ts +1 -0
  71. package/src/utils/versions.d.ts.map +1 -0
package/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export { configurationGenerator } from './src/generators/configuration/configura
2
2
  export { componentConfigurationGenerator } from './src/generators/component-configuration/component-configuration';
3
3
  export { cypressInitGenerator } from './src/generators/init/init';
4
4
  export { migrateCypressProject } from './src/generators/migrate-to-cypress-11/migrate-to-cypress-11';
5
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/cypress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AACnH,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/cypress",
3
- "version": "21.3.0",
3
+ "version": "21.4.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "Front-end",
22
22
  "Testing"
23
23
  ],
24
- "main": "./index",
24
+ "main": "./index.js",
25
25
  "typings": "./index.d.ts",
26
26
  "author": "Victor Savkin",
27
27
  "license": "MIT",
@@ -36,15 +36,18 @@
36
36
  "migrations": "./migrations.json"
37
37
  },
38
38
  "dependencies": {
39
- "@nx/devkit": "21.3.0",
40
- "@nx/eslint": "21.3.0",
41
- "@nx/js": "21.3.0",
39
+ "@nx/devkit": "21.4.0-beta.0",
40
+ "@nx/eslint": "21.4.0-beta.0",
41
+ "@nx/js": "21.4.0-beta.0",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "detect-port": "^1.5.1",
44
44
  "semver": "^7.6.3",
45
45
  "tree-kill": "1.2.2",
46
46
  "tslib": "^2.3.0"
47
47
  },
48
+ "devDependencies": {
49
+ "nx": "21.4.0-beta.0"
50
+ },
48
51
  "peerDependencies": {
49
52
  "cypress": ">= 3 < 15"
50
53
  },
package/plugin.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createNodesV2, createNodes } from './src/plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/cypress/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC"}
@@ -78,3 +78,4 @@ export type NxCypressE2EPresetOptions = {
78
78
  viteConfigOverrides?: InlineConfig;
79
79
  };
80
80
  export {};
81
+ //# sourceMappingURL=cypress-preset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress-preset.d.ts","sourceRoot":"","sources":["../../../../packages/cypress/plugins/cypress-preset.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAYzC,UAAU,iBAAiB;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,yBAAyB;IACxC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC;CAC5B;AAID,MAAM,WAAW,+BACf,SAAQ,IAAI,CAAC,yBAAyB,EAAE,SAAS,CAAC;CAAG;AAEvD,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE;IAAE,WAAW,EAAE,WAAW,GAAG,KAAK,CAAA;CAAE,GAC7C,iBAAiB,CAwBnB;AA6CD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,WAAW,CACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,OAkEpC;AA0DD,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;QAII;IACJ,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAE3C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAElC;;OAEG;IACH,mBAAmB,CAAC,EAAE,YAAY,CAAC;CACpC,CAAC"}
@@ -11,7 +11,7 @@ const https_1 = require("https");
11
11
  const path_1 = require("path");
12
12
  const preprocessor_vite_1 = require("../src/plugins/preprocessor-vite");
13
13
  const constants_1 = require("../src/utils/constants");
14
- const treeKill = require("tree-kill");
14
+ const treeKill = require('tree-kill');
15
15
  function nxBaseCypressPreset(pathToConfig, options) {
16
16
  // used to set babel settings for react CT.
17
17
  process.env.NX_CYPRESS_COMPONENT_TEST =
package/project.json ADDED
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "cypress",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/cypress",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "build": {
8
+ "outputs": ["{workspaceRoot}/dist/packages/cypress/README.md"],
9
+ "command": "node ./scripts/copy-readme.js cypress",
10
+ "dependsOn": ["^build", "build-base", "legacy-post-build"]
11
+ },
12
+ "legacy-post-build": {
13
+ "executor": "@nx/workspace-plugin:legacy-post-build",
14
+ "options": {
15
+ "tsConfig": "./tsconfig.lib.json",
16
+ "assets": [
17
+ {
18
+ "input": "packages/cypress",
19
+ "glob": "**/files/**",
20
+ "output": "/"
21
+ },
22
+ {
23
+ "input": "packages/cypress",
24
+ "glob": "**/files/**/.gitkeep",
25
+ "output": "/"
26
+ },
27
+ {
28
+ "input": "packages/cypress",
29
+ "glob": "**/*.json",
30
+ "ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
31
+ "output": "/"
32
+ },
33
+ {
34
+ "input": "packages/cypress",
35
+ "glob": "**/*.js",
36
+ "ignore": ["**/jest.config.js"],
37
+ "output": "/"
38
+ },
39
+ {
40
+ "input": "packages/cypress",
41
+ "glob": "**/*.d.ts",
42
+ "output": "/"
43
+ },
44
+ {
45
+ "input": "",
46
+ "glob": "LICENSE",
47
+ "output": "/"
48
+ }
49
+ ]
50
+ }
51
+ }
52
+ }
53
+ }
@@ -36,3 +36,4 @@ export interface CypressExecutorOptions extends Json {
36
36
  export default function cypressExecutor(options: CypressExecutorOptions, context: ExecutorContext): Promise<{
37
37
  success: any;
38
38
  }>;
39
+ //# sourceMappingURL=cypress.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/executors/cypress/cypress.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAwB,MAAM,YAAY,CAAC;AASnE,MAAM,MAAM,IAAI,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAExC,MAAM,WAAW,sBAAuB,SAAQ,IAAI;IAClD,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;QAGI;IACJ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;IAC/B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uBAAuB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC5C;AAOD,wBAA8B,eAAe,CAC3C,OAAO,EAAE,sBAAsB,EAC/B,OAAO,EAAE,eAAe;;GA+BzB"}
@@ -10,3 +10,4 @@ export interface CypressBaseSetupSchema {
10
10
  jsx?: boolean;
11
11
  }
12
12
  export declare function addBaseCypressSetup(tree: Tree, options: CypressBaseSetupSchema): void;
13
+ //# sourceMappingURL=base-setup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-setup.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/base-setup/base-setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,IAAI,EAOL,MAAM,YAAY,CAAC;AAKpB,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB;;;SAGK;IACL,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,QAuGhC"}
@@ -4,3 +4,4 @@ export declare function componentConfigurationGenerator(tree: Tree, options: Cyp
4
4
  export declare function componentConfigurationGeneratorInternal(tree: Tree, options: CypressComponentConfigurationSchema): Promise<GeneratorCallback>;
5
5
  export declare function updateTsConfigForComponentTesting(tree: Tree, projectConfig: ProjectConfiguration): void;
6
6
  export default componentConfigurationGenerator;
7
+ //# sourceMappingURL=component-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component-configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/component-configuration/component-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAGjB,oBAAoB,EAKpB,IAAI,EAIL,MAAM,YAAY,CAAC;AAQpB,OAAO,EAAE,mCAAmC,EAAE,MAAM,UAAU,CAAC;AAI/D,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mCAAmC,8BAM7C;AAED,wBAAsB,uCAAuC,CAC3D,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mCAAmC,8BAwC7C;AAyHD,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,oBAAoB,QAsDpC;AAOD,eAAe,+BAA+B,CAAC"}
@@ -22,3 +22,4 @@ export interface CypressE2EConfigSchema {
22
22
  export declare function configurationGenerator(tree: Tree, options: CypressE2EConfigSchema): Promise<GeneratorCallback>;
23
23
  export declare function configurationGeneratorInternal(tree: Tree, options: CypressE2EConfigSchema): Promise<GeneratorCallback>;
24
24
  export default configurationGenerator;
25
+ //# sourceMappingURL=configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,iBAAiB,EAWjB,IAAI,EAIL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAsBhD,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;IAC/B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAID,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,8BAMhC;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,8BA+FhC;AA4UD,eAAe,sBAAsB,CAAC"}
@@ -6,3 +6,4 @@ interface Schema {
6
6
  }
7
7
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<void>;
8
8
  export default convertToInferred;
9
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA+BlE;AAsID,eAAe,iBAAiB,CAAC"}
@@ -10,3 +10,4 @@ import type { Tree } from '@nx/devkit';
10
10
  * b. Replace the existing webServerCommands with the value passed in
11
11
  */
12
12
  export declare function addDevServerTargetToConfig(tree: Tree, configFilePath: string, webServerCommands: Record<string, string>, ciDevServerTarget?: string): void;
13
+ //# sourceMappingURL=add-dev-server-target-to-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-dev-server-target-to-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/cypress/src/generators/convert-to-inferred/lib/add-dev-server-target-to-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGvC;;;;;;;;;GASG;AACH,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACzC,iBAAiB,CAAC,EAAE,MAAM,QA8H3B"}
@@ -1,2 +1,3 @@
1
1
  import type { Tree } from '@nx/devkit';
2
2
  export declare function addExcludeSpecPattern(tree: Tree, configFilePath: string, excludeSpecPattern: string | string[]): void;
3
+ //# sourceMappingURL=add-exclude-spec-pattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-exclude-spec-pattern.d.ts","sourceRoot":"","sources":["../../../../../../../packages/cypress/src/generators/convert-to-inferred/lib/add-exclude-spec-pattern.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,EACtB,kBAAkB,EAAE,MAAM,GAAG,MAAM,EAAE,QAiDtC"}
@@ -16,3 +16,4 @@ export declare const targetOptionsToCliMap: {
16
16
  quiet: string;
17
17
  runnerUi: string;
18
18
  };
19
+ //# sourceMappingURL=target-options-map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"target-options-map.d.ts","sourceRoot":"","sources":["../../../../../../../packages/cypress/src/generators/convert-to-inferred/lib/target-options-map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;CAiBjC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import type { Tree } from '@nx/devkit';
2
2
  export declare function upsertBaseUrl(tree: Tree, configFilePath: string, baseUrlValueInProject: string): void;
3
+ //# sourceMappingURL=upsert-baseUrl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upsert-baseUrl.d.ts","sourceRoot":"","sources":["../../../../../../../packages/cypress/src/generators/convert-to-inferred/lib/upsert-baseUrl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,wBAAgB,aAAa,CAC3B,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,EACtB,qBAAqB,EAAE,MAAM,QAgD9B"}
@@ -4,3 +4,4 @@ export declare function addPlugin(tree: Tree, graph: ProjectGraph, updatePackage
4
4
  export declare function cypressInitGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>;
5
5
  export declare function cypressInitGeneratorInternal(tree: Tree, options: Schema): Promise<GeneratorCallback>;
6
6
  export default cypressInitGenerator;
7
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EACjB,YAAY,EAIZ,IAAI,EAEL,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AA2ClC,wBAAgB,SAAS,CACvB,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,EACnB,oBAAoB,EAAE,OAAO,iBAmB9B;AAmBD,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,8BAErE;AAED,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,8BA8BhB;AAED,eAAe,oBAAoB,CAAC"}
@@ -37,3 +37,4 @@ export declare function updatePluginFile(tree: Tree, projectConfig: ProjectConfi
37
37
  };
38
38
  cypressConfigJson: Record<string, any>;
39
39
  };
40
+ //# sourceMappingURL=conversion.util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversion.util.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/migrate-to-cypress-11/conversion.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,oBAAoB,EAGpB,IAAI,EAGL,MAAM,YAAY,CAAC;AAkBpB,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,oBAAoB,EACnC,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb;IACD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CA4BA;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,oBAAoB,EACnC,qBAAqB,EAAE,MAAM,GAC5B;IACD,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxC,CAoCA;AAED,wBAAgB,uBAAuB,CACrC,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,iBAAiB,EAAE,MAAM,GACxB;IAAE,iBAAiB,EAAE,MAAM,CAAC;IAAC,iBAAiB,EAAE,MAAM,CAAA;CAAE,CAiC1D;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,oBAAoB,EACnC,EACE,eAAe,EACf,iBAAiB,GAClB,EAAE;IACD,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxC,QAqGF;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,QA8BtB;AAED,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,mBAAmB,EAAE,MAAM,EAC3B,cAAc,EAAE;IACd,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxC,QA+BF;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,QAkB1B;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,oBAAoB,EACnC,cAAc,EAAE;IACd,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACxC;qBAFkB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACjB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;uBAAnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;EAmCzC"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function migrateCypressProject(tree: Tree): Promise<() => void>;
3
3
  export default migrateCypressProject;
4
+ //# sourceMappingURL=migrate-to-cypress-11.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate-to-cypress-11.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/migrate-to-cypress-11/migrate-to-cypress-11.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,IAAI,EAGL,MAAM,YAAY,CAAC;AA4GpB,wBAAsB,qBAAqB,CAAC,IAAI,EAAE,IAAI,uBA4DrD;AAED,eAAe,qBAAqB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function addE2eCiTargetDefaults(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=add-e2e-ci-target-defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-e2e-ci-target-defaults.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-19-6-0/add-e2e-ci-target-defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,IAAI,EAMV,MAAM,YAAY,CAAC;AAYpB,wBAA8B,sBAAsB,CAAC,IAAI,EAAE,IAAI,iBA2F9D"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=update-ci-webserver-for-static-serve.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ci-webserver-for-static-serve.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-19-6-0/update-ci-webserver-for-static-serve.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,IAAI,EAUV,MAAM,YAAY,CAAC;AAYpB,yBAA+B,IAAI,EAAE,IAAI,iBAiLxC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=remove-experimental-fetch-polyfill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-experimental-fetch-polyfill.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-20-8-0/remove-experimental-fetch-polyfill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAWpD,yBAA+B,IAAI,EAAE,IAAI,iBAiBxC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=replace-experimental-just-in-time-compile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replace-experimental-just-in-time-compile.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-20-8-0/replace-experimental-just-in-time-compile.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAsBnE,yBAA+B,IAAI,EAAE,IAAI,iBAgBxC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=set-inject-document-domain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-inject-document-domain.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-20-8-0/set-inject-document-domain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAsBpD,yBAA+B,IAAI,EAAE,IAAI,iBAiBxC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=update-component-testing-mount-imports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-component-testing-mount-imports.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-20-8-0/update-component-testing-mount-imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAmBpB,yBAA+B,IAAI,EAAE,IAAI,iBAuCxC"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=remove-tsconfig-and-copy-files-options-from-cypress-executor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-tsconfig-and-copy-files-options-from-cypress-executor.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/migrations/update-21-0-0/remove-tsconfig-and-copy-files-options-from-cypress-executor.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,IAAI,EAGV,MAAM,YAAY,CAAC;AAMpB,yBAA+B,IAAI,EAAE,IAAI,iBA8DxC"}
@@ -11,3 +11,4 @@ export declare const createNodesV2: CreateNodesV2<CypressPluginOptions>;
11
11
  * This function will change to the v2 function in Nx 20.
12
12
  */
13
13
  export declare const createNodes: CreateNodes<CypressPluginOptions>;
14
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAGX,aAAa,EAWd,MAAM,YAAY,CAAC;AAepB,MAAM,WAAW,oBAAoB;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,MAAM,CAAC;CACrC;AAoBD,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,oBAAoB,CAqB7D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,oBAAoB,CAQzD,CAAC"}
@@ -31,3 +31,4 @@ type CypressPreprocessor = (file: Record<string, any>) => string | Promise<strin
31
31
  */
32
32
  declare function vitePreprocessor(configOverrides?: InlineConfig): CypressPreprocessor;
33
33
  export default vitePreprocessor;
34
+ //# sourceMappingURL=preprocessor-vite.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preprocessor-vite.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/plugins/preprocessor-vite.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;IAuBI;AAIJ,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEzC,KAAK,mBAAmB,GAAG,CACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KACtB,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AAM9B;;;;GAIG;AACH,iBAAS,gBAAgB,CACvB,eAAe,GAAE,YAAiB,GACjC,mBAAmB,CAkErB;AAUD,eAAe,gBAAgB,CAAC"}
@@ -20,3 +20,4 @@ export interface CyLinterOptions {
20
20
  addPlugin?: boolean;
21
21
  }
22
22
  export declare function addLinterToCyProject(tree: Tree, options: CyLinterOptions): Promise<() => void>;
23
+ //# sourceMappingURL=add-linter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-linter.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/add-linter.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAwB,MAAM,YAAY,CAAC;AAiBtE,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb;;;QAGI;IACJ,UAAU,EAAE,MAAM,CAAC;IACnB;;;QAGI;IACJ,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,eAAe,uBAoIzB"}
@@ -17,3 +17,4 @@ export declare function addDefaultCTConfig(cyConfigContents: string, options?: N
17
17
  export declare function addMountDefinition(cmpCommandFileContents: string): Promise<string>;
18
18
  export declare function getProjectCypressConfigPath(tree: Tree, projectRoot: string): string;
19
19
  export declare function resolveCypressConfigObject(cypressConfigContents: string): ObjectLiteralExpression | null;
20
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEhE,OAAO,KAAK,EAOV,uBAAuB,EAIxB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EACV,yBAAyB,EACzB,yBAAyB,EAC1B,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,gCAAgC,mCACX,CAAC;AAMnC,wBAAsB,mBAAmB,CACvC,gBAAgB,EAAE,MAAM,EACxB,OAAO,EAAE,yBAAyB,EAClC,OAAO,EAAE,MAAM,mBAsDhB;AAED;;;;IAII;AACJ,wBAAsB,kBAAkB,CACtC,gBAAgB,EAAE,MAAM,EACxB,OAAO,GAAE,yBAA8B,mBA8CxC;AAED;;;;IAII;AACJ,wBAAsB,kBAAkB,CAAC,sBAAsB,EAAE,MAAM,mBAgCtE;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,GAClB,MAAM,CASR;AAED,wBAAgB,0BAA0B,CACxC,qBAAqB,EAAE,MAAM,GAC5B,uBAAuB,GAAG,IAAI,CAqChC"}
@@ -2,3 +2,4 @@
2
2
  * Key used to store options used by the nx plugin for @nx/cypress.
3
3
  */
4
4
  export declare const NX_PLUGIN_OPTIONS = "__NxPluginOptions__";
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iBAAiB,wBAAwB,CAAC"}
@@ -14,3 +14,4 @@ export declare function getTempTailwindPath(context: ExecutorContext): string;
14
14
  export declare function isCtProjectUsingBuildProject(graph: ProjectGraph, parentProjectName: string, childProjectName: string, seen?: Set<string>): boolean;
15
15
  export declare function getProjectConfigByPath(graph: ProjectGraph, configPath: string): ProjectConfiguration;
16
16
  export declare function createExecutorContext(graph: ProjectGraph, targets: Record<string, TargetConfiguration>, projectName: string, targetName: string, configurationName: string): ExecutorContext;
17
+ //# sourceMappingURL=ct-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ct-helpers.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/ct-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAEL,oBAAoB,EAEpB,mBAAmB,EAEpB,MAAM,YAAY,CAAC;AAUpB,eAAO,MAAM,eAAe,QAA+B,CAAC;AAC5D;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,eAAe,UAe3D;AAED;;;IAGI;AACJ,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,YAAY,EACnB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,cAAoB,GACvB,OAAO,CA4BT;AAED,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,YAAY,EACnB,UAAU,EAAE,MAAM,GACjB,oBAAoB,CA2BtB;AAED,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,YAAY,EACnB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAC5C,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,GACxB,eAAe,CAgBjB"}
@@ -9,3 +9,4 @@ export declare function installedCypressVersion(): number;
9
9
  * `@nx/cypress/src/utils/versions` instead. It will be removed in v22.
10
10
  */
11
11
  export declare function assertMinimumCypressVersion(minVersion: number): void;
12
+ //# sourceMappingURL=cypress-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress-version.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/cypress-version.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,uBAAuB,WAgBtC;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,UAAU,EAAE,MAAM,QAO7D"}
@@ -15,3 +15,4 @@ export interface FoundTarget {
15
15
  }
16
16
  export declare function findBuildConfig(tree: Tree, options: FindTargetOptions): Promise<FoundTarget>;
17
17
  export {};
18
+ //# sourceMappingURL=find-target-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-target-options.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/find-target-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAWL,mBAAmB,EACnB,IAAI,EAEL,MAAM,YAAY,CAAC;AAIpB,UAAU,iBAAiB;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,eAAe,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,WAAW,CAAC,CAkCtB"}
@@ -11,3 +11,4 @@ export declare function updateObjectProperty(config: ObjectLiteralExpression, pr
11
11
  newName?: string;
12
12
  newValue?: Expression;
13
13
  }): ObjectLiteralExpression;
14
+ //# sourceMappingURL=migrations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/migrations.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,oBAAoB,EAEzB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EACV,UAAU,EACV,uBAAuB,EACvB,kBAAkB,EACnB,MAAM,YAAY,CAAC;AAMpB,wBAAuB,qBAAqB,CAAC,IAAI,EAAE,IAAI,GAAG,cAAc,CAAC;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,oBAAoB,CAAC;IACpC,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC,CAiCD;AAED,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,uBAAuB,EAC/B,IAAI,EAAE,MAAM,GACX,kBAAkB,GAAG,SAAS,CAOhC;AAED,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,uBAAuB,EAC/B,QAAQ,EAAE,kBAAkB,GAC3B,uBAAuB,CAOzB;AAED,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,uBAAuB,EAC/B,QAAQ,EAAE,kBAAkB,EAC5B,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,UAAU,CAAA;CAAE,GACjE,uBAAuB,CAmBzB"}
@@ -1,3 +1,4 @@
1
1
  export declare function getUnscopedLibName(libRoot: string): string;
2
2
  export declare function getE2eProjectName(targetProjectName: string, targetLibRoot: string, cypressDirectory?: string): string;
3
3
  export declare function filePathPrefix(directory: string): string;
4
+ //# sourceMappingURL=project-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project-name.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/project-name.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,UAEjD;AAED,wBAAgB,iBAAiB,CAC/B,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,gBAAgB,CAAC,EAAE,MAAM,UAQ1B;AAED,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,UAE/C"}
@@ -7,3 +7,4 @@ export declare function startDevServer(opts: Omit<CypressExecutorOptions, 'cypre
7
7
  baseUrl: any;
8
8
  portLockFilePath: string;
9
9
  }, void, unknown>;
10
+ //# sourceMappingURL=start-dev-server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-dev-server.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/start-dev-server.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAShB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAQ3E,wBAAuB,cAAc,CACnC,IAAI,EAAE,IAAI,CAAC,sBAAsB,EAAE,eAAe,CAAC,EACnD,OAAO,EAAE,eAAe;;;;;;kBAiEzB"}
@@ -19,3 +19,4 @@ export declare function versions(tree: Tree, cypressMajorVersion?: number): Omit
19
19
  };
20
20
  export declare function getInstalledCypressMajorVersion(tree?: Tree): number | null;
21
21
  export declare function assertMinimumCypressVersion(minVersion: number, tree?: Tree): void;
22
+ //# sourceMappingURL=versions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/cypress/src/utils/versions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIjD,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,0BAA0B,WAAW,CAAC;AACnD,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAC1C,eAAO,MAAM,2BAA2B,WAAW,CAAC;AACpD,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAgBjD,wBAAgB,QAAQ,CACtB,IAAI,EAAE,IAAI,EACV,mBAAmB,SAAwC;;;;;;;;;EAwB5D;AAED,wBAAgB,+BAA+B,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAc1E;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,EAClB,IAAI,CAAC,EAAE,IAAI,GACV,IAAI,CAON"}