This reverts commit 6ba42f1da4
.
Reason: this causes failures in g3 with i18n extraction. See #31267.
PR Close #31267
This commit is contained in:

committed by
Kara Erickson

parent
98685e6f85
commit
26a85a82ff
@ -83,7 +83,6 @@ def ts_library(tsconfig = None, testonly = False, deps = [], module_name = None,
|
||||
# Match the types[] in //packages:tsconfig-test.json
|
||||
deps.append("@npm//@types/jasmine")
|
||||
deps.append("@npm//@types/node")
|
||||
deps.append("@npm//@types/events")
|
||||
if not tsconfig and testonly:
|
||||
tsconfig = _DEFAULT_TSCONFIG_TEST
|
||||
|
||||
@ -105,7 +104,6 @@ def ng_module(name, tsconfig = None, entry_point = None, testonly = False, deps
|
||||
# Match the types[] in //packages:tsconfig-test.json
|
||||
deps.append("@npm//@types/jasmine")
|
||||
deps.append("@npm//@types/node")
|
||||
deps.append("@npm//@types/events")
|
||||
if not tsconfig and testonly:
|
||||
tsconfig = _DEFAULT_TSCONFIG_TEST
|
||||
|
||||
|
Reference in New Issue
Block a user