Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
a6281f73792d17271be862be6d32694a543bccda
/
.
/
packages
/
runfiles
/
paths.ts
blob: e43ec09cf2a7c3b0b6ff7c81762f72bb65f55948 [
file
]
// NB: on windows thanks to legacy 8-character path segments it might be like
// c:/b/ojvxx6nx/execroot/build_~1/bazel-~1/x64_wi~1/bin/internal/npm_in~1/test
export
const
BAZEL_OUT_REGEX
=
/(\/bazel-out\/|\/bazel-~1\/x64_wi~1\/)/
;