-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 50045. Special case bool.fromEnvironment('dart.library.js_util'…
…) to return unknown. Ideally, all `bool.fromEnvironment()` should return "unknown". But we have issues with making it to be compatible with Andular Dart. At least at the moment. So, to unblock Flutter people working on a new platform, we need this. Bug: #50045 Change-Id: I088a5b822f495d7258ceb1fdeee8f0b8a6a9e120 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/261180 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 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