MCPcopy Index your code
hub / github.com/angular/angularfire / src

Function src

tools/build.ts:260–260  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

258}
259
260const src = (...args: string[]) => join(process.cwd(), 'src', ...args);
261const dest = (...args: string[]) => join(process.cwd(), 'dist', 'packages-dist', ...args);
262
263const rootPackage = import(join(process.cwd(), 'package.json'));

Callers 1

compileSchematicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected