Skip to content

Commit 816d23b

Browse files
author
Keen Yee Liau
committed
build: fix external block in BUILD files
1 parent 2521a39 commit 816d23b

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

packages/angular_devkit/core/BUILD

+2-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ts_library(
3030
],
3131
module_name = "@angular-devkit/core",
3232
module_root = "src/index.d.ts",
33-
# strict_checks = False,
3433
deps = [
3534
"@npm//rxjs",
3635
"@npm//@types/node",
@@ -58,15 +57,14 @@ ts_library(
5857
],
5958
# @external_begin
6059
tsconfig = "//:tsconfig-test.json",
61-
# strict_checks = False,
60+
# @external_end
6261
deps = [
6362
":core",
6463
":node",
6564
"@npm//@types/jasmine",
6665
"@npm//@types/node",
6766
"@npm//rxjs",
6867
],
69-
# @external_end
7068
)
7169

7270
jasmine_node_test(
@@ -111,6 +109,7 @@ ts_library(
111109
),
112110
# @external_begin
113111
tsconfig = "//:tsconfig-test.json",
112+
# @external_end
114113
deps = [
115114
":core",
116115
":node",
@@ -119,7 +118,6 @@ ts_library(
119118
"@npm//@types/node",
120119
"@npm//rxjs",
121120
],
122-
# @external_end
123121
)
124122

125123
jasmine_node_test(
@@ -148,7 +146,6 @@ ts_library(
148146
),
149147
module_name = "@angular-devkit/core/node/testing",
150148
module_root = "node/testing/index.d.ts",
151-
# strict_checks = False,
152149
deps = [
153150
":core",
154151
":node",

packages/angular_devkit/schematics/BUILD

+3-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ ts_library(
2727
),
2828
module_name = "@angular-devkit/schematics",
2929
module_root = "src/index.d.ts",
30-
# strict_checks = False,
3130
deps = [
3231
"//packages/angular_devkit/core",
3332
"//packages/angular_devkit/core:node", # TODO: get rid of this for 6.0
@@ -47,6 +46,7 @@ ts_library(
4746
),
4847
# @external_begin
4948
tsconfig = "//:tsconfig-test.json",
49+
# @external_end
5050
deps = [
5151
":schematics",
5252
":testing",
@@ -56,7 +56,6 @@ ts_library(
5656
"@npm//@types/node",
5757
"@npm//rxjs",
5858
],
59-
# @external_end
6059
)
6160

6261
jasmine_node_test(
@@ -83,7 +82,6 @@ ts_library(
8382
),
8483
module_name = "@angular-devkit/schematics/tasks",
8584
module_root = "tasks/index.d.ts",
86-
# strict_checks = False,
8785
deps = [
8886
":schematics",
8987
"//packages/angular_devkit/core",
@@ -108,7 +106,6 @@ ts_library(
108106
),
109107
module_name = "@angular-devkit/schematics/tasks/node",
110108
module_root = "tasks/node/index.d.ts",
111-
# strict_checks = False,
112109
deps = [
113110
":schematics",
114111
":tasks",
@@ -135,6 +132,7 @@ ts_library(
135132
],
136133
# @external_begin
137134
tsconfig = "//:tsconfig-test.json",
135+
# @external_end
138136
deps = [
139137
":schematics",
140138
":tasks",
@@ -146,7 +144,6 @@ ts_library(
146144
"@npm//@types/node",
147145
"@npm//rxjs",
148146
],
149-
# @external_end
150147
)
151148

152149
jasmine_node_test(
@@ -172,7 +169,6 @@ ts_library(
172169
),
173170
module_name = "@angular-devkit/schematics/tools",
174171
module_root = "tools/index.d.ts",
175-
# strict_checks = False,
176172
deps = [
177173
":schematics",
178174
":tasks",
@@ -196,6 +192,7 @@ ts_library(
196192
),
197193
# @external_begin
198194
tsconfig = "//:tsconfig-test.json",
195+
# @external_end
199196
deps = [
200197
":schematics",
201198
":tasks",
@@ -208,7 +205,6 @@ ts_library(
208205
"@npm//@types/node",
209206
"@npm//rxjs",
210207
],
211-
# @external_end
212208
)
213209

214210
jasmine_node_test(

0 commit comments

Comments
 (0)