Skip to content

Commit 1227a2c

Browse files
alan-agius4clydin
authored andcommitted
build: remove module_name and module_root
Since we are importing the vendored typescript with relative imports, module_name and module_root in the its ts_library are not needed. See: #17670 (comment) for more context
1 parent a925833 commit 1227a2c

File tree

1 file changed

+0
-2
lines changed
  • packages/schematics/angular/third_party/github.com/Microsoft/TypeScript

1 file changed

+0
-2
lines changed

packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ ts_library(
88
name = "TypeScript",
99
srcs = ["lib/typescript.d.ts"],
1010
data = ["lib/typescript.js"],
11-
module_name = "typescript",
12-
module_root = "lib/typescript.d.ts",
1311
visibility = ["//packages/schematics/angular:__subpackages__"],
1412
)

0 commit comments

Comments
 (0)