MCPcopy Index your code
hub / github.com/angular/angular / writeConfig

Function writeConfig

packages/compiler-cli/test/extract_i18n_spec.ts:204–206  ·  view source on GitHub ↗
(tsconfig = '{"extends": "./tsconfig-base.json"}')

Source from the content-addressed store, hash-verified

202 let errorSpy: jasmine.Spy & ((s: string) => void);
203
204 function writeConfig(tsconfig = '{"extends": "./tsconfig-base.json"}') {
205 write('tsconfig.json', tsconfig);
206 }
207
208 beforeEach(() => {
209 errorSpy = jasmine.createSpy('consoleError').and.callFake(console.error);

Callers 1

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…