ngc-webpack
Version:
A wrapper for the @ngtools/webpack with hooks into the compilation process
5 lines (4 loc) • 297 B
TypeScript
import * as ts from 'typescript';
export declare function collectDeepNodes<T extends ts.Node>(node: ts.Node, kind: ts.SyntaxKind): T[];
export declare function getFirstNode(sourceFile: ts.SourceFile): ts.Node | null;
export declare function getLastNode(sourceFile: ts.SourceFile): ts.Node | null;