Skip to content

Commit

Permalink
build: remove vendored Babel typings
Browse files Browse the repository at this point in the history
These were getting included in the @angular/localize package.
Instead, patch the upstream files to work with TS typeRoots option

See bazel-contrib/rules_nodejs#1033
  • Loading branch information
alexeagle committed Oct 15, 2019
1 parent 8b0cb2f commit 6b98aef
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 1,803 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"@microsoft/api-extractor": "^7.3.9",
"@schematics/angular": "^8.0.0-beta.15",
"@types/angular": "^1.6.47",
"@types/babel__core": "^7.1.3",
"@types/babel__traverse": "^7.0.7",
"@types/base64-js": "1.2.5",
"@types/bluebird": "^3.5.27",
"@types/chai": "^4.1.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/localize/src/tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ ts_library(
"//packages/localize",
"@npm//@babel/core",
"@npm//@babel/types",
"@npm//@types/babel__core",
"@npm//@types/babel__traverse",
"@npm//@types/glob",
"@npm//@types/node",
"@npm//@types/yargs",
Expand Down
21 changes: 0 additions & 21 deletions packages/localize/src/tools/types/babel/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions packages/localize/src/tools/types/babel/README.md

This file was deleted.

Loading

0 comments on commit 6b98aef

Please sign in to comment.