feat(compiler-cli): introduce synchronous codegen API
This commit is contained in:

committed by
Alex Rickabaugh

parent
269bbe0e7d
commit
b00b80a45b
@ -41,7 +41,7 @@ export interface ExtractorHost extends StaticSymbolResolverHost, AotSummaryResol
|
||||
/**
|
||||
* Loads a resource (e.g. html / css)
|
||||
*/
|
||||
loadResource(path: string): Promise<string>;
|
||||
loadResource(path: string): Promise<string>|string;
|
||||
}
|
||||
|
||||
export class Extractor {
|
||||
|
Reference in New Issue
Block a user