@nightwatch/schematics
Version:
Adds Nightwatch to an existing Angular CLI project
6 lines (5 loc) • 457 B
TypeScript
import { JsonValue } from '@angular-devkit/core';
import { UpdateRecorder } from '@angular-devkit/schematics';
import { Node } from 'jsonc-parser';
export declare function appendPropertyInAstObject(recorder: UpdateRecorder, node: Node, propertyName: string, value: JsonValue, indent: number): void;
export declare function insertPropertyInAstObjectInOrder(recorder: UpdateRecorder, node: Node, propertyName: string, value: JsonValue, indent: number): void;