Dart GitHub Bot
Dart GitHub Bot
Visit the preview URL for this PR (updated for commit 22fe55b2ba68283d747784a2f8c300e3ac9a5db2): https://dart-dev--pr5492-feat-new-repo-name-ygh9nv1c.web.app
Visit the preview URL for this PR (updated for commit 3179e767f6c1f3a7ecf7055ce12bb8d1a6139c97): https://dart-dev--pr4601-patch-1-ihemzf82.web.app
| Item | Details | | --- | --- | | Summary | The Dart SDK breaking changes policy does not address how to land breaking changes that will impact...
- summary: "The `isJavaScriptArray` function in `js_util` could be made faster by using `Array.isArray` instead of `# instanceof Array`." - triage to `area-library` (medium confidence) ([what's this?](https://github.com/dart-lang/sdk/wiki/Triage-automation))
| Item | Details | | --- | --- | | Summary | Switch expressions are not covered by test coverage in Dart 3.3.0. | | Triage to | `area-test`...
| Item | Details | | --- | --- | | Summary | Propose creating a "migration cookbook" to document best practices for handling breaking changes. | | Triage to...
| Item | Details | | --- | --- | | Summary | Static interop fails to access contentWindow on cross-domain iframes due to security exception. | | Triage to...
| Item | Details | | --- | --- | | Summary | The DevTools server should start DTD when started from a CLI environment. | | Triage to |...
| Item | Details | | --- | --- | | Summary | The order of named parameters in a method call matters. | | Triage to | `area-language` (high...
**Summary:** The `LibraryTypesMacro` generated type `MyLibType` is not recognized as a type when attempting to instantiate it in a separate file. The editor correctly shows the library augmentation, but the...