MCPcopy Index your code
hub / github.com/angular/angular-cli / moveBack

Function moveBack

tests/e2e/tests/misc/loaders-resolution.ts:35–45  ·  view source on GitHub ↗
(originalInRootNodeModules: Boolean)

Source from the content-addressed store, hash-verified

33}
34
35function moveBack(originalInRootNodeModules: Boolean): Promise<void> {
36 return originalInRootNodeModules
37 ? moveFile(
38 'node_modules/@angular-devkit/build-angular/node_modules/@ngtools',
39 'node_modules/@ngtools',
40 )
41 : moveFile(
42 'node_modules/@ngtools',
43 'node_modules/@angular-devkit/build-angular/node_modules/@ngtools',
44 );
45}

Callers 1

Calls 1

moveFileFunction · 0.90

Tested by

no test coverage detected