@ibyar/cli
Version:
The Ibyar/Aurora CLI tool
8 lines • 362 B
TypeScript
import ts from 'typescript/lib/tsserverlibrary.js';
/**
* search for `@Component({})` and precompile the source code
* @param program a ts program
* @returns a transformer factory of source file
*/
export declare function beforeCompileComponentOptions(program: ts.Program): ts.TransformerFactory<ts.SourceFile>;
//# sourceMappingURL=before-component.d.ts.map