-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
modules/aspect_rules_ts/2.0.0-beta1/patches/common_flag.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- e2e/bzlmod/.bazelrc | ||
+++ e2e/bzlmod/.bazelrc | ||
@@ -1,4 +1,7 @@ | ||
-# NB: we don't import common bazelrc shared with e2e workspaces | ||
+# NB: we don't import common bazelrc shared with e2e workspaces so that we can test flag settings | ||
|
||
+build --enable_runfiles | ||
common --enable_bzlmod | ||
-common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig | ||
+build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig | ||
+query --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig | ||
+fetch --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters