MCPcopy
hub / github.com/angular/angularfire / dest

Function dest

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

Source from the content-addressed store, hash-verified

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'));
264

Callers 4

replaceSchematicVersionsFunction · 0.85
compileSchematicsFunction · 0.85
buildLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected