ensure dart2js does not compile unsupported packages#40368
ensure dart2js does not compile unsupported packages#40368jonahwilliams merged 4 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Codecov Report
@@ Coverage Diff @@
## master #40368 +/- ##
==========================================
+ Coverage 58.44% 59.29% +0.84%
==========================================
Files 192 192
Lines 18627 18549 -78
==========================================
+ Hits 10886 10998 +112
+ Misses 7741 7551 -190
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #40368 +/- ##
==========================================
+ Coverage 58.44% 59.29% +0.84%
==========================================
Files 192 192
Lines 18627 18549 -78
==========================================
+ Hits 10886 10998 +112
+ Misses 7741 7551 -190
Continue to review full report at Codecov.
|
Description
We currently throw when debug compiling an application to JavaScript if it imports an unsupported library, but not in release mode. This change aligns the behavior to avoid work arounds.