MCPcopy
hub / github.com/lerna/lerna / NormalizedSchema

Interface NormalizedSchema

libs/nx-plugin/src/generators/e2e-project/generator.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { E2eProjectGeneratorSchema } from "./schema";
12
13interface NormalizedSchema extends E2eProjectGeneratorSchema {
14 projectName: string;
15 projectRoot: string;
16 projectDirectory: string;
17}
18
19function normalizeOptions(_tree: Tree, options: E2eProjectGeneratorSchema): NormalizedSchema {
20 const e2eRoot = "e2e";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…