MCPcopy
hub / github.com/angular/angular / writeFiles

Method writeFiles

packages/compiler-cli/test/test_support.ts:34–34  ·  view source on GitHub ↗
(...mockDirs: {[fileName: string]: string}[])

Source from the content-addressed store, hash-verified

32 basePath: string;
33 write(fileName: string, content: string): void;
34 writeFiles(...mockDirs: {[fileName: string]: string}[]): void;
35 createCompilerOptions(overrideOptions?: ng.CompilerOptions): ng.CompilerOptions;
36 shouldExist(fileName: string): void;
37 shouldNotExist(fileName: string): void;

Callers 3

writeSomeConfigsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected