-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: options_validator rejects module: "preserve" #604
Comments
I actually think this might be a bug in upstream |
OK I tried this on actual |
Appears to be because
Is it possible that |
Found the issue! I moved to MODULE.bazel and did not use |
What happened?
In typescript 5.4, module preserve was added to better reflect code which a bundler would later compile.
I needed it to fix this grpc bug: grpc/grpc-node#2617
Unfortunately, with
rules_ts
it fails options_validator:Version
Development (host) and target OS/architectures:
Output of
bazel --version
:bazel 7.1.1
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "aspect_rules_ts", version = "2.2.0")
Language(s) and/or frameworks involved:
typescript
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: