tree: 723d61ef9aeb125c5b870830b011e9c71fa1db18 [path history] [tgz]
  1. test/
  2. BUILD.bazel
  3. index.ts
  4. package.json
  5. paths.ts
  6. README.md
  7. repository.ts
  8. runfiles.ts
  9. tsconfig.json
packages/runfiles/README.md

@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).