tree: 015bf1386de5bdbb7d4bae4f7185cd3f49f7c507 [path history] [tgz]
  1. test/
  2. BUILD.bazel
  3. index.ts
  4. package.json
  5. paths.ts
  6. README.md
  7. runfiles.ts
  8. 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).