File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ts_library(
3333 "//packages/angular_devkit/core:node" ,
3434 "//packages/angular_devkit/schematics" ,
3535 "//packages/angular_devkit/schematics:tools" ,
36- # @typings: es2017.object
36+ # @node_module: typescript: es2017.object
3737 "@npm//@types/debug" ,
3838 "@npm//@types/node" ,
3939 "@npm//@types/inquirer" ,
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ ts_library(
3939 "@npm//magic-string" ,
4040 "@npm//rxjs" ,
4141 "@npm//source-map" ,
42- # @typings: es2015.core
43- # @typings: es2015.proxy
44- # @typings: es2015.reflect
45- # @typings: es2015.symbol.wellknown
46- # @typings: es2016.array.include
42+ # @node_module: typescript: es2015.core
43+ # @node_module: typescript: es2015.proxy
44+ # @node_module: typescript: es2015.reflect
45+ # @node_module: typescript: es2015.symbol.wellknown
46+ # @node_module: typescript: es2016.array.include
4747 ],
4848)
4949
@@ -139,12 +139,11 @@ jasmine_node_test(
139139 # TODO: Audit tests to determine if tests can be run in RBE environments
140140 local = True ,
141141 deps = [
142- "@npm//temp" ,
143142 "@npm//chokidar" ,
143+ "@npm//temp" ,
144144 # @node_module: ajv
145145 # @node_module: fast_json_stable_stringify
146146 # @node_module: magic_string
147- # @node_module: temp
148147 ],
149148)
150149
You can’t perform that action at this time.
0 commit comments