tree: 4b4c83a1bff94d623a74c80291868d94b5c8176b
  1. subdir/
  2. .bazelignore
  3. .bazelrc
  4. BUILD.bazel
  5. main.cjs
  6. package.json
  7. README.md
  8. WORKSPACE
  9. yarn.lock
e2e/linker_disabled_regression/README.md

This e2e tests a regression that occurred under the following conditions:

  1. Two yarn_installs with in a subdirectory.
  2. export_directories_only = False
  3. The linker is disabled with templated_args = ["--nobazel_run_linker"]

A binary that depends on an npm package declared in the subdirectory's package.json could not be resolved.