You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When root_dir is set to "..", instead of a successful build, got vague errors like:
output 'scripts/script_2.js' was not created
Transpiling TypeScript project @//scripts:bad [tsc -p scripts/tsconfig_bad.json] failed: not all outputs were created or valid
Target //scripts:bad failed to build
Version
Development (host) and target OS/architectures:
Output of bazel --version:
7.0.2
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
What happened?
When root_dir is set to "..", instead of a successful build, got vague errors like:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Minimum Repro: https://github.com/jgao54/rule-ts-bug-minimum-repro/tree/main
Any other information?
No response
The text was updated successfully, but these errors were encountered: