@nx/nest 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.
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/package.json +6 -6
- package/project.json +53 -0
- package/src/generators/application/application.d.ts +1 -0
- package/src/generators/application/application.d.ts.map +1 -0
- package/src/generators/application/lib/create-files.d.ts +1 -0
- package/src/generators/application/lib/create-files.d.ts.map +1 -0
- package/src/generators/application/lib/index.d.ts +1 -0
- package/src/generators/application/lib/index.d.ts.map +1 -0
- package/src/generators/application/lib/normalize-options.d.ts +1 -0
- package/src/generators/application/lib/normalize-options.d.ts.map +1 -0
- package/src/generators/application/lib/update-tsconfig.d.ts +1 -0
- package/src/generators/application/lib/update-tsconfig.d.ts.map +1 -0
- package/src/generators/class/class.d.ts +1 -0
- package/src/generators/class/class.d.ts.map +1 -0
- package/src/generators/controller/controller.d.ts +1 -0
- package/src/generators/controller/controller.d.ts.map +1 -0
- package/src/generators/decorator/decorator.d.ts +1 -0
- package/src/generators/decorator/decorator.d.ts.map +1 -0
- package/src/generators/filter/filter.d.ts +1 -0
- package/src/generators/filter/filter.d.ts.map +1 -0
- package/src/generators/gateway/gateway.d.ts +1 -0
- package/src/generators/gateway/gateway.d.ts.map +1 -0
- package/src/generators/guard/guard.d.ts +1 -0
- package/src/generators/guard/guard.d.ts.map +1 -0
- package/src/generators/init/init.d.ts +1 -0
- package/src/generators/init/init.d.ts.map +1 -0
- package/src/generators/init/lib/add-dependencies.d.ts +1 -0
- package/src/generators/init/lib/add-dependencies.d.ts.map +1 -0
- package/src/generators/init/lib/index.d.ts +1 -0
- package/src/generators/init/lib/index.d.ts.map +1 -0
- package/src/generators/interceptor/interceptor.d.ts +1 -0
- package/src/generators/interceptor/interceptor.d.ts.map +1 -0
- package/src/generators/interface/interface.d.ts +1 -0
- package/src/generators/interface/interface.d.ts.map +1 -0
- package/src/generators/library/lib/add-exports-to-barrel.d.ts +1 -0
- package/src/generators/library/lib/add-exports-to-barrel.d.ts.map +1 -0
- package/src/generators/library/lib/add-project.d.ts +1 -0
- package/src/generators/library/lib/add-project.d.ts.map +1 -0
- package/src/generators/library/lib/create-files.d.ts +1 -0
- package/src/generators/library/lib/create-files.d.ts.map +1 -0
- package/src/generators/library/lib/delete-files.d.ts +1 -0
- package/src/generators/library/lib/delete-files.d.ts.map +1 -0
- package/src/generators/library/lib/index.d.ts +1 -0
- package/src/generators/library/lib/index.d.ts.map +1 -0
- package/src/generators/library/lib/normalize-options.d.ts +1 -0
- package/src/generators/library/lib/normalize-options.d.ts.map +1 -0
- package/src/generators/library/lib/update-tsconfig.d.ts +1 -0
- package/src/generators/library/lib/update-tsconfig.d.ts.map +1 -0
- package/src/generators/library/library.d.ts +1 -0
- package/src/generators/library/library.d.ts.map +1 -0
- package/src/generators/middleware/middleware.d.ts +1 -0
- package/src/generators/middleware/middleware.d.ts.map +1 -0
- package/src/generators/module/module.d.ts +1 -0
- package/src/generators/module/module.d.ts.map +1 -0
- package/src/generators/pipe/pipe.d.ts +1 -0
- package/src/generators/pipe/pipe.d.ts.map +1 -0
- package/src/generators/provider/provider.d.ts +1 -0
- package/src/generators/provider/provider.d.ts.map +1 -0
- package/src/generators/resolver/resolver.d.ts +1 -0
- package/src/generators/resolver/resolver.d.ts.map +1 -0
- package/src/generators/resource/resource.d.ts +1 -0
- package/src/generators/resource/resource.d.ts.map +1 -0
- package/src/generators/service/service.d.ts +1 -0
- package/src/generators/service/service.d.ts.map +1 -0
- package/src/generators/utils/index.d.ts +1 -0
- package/src/generators/utils/index.d.ts.map +1 -0
- package/src/generators/utils/normalize-options.d.ts +1 -0
- package/src/generators/utils/normalize-options.d.ts.map +1 -0
- package/src/generators/utils/run-nest-schematic.d.ts +1 -0
- package/src/generators/utils/run-nest-schematic.d.ts.map +1 -0
- package/src/generators/utils/testing.d.ts +1 -0
- package/src/generators/utils/testing.d.ts.map +1 -0
- package/src/generators/utils/types.d.ts +1 -0
- package/src/generators/utils/types.d.ts.map +1 -0
- package/src/utils/ensure-dependencies.d.ts +1 -0
- package/src/utils/ensure-dependencies.d.ts.map +1 -0
- package/src/utils/versions.d.ts +1 -0
- package/src/utils/versions.d.ts.map +1 -0
package/index.d.ts
CHANGED
|
@@ -16,3 +16,4 @@ export { providerGenerator } from './src/generators/provider/provider';
|
|
|
16
16
|
export { resolverGenerator } from './src/generators/resolver/resolver';
|
|
17
17
|
export { resourceGenerator } from './src/generators/resource/resource';
|
|
18
18
|
export { serviceGenerator } from './src/generators/service/service';
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/nest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/nest",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.4.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"CLI",
|
|
18
18
|
"Backend"
|
|
19
19
|
],
|
|
20
|
-
"main": "./index",
|
|
20
|
+
"main": "./index.js",
|
|
21
21
|
"typings": "./index.d.ts",
|
|
22
22
|
"author": "Victor Savkin",
|
|
23
23
|
"license": "MIT",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@nestjs/schematics": "^11.0.0",
|
|
35
|
-
"@nx/devkit": "21.
|
|
36
|
-
"@nx/js": "21.
|
|
37
|
-
"@nx/eslint": "21.
|
|
38
|
-
"@nx/node": "21.
|
|
35
|
+
"@nx/devkit": "21.4.0-beta.0",
|
|
36
|
+
"@nx/js": "21.4.0-beta.0",
|
|
37
|
+
"@nx/eslint": "21.4.0-beta.0",
|
|
38
|
+
"@nx/node": "21.4.0-beta.0",
|
|
39
39
|
"tslib": "^2.3.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
package/project.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nest",
|
|
3
|
+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
4
|
+
"sourceRoot": "packages/nest",
|
|
5
|
+
"projectType": "library",
|
|
6
|
+
"targets": {
|
|
7
|
+
"build": {
|
|
8
|
+
"outputs": ["{workspaceRoot}/dist/packages/nest/README.md"],
|
|
9
|
+
"command": "node ./scripts/copy-readme.js nest"
|
|
10
|
+
},
|
|
11
|
+
"legacy-post-build": {
|
|
12
|
+
"executor": "@nx/workspace-plugin:legacy-post-build",
|
|
13
|
+
"options": {
|
|
14
|
+
"tsConfig": "./tsconfig.lib.json",
|
|
15
|
+
"assets": [
|
|
16
|
+
{
|
|
17
|
+
"input": "packages/nest",
|
|
18
|
+
"glob": "**/files/**",
|
|
19
|
+
"output": "/"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"input": "packages/nest",
|
|
23
|
+
"glob": "**/files/**/.gitkeep",
|
|
24
|
+
"output": "/"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"input": "packages/nest",
|
|
28
|
+
"glob": "**/*.json",
|
|
29
|
+
"ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
|
|
30
|
+
"output": "/"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"input": "packages/nest",
|
|
34
|
+
"glob": "**/*.js",
|
|
35
|
+
"ignore": ["**/jest.config.js"],
|
|
36
|
+
"output": "/"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"input": "packages/nest",
|
|
40
|
+
"glob": "**/*.d.ts",
|
|
41
|
+
"output": "/"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"input": "",
|
|
45
|
+
"glob": "LICENSE",
|
|
46
|
+
"output": "/"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"implicitDependencies": ["node", "eslint"]
|
|
53
|
+
}
|
|
@@ -3,3 +3,4 @@ import type { ApplicationGeneratorOptions } from './schema';
|
|
|
3
3
|
export declare function applicationGenerator(tree: Tree, rawOptions: ApplicationGeneratorOptions): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function applicationGeneratorInternal(tree: Tree, rawOptions: ApplicationGeneratorOptions): Promise<GeneratorCallback>;
|
|
5
5
|
export default applicationGenerator;
|
|
6
|
+
//# sourceMappingURL=application.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/application/application.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAW1D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAG5D,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,2BAA2B,GACtC,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,2BAA2B,GACtC,OAAO,CAAC,iBAAiB,CAAC,CA0B5B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/application/lib/create-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAqBxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/application/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { Schema as NodeApplicationGeneratorOptions } from '@nx/node/src/gen
|
|
|
3
3
|
import type { ApplicationGeneratorOptions, NormalizedOptions } from '../schema';
|
|
4
4
|
export declare function normalizeOptions(tree: Tree, options: ApplicationGeneratorOptions): Promise<NormalizedOptions>;
|
|
5
5
|
export declare function toNodeApplicationGeneratorOptions(options: NormalizedOptions): NodeApplicationGeneratorOptions;
|
|
6
|
+
//# sourceMappingURL=normalize-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAc,MAAM,YAAY,CAAC;AAM9C,OAAO,KAAK,EAAE,MAAM,IAAI,+BAA+B,EAAE,MAAM,4CAA4C,CAAC;AAC5G,OAAO,KAAK,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEhF,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,GACnC,OAAO,CAAC,iBAAiB,CAAC,CA2B5B;AAED,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,iBAAiB,GACzB,+BAA+B,CAmBjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/application/lib/update-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAGnD,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAqC3E"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type ClassGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function classGenerator(tree: Tree, rawOptions: ClassGeneratorOptions): Promise<any>;
|
|
5
5
|
export default classGenerator;
|
|
6
|
+
//# sourceMappingURL=class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/class/class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,qBAAqB,GAAG,+BAA+B,GACjE,2BAA2B,CAAC;AAE9B,wBAAsB,cAAc,CAClC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,qBAAqB,GAChC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -6,3 +6,4 @@ export type ControllerGeneratorOptions = NestGeneratorWithLanguageOption & NestG
|
|
|
6
6
|
};
|
|
7
7
|
export declare function controllerGenerator(tree: Tree, rawOptions: ControllerGeneratorOptions): Promise<any>;
|
|
8
8
|
export default controllerGenerator;
|
|
9
|
+
//# sourceMappingURL=controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/controller/controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,0BAA0B,GAAG,+BAA+B,GACtE,2BAA2B,GAAG;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,0BAA0B,GACrC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption } from '../utils';
|
|
|
3
3
|
export type DecoratorGeneratorOptions = NestGeneratorWithLanguageOption;
|
|
4
4
|
export declare function decoratorGenerator(tree: Tree, rawOptions: DecoratorGeneratorOptions): Promise<any>;
|
|
5
5
|
export default decoratorGenerator;
|
|
6
|
+
//# sourceMappingURL=decorator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/decorator/decorator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAEhC,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,CAAC;AAExE,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,yBAAyB,GACpC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type FilterGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function filterGenerator(tree: Tree, rawOptions: FilterGeneratorOptions): Promise<any>;
|
|
5
5
|
export default filterGenerator;
|
|
6
|
+
//# sourceMappingURL=filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/filter/filter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,sBAAsB,GAAG,+BAA+B,GAClE,2BAA2B,CAAC;AAE9B,wBAAsB,eAAe,CACnC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,sBAAsB,GACjC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type GatewayGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function gatewayGenerator(tree: Tree, rawOptions: GatewayGeneratorOptions): Promise<any>;
|
|
5
5
|
export default gatewayGenerator;
|
|
6
|
+
//# sourceMappingURL=gateway.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/gateway/gateway.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,uBAAuB,GAAG,+BAA+B,GACnE,2BAA2B,CAAC;AAE9B,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,uBAAuB,GAClC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type GuardGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function guardGenerator(tree: Tree, rawOptions: GuardGeneratorOptions): Promise<any>;
|
|
5
5
|
export default guardGenerator;
|
|
6
|
+
//# sourceMappingURL=guard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guard.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/guard/guard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,qBAAqB,GAAG,+BAA+B,GACjE,2BAA2B,CAAC;AAE9B,wBAAsB,cAAc,CAClC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,qBAAqB,GAChC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -2,3 +2,4 @@ import type { GeneratorCallback, Tree } from '@nx/devkit';
|
|
|
2
2
|
import type { InitGeneratorOptions } from './schema';
|
|
3
3
|
export declare function initGenerator(tree: Tree, options: InitGeneratorOptions): Promise<GeneratorCallback>;
|
|
4
4
|
export default initGenerator;
|
|
5
|
+
//# sourceMappingURL=init.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAI1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAErD,wBAAsB,aAAa,CACjC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,GAC5B,OAAO,CAAC,iBAAiB,CAAC,CAW5B;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/init/lib/add-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAG1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,GAC5B,iBAAiB,CAWnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/init/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type InterceptorGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function interceptorGenerator(tree: Tree, rawOptions: InterceptorGeneratorOptions): Promise<any>;
|
|
5
5
|
export default interceptorGenerator;
|
|
6
|
+
//# sourceMappingURL=interceptor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interceptor.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/interceptor/interceptor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,2BAA2B,GAAG,+BAA+B,GACvE,2BAA2B,CAAC;AAE9B,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,2BAA2B,GACtC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorOptions } from '../utils';
|
|
|
3
3
|
export type InterfaceGeneratorOptions = NestGeneratorOptions;
|
|
4
4
|
export declare function interfaceGenerator(tree: Tree, rawOptions: InterfaceGeneratorOptions): Promise<any>;
|
|
5
5
|
export default interfaceGenerator;
|
|
6
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/interface/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,CAAC;AAE7D,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,yBAAyB,GACpC,OAAO,CAAC,GAAG,CAAC,CAQd;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-exports-to-barrel.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/add-exports-to-barrel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAInD,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,iBAAiB,GACzB,IAAI,CAgDN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAKvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAmBvE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/create-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAOvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAsDxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/delete-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CA4BxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { LibraryGeneratorSchema as JsLibraryGeneratorSchema } from '@nx/js/
|
|
|
3
3
|
import type { LibraryGeneratorOptions, NormalizedOptions } from '../schema';
|
|
4
4
|
export declare function normalizeOptions(tree: Tree, options: LibraryGeneratorOptions): Promise<NormalizedOptions>;
|
|
5
5
|
export declare function toJsLibraryGeneratorOptions(options: NormalizedOptions): JsLibraryGeneratorSchema;
|
|
6
|
+
//# sourceMappingURL=normalize-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAc,MAAM,YAAY,CAAC;AAM9C,OAAO,KAAK,EAAE,sBAAsB,IAAI,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAC/G,OAAO,KAAK,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAG5E,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,iBAAiB,CAAC,CAkD5B;AAED,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,iBAAiB,GACzB,wBAAwB,CAmB1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nest/src/generators/library/lib/update-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAkB3E"}
|
|
@@ -3,3 +3,4 @@ import type { LibraryGeneratorOptions } from './schema';
|
|
|
3
3
|
export declare function libraryGenerator(tree: Tree, rawOptions: LibraryGeneratorOptions): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function libraryGeneratorInternal(tree: Tree, rawOptions: LibraryGeneratorOptions): Promise<GeneratorCallback>;
|
|
5
5
|
export default libraryGenerator;
|
|
6
|
+
//# sourceMappingURL=library.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAsB1D,OAAO,KAAK,EAAE,uBAAuB,EAAqB,MAAM,UAAU,CAAC;AAE3E,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,uBAAuB,GAClC,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,uBAAuB,GAClC,OAAO,CAAC,iBAAiB,CAAC,CAqC5B;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type MiddlewareGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function middlewareGenerator(tree: Tree, rawOptions: MiddlewareGeneratorOptions): Promise<any>;
|
|
5
5
|
export default middlewareGenerator;
|
|
6
|
+
//# sourceMappingURL=middleware.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"middleware.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/middleware/middleware.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,0BAA0B,GAAG,+BAA+B,GACtE,2BAA2B,CAAC;AAE9B,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,0BAA0B,GACrC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/module/module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAEhC,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,sBAAsB,GAAG,+BAA+B,GAAG;IACrE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,wBAAsB,eAAe,CACnC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,sBAAsB,GACjC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type PipeGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function pipeGenerator(tree: Tree, rawOptions: PipeGeneratorOptions): Promise<any>;
|
|
5
5
|
export default pipeGenerator;
|
|
6
|
+
//# sourceMappingURL=pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/pipe/pipe.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,oBAAoB,GAAG,+BAA+B,GAChE,2BAA2B,CAAC;AAE9B,wBAAsB,aAAa,CACjC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,oBAAoB,GAC/B,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type ProviderGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function providerGenerator(tree: Tree, rawOptions: ProviderGeneratorOptions): Promise<any>;
|
|
5
5
|
export default providerGenerator;
|
|
6
|
+
//# sourceMappingURL=provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/provider/provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,wBAAwB,GAAG,+BAA+B,GACpE,2BAA2B,CAAC;AAE9B,wBAAsB,iBAAiB,CACrC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,wBAAwB,GACnC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type ResolverGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function resolverGenerator(tree: Tree, rawOptions: ResolverGeneratorOptions): Promise<any>;
|
|
5
5
|
export default resolverGenerator;
|
|
6
|
+
//# sourceMappingURL=resolver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/resolver/resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,wBAAwB,GAAG,+BAA+B,GACpE,2BAA2B,CAAC;AAE9B,wBAAsB,iBAAiB,CACrC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,wBAAwB,GACnC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithResourceOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type ResourceGeneratorOptions = NestGeneratorWithTestOption & NestGeneratorWithResourceOption;
|
|
4
4
|
export declare function resourceGenerator(tree: Tree, rawOptions: ResourceGeneratorOptions): Promise<any>;
|
|
5
5
|
export default resourceGenerator;
|
|
6
|
+
//# sourceMappingURL=resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/resource/resource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,wBAAwB,GAAG,2BAA2B,GAChE,+BAA+B,CAAC;AAElC,wBAAsB,iBAAiB,CACrC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,wBAAwB,GACnC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } fro
|
|
|
3
3
|
export type ServiceGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
|
|
4
4
|
export declare function serviceGenerator(tree: Tree, rawOptions: ServiceGeneratorOptions): Promise<any>;
|
|
5
5
|
export default serviceGenerator;
|
|
6
|
+
//# sourceMappingURL=service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/service/service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EACV,+BAA+B,EAC/B,2BAA2B,EAE5B,MAAM,UAAU,CAAC;AAOlB,MAAM,MAAM,uBAAuB,GAAG,+BAA+B,GACnE,2BAA2B,CAAC;AAE9B,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,uBAAuB,GAClC,OAAO,CAAC,GAAG,CAAC,CAId;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC"}
|
|
@@ -6,3 +6,4 @@ export declare function normalizeOptions(tree: Tree, options: NestGeneratorWithL
|
|
|
6
6
|
suffix?: string;
|
|
7
7
|
}): Promise<NormalizedOptions>;
|
|
8
8
|
export declare function unitTestRunnerToSpec(unitTestRunner: UnitTestRunner | undefined): boolean | undefined;
|
|
9
|
+
//# sourceMappingURL=normalize-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/utils/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAEV,+BAA+B,EAC/B,iBAAiB,EACjB,cAAc,EACf,MAAM,SAAS,CAAC;AAEjB,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,+BAA+B,EACxC,oBAAoB,GAAE;IACpB,qBAAqB,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;IAC3C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACZ,GACL,OAAO,CAAC,iBAAiB,CAAC,CAmC5B;AAED,wBAAgB,oBAAoB,CAClC,cAAc,EAAE,cAAc,GAAG,SAAS,GACzC,OAAO,GAAG,SAAS,CAErB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { NestSchematic, NormalizedOptions } from './types';
|
|
3
3
|
export declare function runNestSchematic(tree: Tree, schematic: NestSchematic, options: NormalizedOptions): Promise<any>;
|
|
4
|
+
//# sourceMappingURL=run-nest-schematic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-nest-schematic.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/utils/run-nest-schematic.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEhE,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,aAAa,EACxB,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,GAAG,CAAC,CAed"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/utils/testing.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,IAAI,EAAE,MAAM,YAAY,CAAC;AAG3D,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CASnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/nest/src/generators/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC;AACnC,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,CAAC;AAC7C,MAAM,MAAM,aAAa,GACrB,OAAO,GACP,YAAY,GACZ,WAAW,GACX,QAAQ,GACR,SAAS,GACT,OAAO,GACP,aAAa,GACb,WAAW,GACX,YAAY,GACZ,QAAQ,GACR,MAAM,GACN,UAAU,GACV,UAAU,GACV,UAAU,GACV,SAAS,CAAC;AACd,MAAM,MAAM,cAAc,GACtB,MAAM,GACN,oBAAoB,GACpB,sBAAsB,GACtB,cAAc,GACd,IAAI,CAAC;AAET,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,oBAAoB,GAAG;IACnE,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,oBAAoB,GAAG;IAC/D,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,oBAAoB,GAAG;IACnE,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/nest/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAS1D,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,iBAAiB,CAehE"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/nest/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,uBAAuB,YAAY,CAAC;AACjD,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAChD,eAAO,MAAM,YAAY,WAAW,CAAC"}
|