forked from bazel-contrib/rules_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for microsoft/TypeScript#22208
When building outside the Bazel sandbox (in particular, on Windows where the sandbox is not available), vanilla tsc doesn't support multiple compilation units. See details in that TypeScript bug. The workaround is to build tsc_wrapped as a single compilation unit. PiperOrigin-RevId: 187475876
- Loading branch information
Showing
12 changed files
with
65 additions
and
379 deletions.
There are no files selected for viewing
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
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
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
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
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
93 changes: 0 additions & 93 deletions
93
third_party/github.com/bazelbuild/rules_typescript/internal/tsc_wrapped/BUILD.bazel
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
third_party/github.com/bazelbuild/rules_typescript/internal/tsetse/BUILD.bazel
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
third_party/github.com/bazelbuild/rules_typescript/internal/tsetse/rules/BUILD
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
...hub.com/bazelbuild/rules_typescript/internal/tsetse/tests/ban_expect_truthy_promise/BUILD
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
...rty/github.com/bazelbuild/rules_typescript/internal/tsetse/tests/check_return_value/BUILD
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.