Skip to content

Commit 825b4bb

Browse files
Keen Yee Liauvikerman
Keen Yee Liau
authored andcommitted
build: update BUILD files for g3 sync
Removing @typings allows us to use a single transform rule: @node_module
1 parent bcbbc19 commit 825b4bb

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

packages/angular/cli/BUILD

+1-1
Original file line numberDiff line numberDiff 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",

packages/angular_devkit/core/BUILD

+6-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)