blob: 39822c94ba8588be2921c65888fb623ec95a998b [file] [view]
# @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).