@nx/remix 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 (108) hide show
  1. package/generators.d.ts +1 -0
  2. package/generators.d.ts.map +1 -0
  3. package/index.d.ts +1 -0
  4. package/index.d.ts.map +1 -0
  5. package/package.json +16 -9
  6. package/plugin.d.ts +1 -0
  7. package/plugin.d.ts.map +1 -0
  8. package/plugins/component-testing/index.d.ts +1 -0
  9. package/plugins/component-testing/index.d.ts.map +1 -0
  10. package/project.json +39 -0
  11. package/src/executors/build/build.impl.d.ts +1 -0
  12. package/src/executors/build/build.impl.d.ts.map +1 -0
  13. package/src/executors/serve/serve.impl.d.ts +1 -0
  14. package/src/executors/serve/serve.impl.d.ts.map +1 -0
  15. package/src/generators/action/action.impl.d.ts +1 -0
  16. package/src/generators/action/action.impl.d.ts.map +1 -0
  17. package/src/generators/application/application.impl.d.ts +1 -0
  18. package/src/generators/application/application.impl.d.ts.map +1 -0
  19. package/src/generators/application/lib/add-e2e.d.ts +3 -2
  20. package/src/generators/application/lib/add-e2e.d.ts.map +1 -0
  21. package/src/generators/application/lib/ignore-vite-temp-files.d.ts +1 -0
  22. package/src/generators/application/lib/ignore-vite-temp-files.d.ts.map +1 -0
  23. package/src/generators/application/lib/index.d.ts +1 -0
  24. package/src/generators/application/lib/index.d.ts.map +1 -0
  25. package/src/generators/application/lib/normalize-options.d.ts +1 -0
  26. package/src/generators/application/lib/normalize-options.d.ts.map +1 -0
  27. package/src/generators/application/lib/update-unit-test-config.d.ts +1 -0
  28. package/src/generators/application/lib/update-unit-test-config.d.ts.map +1 -0
  29. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  30. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  31. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts +1 -0
  32. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts.map +1 -0
  33. package/src/generators/convert-to-inferred/lib/serve-post-target-transformer.d.ts +1 -0
  34. package/src/generators/convert-to-inferred/lib/serve-post-target-transformer.d.ts.map +1 -0
  35. package/src/generators/convert-to-inferred/lib/utils.d.ts +1 -0
  36. package/src/generators/convert-to-inferred/lib/utils.d.ts.map +1 -0
  37. package/src/generators/cypress-component-configuration/cypress-component-configuration.impl.d.ts +1 -0
  38. package/src/generators/cypress-component-configuration/cypress-component-configuration.impl.d.ts.map +1 -0
  39. package/src/generators/error-boundary/error-boundary.impl.d.ts +1 -0
  40. package/src/generators/error-boundary/error-boundary.impl.d.ts.map +1 -0
  41. package/src/generators/error-boundary/lib/add-v2-error-boundary.d.ts +1 -0
  42. package/src/generators/error-boundary/lib/add-v2-error-boundary.d.ts.map +1 -0
  43. package/src/generators/error-boundary/lib/index.d.ts +1 -0
  44. package/src/generators/error-boundary/lib/index.d.ts.map +1 -0
  45. package/src/generators/error-boundary/lib/normalize-options.d.ts +1 -0
  46. package/src/generators/error-boundary/lib/normalize-options.d.ts.map +1 -0
  47. package/src/generators/init/init.d.ts +1 -0
  48. package/src/generators/init/init.d.ts.map +1 -0
  49. package/src/generators/library/lib/add-tsconfig-entry-points.d.ts +1 -0
  50. package/src/generators/library/lib/add-tsconfig-entry-points.d.ts.map +1 -0
  51. package/src/generators/library/lib/add-unit-testing.d.ts +1 -0
  52. package/src/generators/library/lib/add-unit-testing.d.ts.map +1 -0
  53. package/src/generators/library/lib/index.d.ts +1 -0
  54. package/src/generators/library/lib/index.d.ts.map +1 -0
  55. package/src/generators/library/lib/normalize-options.d.ts +1 -0
  56. package/src/generators/library/lib/normalize-options.d.ts.map +1 -0
  57. package/src/generators/library/lib/update-buildable-config.d.ts +1 -0
  58. package/src/generators/library/lib/update-buildable-config.d.ts.map +1 -0
  59. package/src/generators/library/library.impl.d.ts +1 -0
  60. package/src/generators/library/library.impl.d.ts.map +1 -0
  61. package/src/generators/loader/loader.impl.d.ts +1 -0
  62. package/src/generators/loader/loader.impl.d.ts.map +1 -0
  63. package/src/generators/meta/lib/v2.impl.d.ts +1 -0
  64. package/src/generators/meta/lib/v2.impl.d.ts.map +1 -0
  65. package/src/generators/meta/meta.impl.d.ts +1 -0
  66. package/src/generators/meta/meta.impl.d.ts.map +1 -0
  67. package/src/generators/preset/lib/normalize-options.d.ts +1 -0
  68. package/src/generators/preset/lib/normalize-options.d.ts.map +1 -0
  69. package/src/generators/preset/preset.impl.d.ts +1 -0
  70. package/src/generators/preset/preset.impl.d.ts.map +1 -0
  71. package/src/generators/resource-route/resource-route.impl.d.ts +1 -0
  72. package/src/generators/resource-route/resource-route.impl.d.ts.map +1 -0
  73. package/src/generators/route/route.impl.d.ts +1 -0
  74. package/src/generators/route/route.impl.d.ts.map +1 -0
  75. package/src/generators/setup/setup.impl.d.ts +1 -0
  76. package/src/generators/setup/setup.impl.d.ts.map +1 -0
  77. package/src/generators/setup-tailwind/setup-tailwind.impl.d.ts +1 -0
  78. package/src/generators/setup-tailwind/setup-tailwind.impl.d.ts.map +1 -0
  79. package/src/generators/storybook-configuration/storybook-configuration.impl.d.ts +1 -0
  80. package/src/generators/storybook-configuration/storybook-configuration.impl.d.ts.map +1 -0
  81. package/src/generators/style/style.impl.d.ts +1 -0
  82. package/src/generators/style/style.impl.d.ts.map +1 -0
  83. package/src/generators/utils/update-dependencies.d.ts +1 -0
  84. package/src/generators/utils/update-dependencies.d.ts.map +1 -0
  85. package/src/plugins/plugin.d.ts +1 -0
  86. package/src/plugins/plugin.d.ts.map +1 -0
  87. package/src/utils/create-watch-paths.d.ts +1 -0
  88. package/src/utils/create-watch-paths.d.ts.map +1 -0
  89. package/src/utils/executor-utils.d.ts +1 -0
  90. package/src/utils/executor-utils.d.ts.map +1 -0
  91. package/src/utils/get-default-export-name.d.ts +1 -0
  92. package/src/utils/get-default-export-name.d.ts.map +1 -0
  93. package/src/utils/get-default-export.d.ts +1 -0
  94. package/src/utils/get-default-export.d.ts.map +1 -0
  95. package/src/utils/insert-import.d.ts +1 -0
  96. package/src/utils/insert-import.d.ts.map +1 -0
  97. package/src/utils/insert-statement-after-imports.d.ts +1 -0
  98. package/src/utils/insert-statement-after-imports.d.ts.map +1 -0
  99. package/src/utils/insert-statement-in-default-function.d.ts +1 -0
  100. package/src/utils/insert-statement-in-default-function.d.ts.map +1 -0
  101. package/src/utils/remix-config.d.ts +1 -0
  102. package/src/utils/remix-config.d.ts.map +1 -0
  103. package/src/utils/remix-route-utils.d.ts +1 -0
  104. package/src/utils/remix-route-utils.d.ts.map +1 -0
  105. package/src/utils/testing-config-utils.d.ts +1 -0
  106. package/src/utils/testing-config-utils.d.ts.map +1 -0
  107. package/src/utils/versions.d.ts +1 -0
  108. package/src/utils/versions.d.ts.map +1 -0
package/generators.d.ts CHANGED
@@ -12,3 +12,4 @@ export { default as setupTailwindGenerator } from './src/generators/setup-tailwi
12
12
  export { default as storybookConfigurationGenerator } from './src/generators/storybook-configuration/storybook-configuration.impl';
13
13
  export { default as styleGenerator } from './src/generators/style/style.impl';
14
14
  export { default as initGenerator } from './src/generators/init/init';
15
+ //# sourceMappingURL=generators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generators.d.ts","sourceRoot":"","sources":["../../../packages/remix/generators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,sCAAsC,EAAE,MAAM,uFAAuF,CAAC;AAC1J,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AACxG,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AACxG,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AACxG,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,uEAAuE,CAAC;AACnI,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC"}
package/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createWatchPaths } from './src/utils/create-watch-paths';
2
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/remix/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "21.3.0",
3
+ "version": "21.4.0-beta.0",
4
4
  "description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,12 +29,16 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "21.3.0",
33
- "@nx/js": "21.3.0",
34
- "@nx/react": "21.3.0",
32
+ "@nx/devkit": "21.4.0-beta.0",
33
+ "@nx/js": "21.4.0-beta.0",
34
+ "@nx/react": "21.4.0-beta.0",
35
+ "@nx/workspace": "21.4.0-beta.0",
35
36
  "tslib": "^2.3.1",
36
37
  "@phenomnomnominal/tsquery": "~5.0.1"
37
38
  },
39
+ "devDependencies": {
40
+ "nx": "21.4.0-beta.0"
41
+ },
38
42
  "peerDependencies": {
39
43
  "@remix-run/dev": "^2.14.0"
40
44
  },
@@ -42,14 +46,17 @@
42
46
  "access": "public"
43
47
  },
44
48
  "exports": {
45
- ".": "./index.js",
46
- "./plugin": "./plugin.js",
47
- "./plugins/component-testing": "./plugins/component-testing/index.js",
49
+ ".": {
50
+ "defautl": "./index.js",
51
+ "types": "./index.d.ts"
52
+ },
48
53
  "./package.json": "./package.json",
49
- "./executors.json": "./executors.json",
50
54
  "./generators.json": "./generators.json",
55
+ "./executors.json": "./executors.json",
51
56
  "./migrations.json": "./migrations.json",
52
- "./generators": "./generators.js"
57
+ "./generators": "./generators.js",
58
+ "./plugin": "./plugin.js",
59
+ "./plugins/component-testing": "./plugins/component-testing/index.js"
53
60
  },
54
61
  "types": "./index.d.ts",
55
62
  "type": "commonjs"
package/plugin.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createNodes, createNodesV2, createDependencies, RemixPluginOptions, } from './src/plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/remix/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,sBAAsB,CAAC"}
@@ -28,3 +28,4 @@ export declare function nxComponentTestingPreset(pathToConfig: string): {
28
28
  chromeWebSecurity: boolean;
29
29
  };
30
30
  export {};
31
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/plugins/component-testing/index.ts"],"names":[],"mappings":"AAMA,KAAK,aAAa,GAAG;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,MAAM,GAAG;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,aAAa,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAuCA"}
package/project.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "remix",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/remix/src",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "build": {
8
+ "outputs": ["{workspaceRoot}/dist/packages/remix/README.md"],
9
+ "command": "node ./scripts/copy-readme.js remix"
10
+ },
11
+ "legacy-post-build": {
12
+ "executor": "@nx/workspace-plugin:legacy-post-build",
13
+ "options": {
14
+ "tsConfig": "./tsconfig.lib.json",
15
+ "assets": [
16
+ "packages/remix/*.md",
17
+ {
18
+ "input": "./packages/remix/src",
19
+ "glob": "**/!(*.ts)",
20
+ "output": "./src"
21
+ },
22
+ {
23
+ "input": "./packages/remix/src",
24
+ "glob": "**/*.d.ts",
25
+ "output": "./src"
26
+ },
27
+ {
28
+ "input": "./packages/remix",
29
+ "glob": "**.json",
30
+ "output": ".",
31
+ "ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"]
32
+ },
33
+ "LICENSE"
34
+ ]
35
+ }
36
+ }
37
+ },
38
+ "tags": []
39
+ }
@@ -3,3 +3,4 @@ import { type RemixBuildSchema } from './schema';
3
3
  export default function buildExecutor(options: RemixBuildSchema, context: ExecutorContext): Promise<{
4
4
  success: boolean;
5
5
  }>;
6
+ //# sourceMappingURL=build.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/executors/build/build.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,eAAe,EACrB,MAAM,YAAY,CAAC;AAOpB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AA+BjD,wBAA8B,aAAa,CACzC,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,eAAe;;GAyEzB"}
@@ -4,3 +4,4 @@ export default function serveExecutor(schema: RemixServeSchema, context: Executo
4
4
  success: boolean;
5
5
  baseUrl: string;
6
6
  }, void, any>;
7
+ //# sourceMappingURL=serve.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/executors/serve/serve.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAKjE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAyCjD,wBAA+B,aAAa,CAC1C,MAAM,EAAE,gBAAgB,EACxB,OAAO,EAAE,eAAe;aAcc,OAAO;aAAW,MAAM;cAiC/D"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { LoaderSchema } from './schema';
3
3
  export default function (tree: Tree, schema: LoaderSchema): Promise<void>;
4
+ //# sourceMappingURL=action.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/action/action.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAAE,MAAM,YAAY,CAAC;AAI/C,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,yBAA+B,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,iBAqC9D"}
@@ -3,3 +3,4 @@ import { NxRemixGeneratorSchema } from './schema';
3
3
  export declare function remixApplicationGenerator(tree: Tree, options: NxRemixGeneratorSchema): Promise<GeneratorCallback>;
4
4
  export declare function remixApplicationGeneratorInternal(tree: Tree, _options: NxRemixGeneratorSchema): Promise<GeneratorCallback>;
5
5
  export default remixApplicationGenerator;
6
+ //# sourceMappingURL=application.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/application/application.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,iBAAiB,EAMjB,IAAI,EAGL,MAAM,YAAY,CAAC;AA6BpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAOlD,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,8BAOhC;AAED,wBAAsB,iCAAiC,CACrD,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,sBAAsB,8BAySjC;AAED,eAAe,yBAAyB,CAAC"}
@@ -1,3 +1,4 @@
1
- import { type Tree } from '@nx/devkit';
1
+ import { type Tree, GeneratorCallback } from '@nx/devkit';
2
2
  import { type NormalizedSchema } from './normalize-options';
3
- export declare function addE2E(tree: Tree, options: NormalizedSchema): Promise<import("@nx/devkit").GeneratorCallback>;
3
+ export declare function addE2E(tree: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=add-e2e.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,IAAI,EAIT,iBAAiB,EAGlB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAK5D,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAoH5B"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export declare function ignoreViteTempFiles(tree: Tree, projectRoot?: string | undefined): Promise<void>;
3
3
  export declare function isEslintInstalled(tree: Tree): boolean;
4
+ //# sourceMappingURL=ignore-vite-temp-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ignore-vite-temp-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/application/lib/ignore-vite-temp-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAG9E,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,IAAI,EACV,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,GAC/B,OAAO,CAAC,IAAI,CAAC,CAGf;AAqDD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAYrD"}
@@ -2,3 +2,4 @@ export * from './normalize-options';
2
2
  export * from './update-unit-test-config';
3
3
  export * from './add-e2e';
4
4
  export * from './ignore-vite-temp-files';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/application/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC"}
@@ -10,3 +10,4 @@ export interface NormalizedSchema extends NxRemixGeneratorSchema {
10
10
  isUsingTsSolutionConfig: boolean;
11
11
  }
12
12
  export declare function normalizeOptions(tree: Tree, options: NxRemixGeneratorSchema): Promise<NormalizedSchema>;
13
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAMnD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAExD,MAAM,WAAW,gBAAiB,SAAQ,sBAAsB;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,gBAAgB,CAAC,CAwC3B"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export declare function updateUnitTestConfig(tree: Tree, pathToRoot: string, unitTestRunner: 'vitest' | 'jest', rootProject: boolean): import("@nx/devkit").GeneratorCallback;
3
+ //# sourceMappingURL=update-unit-test-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-unit-test-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/application/lib/update-unit-test-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EAGV,MAAM,YAAY,CAAC;AAcpB,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,cAAc,EAAE,QAAQ,GAAG,MAAM,EACjC,WAAW,EAAE,OAAO,0CA0ErB"}
@@ -5,3 +5,4 @@ interface Schema {
5
5
  }
6
6
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>;
7
7
  export default convertToInferred;
8
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAU7E,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,uBA6ClE;AAED,eAAe,iBAAiB,CAAC"}
@@ -4,3 +4,4 @@ export declare function buildPostTargetTransformer(migrationLogs: AggregatedLog)
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;
7
+ //# sourceMappingURL=build-post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/convert-to-inferred/lib/build-post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAI/F,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,aAAa,IAEnE,QAAQ,mBAAmB,EAC3B,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAqDnD"}
@@ -4,3 +4,4 @@ export declare function servePostTargetTransformer(migrationLogs: AggregatedLog)
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;
7
+ //# sourceMappingURL=serve-post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve-post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/convert-to-inferred/lib/serve-post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAG/F,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,aAAa,IAEnE,QAAQ,mBAAmB,EAC3B,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAwCnD"}
@@ -8,3 +8,4 @@ export declare const REMIX_PROPERTY_MAPPINGS: {
8
8
  tlsCert: string;
9
9
  };
10
10
  export declare function getConfigFilePath(tree: Tree, root: string): string;
11
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/convert-to-inferred/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAqB,MAAM,YAAY,CAAC;AAG1D,eAAO,MAAM,uBAAuB;;;;;;;CAOnC,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,UAMzD"}
@@ -3,3 +3,4 @@ import { type CypressComponentConfigurationSchema } from './schema';
3
3
  export declare function cypressComponentConfigurationGenerator(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>;
4
4
  export declare function cypressComponentConfigurationGeneratorInternal(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>;
5
5
  export default cypressComponentConfigurationGenerator;
6
+ //# sourceMappingURL=cypress-component-configuration.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress-component-configuration.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/cypress-component-configuration/cypress-component-configuration.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,UAAU,CAAC;AAGpE,wBAAgB,sCAAsC,CACpD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mCAAmC,iBAM7C;AAED,wBAAsB,8CAA8C,CAClE,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mCAAmC,iBAuB7C;AAED,eAAe,sCAAsC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { ErrorBoundarySchema } from './schema';
3
3
  export default function errorBoundaryGenerator(tree: Tree, schema: ErrorBoundarySchema): Promise<void>;
4
+ //# sourceMappingURL=error-boundary.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-boundary.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/error-boundary/error-boundary.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,wBAA8B,sBAAsB,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,mBAAmB,iBAS5B"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { ErrorBoundarySchema } from '../schema';
3
3
  export declare function addV2ErrorBoundary(tree: Tree, options: ErrorBoundarySchema): void;
4
+ //# sourceMappingURL=add-v2-error-boundary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-v2-error-boundary.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/error-boundary/lib/add-v2-error-boundary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAGrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,mBAAmB,QAmC1E"}
@@ -1,2 +1,3 @@
1
1
  export * from './add-v2-error-boundary';
2
2
  export * from './normalize-options';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/error-boundary/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { ErrorBoundarySchema } from '../schema';
3
3
  export declare function normalizeOptions(tree: Tree, schema: ErrorBoundarySchema): Promise<ErrorBoundarySchema>;
4
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/error-boundary/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,mBAAmB,GAC1B,OAAO,CAAC,mBAAmB,CAAC,CAa9B"}
@@ -3,3 +3,4 @@ import { type Schema } from './schema';
3
3
  export declare function remixInitGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>;
4
4
  export declare function remixInitGeneratorInternal(tree: Tree, options: Schema): Promise<GeneratorCallback>;
5
5
  export default remixInitGenerator;
6
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAGjB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,8BAE7D;AAED,wBAAsB,0BAA0B,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,8BAgE3E;AAED,eAAe,kBAAkB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { Tree } from '@nx/devkit';
2
2
  import type { RemixLibraryOptions } from './normalize-options';
3
3
  export declare function addTsconfigEntryPoints(tree: Tree, options: RemixLibraryOptions): void;
4
+ //# sourceMappingURL=add-tsconfig-entry-points.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tsconfig-entry-points.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/library/lib/add-tsconfig-entry-points.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAQvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE/D,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mBAAmB,QAwB7B"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { RemixLibraryOptions } from './normalize-options';
3
3
  export declare function addUnitTestingSetup(tree: Tree, options: RemixLibraryOptions): import("@nx/devkit").GeneratorCallback;
4
+ //# sourceMappingURL=add-unit-testing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-unit-testing.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/library/lib/add-unit-testing.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAWpB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE/D,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,mBAAmB,0CA2C3E"}
@@ -2,3 +2,4 @@ export * from './add-tsconfig-entry-points';
2
2
  export * from './add-unit-testing';
3
3
  export * from './normalize-options';
4
4
  export * from './update-buildable-config';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/library/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC"}
@@ -6,3 +6,4 @@ export interface RemixLibraryOptions extends NxRemixGeneratorSchema {
6
6
  isUsingTsSolutionConfig: boolean;
7
7
  }
8
8
  export declare function normalizeOptions(tree: Tree, options: NxRemixGeneratorSchema): Promise<RemixLibraryOptions>;
9
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAKnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAGxD,MAAM,WAAW,mBAAoB,SAAQ,sBAAsB;IACjE,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,mBAAmB,CAAC,CA0B9B"}
@@ -1,3 +1,4 @@
1
1
  import type { Tree } from '@nx/devkit';
2
2
  import type { RemixLibraryOptions } from './normalize-options';
3
3
  export declare function updateBuildableConfig(tree: Tree, options: RemixLibraryOptions): void;
4
+ //# sourceMappingURL=update-buildable-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-buildable-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/library/lib/update-buildable-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAOvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE/D,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mBAAmB,QAqB7B"}
@@ -4,3 +4,4 @@ import type { NxRemixGeneratorSchema } from './schema';
4
4
  export declare function remixLibraryGenerator(tree: Tree, schema: NxRemixGeneratorSchema): Promise<GeneratorCallback>;
5
5
  export declare function remixLibraryGeneratorInternal(tree: Tree, schema: NxRemixGeneratorSchema): Promise<GeneratorCallback>;
6
6
  export default remixLibraryGenerator;
7
+ //# sourceMappingURL=library.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"library.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/library/library.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAe,iBAAiB,EAAoB,MAAM,YAAY,CAAC;AAS9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAOvD,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,sBAAsB,8BAO/B;AAED,wBAAsB,6BAA6B,CACjD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,sBAAsB,8BAiE/B;AAED,eAAe,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { LoaderSchema } from './schema';
3
3
  export default function (tree: Tree, schema: LoaderSchema): Promise<void>;
4
+ //# sourceMappingURL=loader.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/loader/loader.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAAE,MAAM,YAAY,CAAC;AAI/C,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,yBAA+B,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,iBAqC9D"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { MetaSchema } from '../schema';
3
3
  export declare function v2MetaGenerator(tree: Tree, schema: MetaSchema): Promise<void>;
4
+ //# sourceMappingURL=v2.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.impl.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/meta/lib/v2.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAAE,MAAM,YAAY,CAAC;AAI/C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,wBAAsB,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,iBAyBnE"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { MetaSchema } from './schema';
3
3
  export default function (tree: Tree, schema: MetaSchema): Promise<void>;
4
+ //# sourceMappingURL=meta.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/meta/meta.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,yBAA+B,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,iBAE5D"}
@@ -8,3 +8,4 @@ export interface NormalizedSchema extends RemixGeneratorSchema {
8
8
  e2eTestRunner?: 'cypress' | 'none';
9
9
  }
10
10
  export declare function normalizeOptions(tree: Tree, options: RemixGeneratorSchema): NormalizedSchema;
11
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/remix/src/generators/preset/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;IAC5C,aAAa,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;CACpC;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAgBlB"}
@@ -1,3 +1,4 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  import { RemixGeneratorSchema } from './schema';
3
3
  export default function (tree: Tree, _options: RemixGeneratorSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=preset.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preset.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/preset/preset.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,iBAAiB,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAM9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,yBAA+B,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,oBAAoB,8BA8BxE"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { RemixRouteSchema } from './schema';
3
3
  export default function (tree: Tree, options: RemixRouteSchema): Promise<void>;
4
+ //# sourceMappingURL=resource-route.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-route.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/resource-route/resource-route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAAE,MAAM,YAAY,CAAC;AAK/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,yBAA+B,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,iBAqCnE"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { RemixRouteSchema } from './schema';
3
3
  export default function (tree: Tree, options: RemixRouteSchema): Promise<void>;
4
+ //# sourceMappingURL=route.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/route/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAQpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,yBAA+B,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,iBAmEnE"}
@@ -1,2 +1,3 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<GeneratorCallback>;
3
+ //# sourceMappingURL=setup.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/setup/setup.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAGpB,yBAA+B,IAAI,EAAE,IAAI,8BAiCxC"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { SetupTailwindSchema } from './schema';
3
3
  export default function setupTailwind(tree: Tree, options: SetupTailwindSchema): Promise<() => void>;
4
+ //# sourceMappingURL=setup-tailwind.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-tailwind.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/setup-tailwind/setup-tailwind.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAOpB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAGpD,wBAA8B,aAAa,CACzC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mBAAmB,uBAiC7B"}
@@ -2,3 +2,4 @@ import { type Tree } from '@nx/devkit';
2
2
  import type { StorybookConfigurationSchema } from './schema';
3
3
  export declare function remixStorybookConfiguration(tree: Tree, schema: StorybookConfigurationSchema): Promise<import("@nx/devkit").GeneratorCallback>;
4
4
  export default function remixStorybookConfigurationInternal(tree: Tree, schema: StorybookConfigurationSchema): Promise<import("@nx/devkit").GeneratorCallback>;
5
+ //# sourceMappingURL=storybook-configuration.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storybook-configuration.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/storybook-configuration/storybook-configuration.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAEpB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAG7D,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,4BAA4B,mDAMrC;AAQD,wBAA8B,mCAAmC,CAC/D,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,4BAA4B,mDAuBrC"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { RemixStyleSchema } from './schema';
3
3
  export default function (tree: Tree, options: RemixStyleSchema): Promise<void>;
4
+ //# sourceMappingURL=style.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/style/style.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAW5C,yBAA+B,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,iBAoEnE"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export declare function updateDependencies(tree: Tree): import("@nx/devkit").GeneratorCallback;
3
+ //# sourceMappingURL=update-dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../packages/remix/src/generators/utils/update-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAgC,MAAM,YAAY,CAAC;AAcrE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,0CAmB5C"}
@@ -14,3 +14,4 @@ export interface RemixPluginOptions {
14
14
  export declare const createDependencies: CreateDependencies;
15
15
  export declare const createNodesV2: CreateNodesV2<RemixPluginOptions>;
16
16
  export declare const createNodes: CreateNodes<RemixPluginOptions>;
17
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/plugins/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,WAAW,EAGhB,aAAa,EASd,MAAM,YAAY,CAAC;AAYpB,MAAM,WAAW,kBAAkB;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAmBD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,kBAAkB,CAwB3D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,kBAAkB,CAcvD,CAAC"}
@@ -6,3 +6,4 @@ import { type ProjectGraph, type ProjectGraphProjectNode } from '@nx/devkit';
6
6
  */
7
7
  export declare function createWatchPaths(dirname: string): Promise<string[]>;
8
8
  export declare function getRelativeDependencyPaths(project: ProjectGraphProjectNode, deps: string[], graph: ProjectGraph): string[];
9
+ //# sourceMappingURL=create-watch-paths.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-watch-paths.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/create-watch-paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,YAAY,EACjB,KAAK,uBAAuB,EAC7B,MAAM,YAAY,CAAC;AAQpB;;;;GAIG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAUzE;AAGD,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,uBAAuB,EAChC,IAAI,EAAE,MAAM,EAAE,EACd,KAAK,EAAE,YAAY,GAClB,MAAM,EAAE,CAqBV"}
@@ -1 +1,2 @@
1
1
  export declare function loadViteDynamicImport(): Promise<typeof import("vite")>;
2
+ //# sourceMappingURL=executor-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executor-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/executor-utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,IACW,OAAO,CAAC,cAAc,MAAM,CAAC,CAAC,CAC7E"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function getDefaultExportName(tree: Tree, path: string): string;
3
+ //# sourceMappingURL=get-default-export-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-default-export-name.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/get-default-export-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlC,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,UAE5D"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function getDefaultExport(tree: Tree, path: string): import("typescript").FunctionDeclaration;
3
+ //# sourceMappingURL=get-default-export.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-default-export.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/get-default-export.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAQlC,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,4CAoBxD"}
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
2
2
  export declare function insertImport(tree: Tree, path: string, name: string, modulePath: string, options?: {
3
3
  typeOnly: boolean;
4
4
  }): void;
5
+ //# sourceMappingURL=insert-import.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-import.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/insert-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAWpE,wBAAgB,YAAY,CAC1B,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE;IAAE,QAAQ,EAAE,OAAO,CAAA;CAAwB,QAyErD"}
@@ -3,3 +3,4 @@ import { Tree } from '@nx/devkit';
3
3
  * Insert a statement after the last import statement in a file
4
4
  */
5
5
  export declare function insertStatementAfterImports(tree: Tree, path: string, statement: string): void;
6
+ //# sourceMappingURL=insert-statement-after-imports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-statement-after-imports.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/insert-statement-after-imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAOpE;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,QAyBlB"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function insertStatementInDefaultFunction(tree: Tree, path: string, statement: any): void;
3
+ //# sourceMappingURL=insert-statement-in-default-function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-statement-in-default-function.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/insert-statement-in-default-function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAGpE,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,SAAS,KAAA,QAsBV"}
@@ -4,3 +4,4 @@ export declare function getRemixConfigPathDetails(tree: Tree, projectName: strin
4
4
  export declare function getRemixConfigPath(tree: Tree, projectName: string): string;
5
5
  export declare function getRemixConfigPathFromProjectRoot(tree: Tree, projectRoot: string): string;
6
6
  export declare function getRemixConfigValues(tree: Tree, projectName: string): Promise<AppConfig>;
7
+ //# sourceMappingURL=remix-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remix-config.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/remix-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EAEL,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,YAiBxE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,UAUjE;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,UAapB;AAID,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,sBAgCzE"}
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
2
2
  export declare function normalizeRoutePath(path: string): string;
3
3
  export declare function checkRoutePathForErrors(path: string): RegExpMatchArray;
4
4
  export declare function resolveRemixAppDirectory(tree: Tree, projectName: string): Promise<string>;
5
+ //# sourceMappingURL=remix-route-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remix-route-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/remix-route-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,IAAI,EAAE,MAAM,YAAY,CAAC;AAI/E,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,UAI9C;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,oBAMnD;AAED,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,mBAWpB"}
@@ -3,3 +3,4 @@ export declare function updateVitestTestSetup(tree: Tree, pathToVitestConfig: st
3
3
  export declare function updateJestTestSetup(tree: Tree, pathToJestConfig: string, pathToTestSetup: string): void;
4
4
  export declare function updateJestTestMatch(tree: Tree, pathToJestConfig: string, includesString: string): void;
5
5
  export declare function updateVitestTestIncludes(tree: Tree, pathToVitestConfig: string, includesString: string): void;
6
+ //# sourceMappingURL=testing-config-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testing-config-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/testing-config-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAKrD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,kBAAkB,EAAE,MAAM,EAC1B,eAAe,EAAE,MAAM,QA6CxB;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,gBAAgB,EAAE,MAAM,EACxB,eAAe,EAAE,MAAM,QA0CxB;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,gBAAgB,EAAE,MAAM,EACxB,cAAc,EAAE,MAAM,QAsBvB;AAED,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,IAAI,EACV,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,MAAM,QAsBvB"}
@@ -18,3 +18,4 @@ export declare const testingLibraryUserEventsVersion = "^14.5.2";
18
18
  export declare const viteVersion = "^5.0.0";
19
19
  export declare function getRemixVersion(tree: Tree): string;
20
20
  export declare function getPackageVersion(tree: Tree, packageName: string): any;
21
+ //# sourceMappingURL=versions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/utils/versions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,IAAI,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,eAAe,WAAW,CAAC;AACxC,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,eAAO,MAAM,mBAAmB,aAAa,CAAC;AAC9C,eAAO,MAAM,0BAA0B,YAAY,CAAC;AAEpD,eAAO,MAAM,4BAA4B,UAAU,CAAC;AACpD,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAClD,eAAO,MAAM,+BAA+B,YAAY,CAAC;AACzD,eAAO,MAAM,WAAW,WAAW,CAAC;AAEpC,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAElD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,OAOhE"}