File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ts_library(
33
33
"//packages/angular_devkit/core:node" ,
34
34
"//packages/angular_devkit/schematics" ,
35
35
"//packages/angular_devkit/schematics:tools" ,
36
- # @typings: es2017.object
36
+ # @node_module: typescript: es2017.object
37
37
"@npm//@types/debug" ,
38
38
"@npm//@types/node" ,
39
39
"@npm//@types/inquirer" ,
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ ts_library(
39
39
"@npm//magic-string" ,
40
40
"@npm//rxjs" ,
41
41
"@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
47
47
],
48
48
)
49
49
@@ -139,12 +139,11 @@ jasmine_node_test(
139
139
# TODO: Audit tests to determine if tests can be run in RBE environments
140
140
local = True ,
141
141
deps = [
142
- "@npm//temp" ,
143
142
"@npm//chokidar" ,
143
+ "@npm//temp" ,
144
144
# @node_module: ajv
145
145
# @node_module: fast_json_stable_stringify
146
146
# @node_module: magic_string
147
- # @node_module: temp
148
147
],
149
148
)
150
149
You can’t perform that action at this time.
0 commit comments