UNPKG

169 BTypeScriptView Raw
1import { Tree } from '@angular-devkit/schematics';
2import { SourceFile } from 'typescript';
3export declare function getSourceFile(host: Tree, path: string): SourceFile;