Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[js_runtime/js_dev_runtime] Don't consider running on Windows when co…
…mpiled for web This bool is used to check if certain Uri functions should default to Windows behavior on Node. If running on the web, these checks will always be false though, so add a check to enable tree shaking to remove unused Windows functionality. Fixes #54474 Change-Id: I1ef830f7b14af928a16a875d50cf6ab0db727dfc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345100 Reviewed-by: Sigmund Cherem <[email protected]> Reviewed-by: Nate Bosch <[email protected]> Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Mayank Patke <[email protected]> Auto-Submit: Parker Lougheed <[email protected]>
- Loading branch information