refactor(compiler-cli): add removeDir() to FileSystem (#35079)

PR Close #35079
This commit is contained in:
Pete Bacon Darwin
2020-01-31 21:07:59 +00:00
committed by Misko Hevery
parent 16e15f50d2
commit 2e52fcf1eb
11 changed files with 59 additions and 0 deletions

View File

@ -47,6 +47,7 @@ const requiredNodeModules = {
'tslib': resolveNpmTreeArtifact('npm/node_modules/tslib'),
'domino': resolveNpmTreeArtifact('npm/node_modules/domino'),
'xhr2': resolveNpmTreeArtifact('npm/node_modules/xhr2'),
'fs-extra': resolveNpmTreeArtifact('npm/node_modules/fs-extra'),
// Fine grained dependencies which are used by the integration test Angular modules, and
// need to be symlinked so that they can be resolved by NodeJS or NGC.