sdk
https://github.com/dart-lang/sdk
Dart
The Dart SDK, including the VM, dart2js, core libraries, and more.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Dart not yet supported33 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- [Augmentations] No error in analyzer when augmenting constructor has wrong number of parameters
- [Augmentations] No error in analyzer when augmenting constructor parameters have different optionality
- [Augmentations] No error in the analyzer to specify parameters for `augmented()` in an augmenting generative constructor
- [Augmentations] No error in analyzer if `augmented` is torn-off in the augmenting constructor body
- [Augmentations] Initializer list in augmenting constructor produces errors in the analyzer
- Optimize `TypedData.setRange()` for case where `from`/`to` are from different worlds (one is JS typed data one is internal typed data)
- [Augmentations] No error in the analyzer when late variable is augmented with non-late
- [Augmentations] No error if a late final variable with no initializer is augmented by the one with initializer
- [Augmentations] No error in the analyzer if const is augmented by a getter
- [dart2wasm] Extremely large const data collections emit functions that exceed maximum function size in wasm
- Docs
- Dart not yet supported