-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanups on ts_project worker
- Loading branch information
Alex Eagle
committed
Sep 7, 2020
1 parent
a57a342
commit d533f52
Showing
5 changed files
with
21 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
load("//packages/typescript:index.bzl", "ts_project") | ||
|
||
ts_project( | ||
declaration = True, | ||
supports_workers = True, | ||
tsconfig = { | ||
"compilerOptions": { | ||
"declaration": True, | ||
}, | ||
}, | ||
) |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// TODO: make it big enough to slow down tsc | ||
|
||
export const a: number = 45; | ||
export const a: number = 47; |
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
packages/typescript/test/ts_project/worker/worker_adapter.js
This file was deleted.
Oops, something went wrong.