index.d.ts (angular-cli-11.0.1) | : | index.d.ts (angular-cli-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 138 | skipping to change at line 138 | |||
get engineHost(): NodeModulesEngineHost; | get engineHost(): NodeModulesEngineHost; | |||
constructor(host: virtualFs.Host, options: NodeWorkflowOptions & { | constructor(host: virtualFs.Host, options: NodeWorkflowOptions & { | |||
root?: Path; | root?: Path; | |||
}); | }); | |||
constructor(root: string, options: NodeWorkflowOptions); | constructor(root: string, options: NodeWorkflowOptions); | |||
} | } | |||
export interface NodeWorkflowOptions { | export interface NodeWorkflowOptions { | |||
dryRun?: boolean; | dryRun?: boolean; | |||
force?: boolean; | force?: boolean; | |||
optionTransforms?: OptionTransform<object, object>[]; | ||||
packageManager?: string; | packageManager?: string; | |||
packageRegistry?: string; | packageRegistry?: string; | |||
registry?: schema.CoreSchemaRegistry; | registry?: schema.CoreSchemaRegistry; | |||
resolvePaths?: string[]; | resolvePaths?: string[]; | |||
schemaValidation?: boolean; | schemaValidation?: boolean; | |||
} | } | |||
export declare type OptionTransform<T extends object, R extends object> = (schem atic: FileSystemSchematicDescription, options: T, context?: FileSystemSchematicC ontext) => Observable<R> | PromiseLike<R> | R; | export declare type OptionTransform<T extends object, R extends object> = (schem atic: FileSystemSchematicDescription, options: T, context?: FileSystemSchematicC ontext) => Observable<R> | PromiseLike<R> | R; | |||
export declare class SchematicMissingDescriptionException extends BaseException { | export declare class SchematicMissingDescriptionException extends BaseException { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |