-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable typechecker to allow stringified boolean property values on Ty…
…pe: "boolean" (#2519) This pull request allows for strings called "true" or "false" that are set on the "boolean" type to pass the type checker. This change is necessary because the JSON-style config encoding, which powers the TypeScript, Python, .NET, and Java SDKS, returns a string for config values with a type override to "boolean". The engine can handle this regarding functionality, but the type checker sends an unnecessary warning to affected SDKs. Fixes #2339 For additional context, see changes made in #2310.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
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