You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable typechecker to allow stringified boolean property values on Type: "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.
0 commit comments