()
| 18 | let TEST_FILES_DIR, TS_CLI, RUST_CLI |
| 19 | |
| 20 | function setBazelBinPaths() { |
| 21 | const BAZEL_BIN = path.join(WORKSPACE_DIR, 'bazel-bin') |
| 22 | TEST_FILES_DIR = path.join(BAZEL_BIN, 'benchmarks/cli-comparison/test-files') |
| 23 | TS_CLI = path.join(BAZEL_BIN, 'packages/cli/bin/formatjs') |
| 24 | RUST_CLI = path.join(BAZEL_BIN, 'crates/formatjs_cli/formatjs_cli') |
| 25 | } |
| 26 | |
| 27 | try { |
| 28 | // Try importing @bazel/runfiles for proper Bazel sandbox support |
no outgoing calls
no test coverage detected