build(bazel): use bazel managed node_modules for downstream angular from source build support (#24663)
PR Close #24663
This commit is contained in:
@ -3134,6 +3134,9 @@
|
||||
{
|
||||
"name": "isIdentifierStart"
|
||||
},
|
||||
{
|
||||
"name": "isInteropObservable"
|
||||
},
|
||||
{
|
||||
"name": "isIterable"
|
||||
},
|
||||
@ -3167,9 +3170,6 @@
|
||||
{
|
||||
"name": "isObject"
|
||||
},
|
||||
{
|
||||
"name": "isObservable"
|
||||
},
|
||||
{
|
||||
"name": "isPrefixEnd"
|
||||
},
|
||||
|
@ -76,7 +76,7 @@ js_expected_symbol_test(
|
||||
genrule(
|
||||
name = "tslib",
|
||||
srcs = [
|
||||
"//:node_modules/tslib/tslib.js",
|
||||
"@angular_deps//:node_modules/tslib/tslib.js",
|
||||
],
|
||||
outs = [
|
||||
"tslib.js",
|
||||
|
Reference in New Issue
Block a user