mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions. PR Close #62435
12 lines
224 B
Text
12 lines
224 B
Text
load("@aspect_rules_js//js:defs.bzl", "js_library")
|
|
|
|
package(default_visibility = [
|
|
"//adev:__subpackages__",
|
|
])
|
|
|
|
js_library(
|
|
name = "windows-chromium-path",
|
|
srcs = [
|
|
"windows-chromium-path.js",
|
|
],
|
|
)
|