Skip to content

Commit

Permalink
build: add missing @babel/generator bazel dep to fix //packages/local…
Browse files Browse the repository at this point in the history
…ize/src/tools/test:test

It's not clear how this ever worked (npm hoisting is a suspect though), but this dep is required because
one of the tests imports @babel/generator in the ts sources.

The lack of this dep is breaking builds on the master branch.

More discussion about this issue on Slack: https://angular-team.slack.com/archives/C07DT5M6V/p1579934766007500
  • Loading branch information
IgorMinar committed Jan 26, 2020
1 parent be8d06c commit af97ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/localize/src/tools/test/BUILD.bazel
Expand Up @@ -11,6 +11,7 @@ ts_library(
"//packages/compiler",
"//packages/localize",
"//packages/localize/src/tools",
"@npm//@babel/generator",
"@npm//@babel/template",
"@npm//@babel/types",
"@npm//@types/babel__core",
Expand Down

0 comments on commit af97ced

Please sign in to comment.