tree: 5bf80ee060d46f2790dbb6d5733ecc4760aa6185
  1. BUILD.bazel
  2. index.ts
  3. package.json
  4. paths.ts
  5. README.md
  6. runfiles.ts
  7. tsconfig.json
packages/runfiles/README.md

@bazel/runfiles

This package provides a basic set of utilities for resovling runfiles within NodeJS scripts executed through nodejs_binary or nodejs_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).