File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ licenses(["notice"])
1010
1111exports_files ([
1212 "LICENSE" ,
13- "tsconfig.json" , # @external
14- "tsconfig-test.json" , # @external
15- "tsconfig-build.json" , # @external
13+ "tsconfig.json" ,
14+ "tsconfig-test.json" ,
15+ "tsconfig-build.json" ,
1616 "package.json" ,
1717])
1818
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ts_library(
3939 "@npm//ajv-formats" ,
4040 "@npm//jsonc-parser" ,
4141 "@npm//rxjs" ,
42- "@npm//source-map" , # @external
42+ "@npm//source-map" ,
4343 # @node_module: typescript:es2015.proxy
4444 # @node_module: typescript:es2015.reflect
4545 # @node_module: typescript:es2015.symbol.wellknown
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ ts_library(
3535 ],
3636)
3737
38+ # @external_begin
39+
3840ts_library (
3941 name = "tools_test_lib" ,
4042 testonly = True ,
@@ -71,3 +73,5 @@ ts_library(
7173 TOOLCHAINS_VERSIONS ,
7274 )
7375]
76+
77+ # @external_end
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ ts_library(
5555 "@npm//@types/node" ,
5656 "@npm//@types/yargs-parser" ,
5757 "@npm//ansi-colors" ,
58- "@npm//inquirer" , # @external
59- "@npm//symbol-observable" , # @external
60- "@npm//yargs-parser" , # @external
58+ "@npm//inquirer" ,
59+ "@npm//symbol-observable" ,
60+ "@npm//yargs-parser" ,
6161 ],
6262)
6363
You can’t perform that action at this time.
0 commit comments