ken_nogi/NodeJS/#ANDPAD/node_modules/@bazel/runfiles
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00
..
index.d.ts up 2026-07-10 18:13:30 +09:00
index.js up 2026-07-10 18:13:30 +09:00
package.json up 2026-07-10 18:13:30 +09:00
paths.d.ts up 2026-07-10 18:13:30 +09:00
paths.js up 2026-07-10 18:13:30 +09:00
README.md up 2026-07-10 18:13:30 +09:00
repository.d.ts up 2026-07-10 18:13:30 +09:00
repository.js up 2026-07-10 18:13:30 +09:00
runfiles.d.ts up 2026-07-10 18:13:30 +09:00
runfiles.js up 2026-07-10 18:13:30 +09:00

@bazel/runfiles

This package provides a basic set of utilities for resolving runfiles within Node.js scripts executed through js_binary or js_test.

Runfile resolution is desirable if your workspace intends to support users that cannot rely on runfile forest symlinking (most commonly affected are Windows machines).