-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove noImplicitUseStrict usage in tests
The options is deprecated and is going to be removed in TypeScript. tsickle's googmodule transformer already removes "use strict", so this option has no effect. __awaiter change: The first argument is `thisArg`. It's `this` if there is a lexical this in scope, which changes based on strict mode. Tsickle output is expected to be bundled with Closure Compiler, which assumes strict mode, so `noImplicitUseStrict` should generally be turned off. PiperOrigin-RevId: 541810412
- Loading branch information
Showing
3 changed files
with
7 additions
and
10 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