feat(ivy): ngcc project skeleton (#24897)

PR Close #24897
This commit is contained in:
Pete Bacon Darwin
2018-07-16 08:49:56 +01:00
committed by Igor Minar
parent a673494412
commit d7aa20d912
10 changed files with 241 additions and 2 deletions
+4 -1
View File
@@ -41,5 +41,8 @@ npm_package(
"ivy-local",
"release-with-framework",
],
deps = [":compiler-cli"],
deps = [
":compiler-cli",
"//packages/compiler-cli/src/ngcc",
],
)