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

@ -32,6 +32,7 @@ ts_library(
"@npm//@bazel/typescript",
"@npm//@types/chokidar",
"@npm//@types/node",
"@npm//fs-extra",
"@npm//minimist",
"@npm//reflect-metadata",
"@npm//tsickle",