| commit | a15be7cffea13889d1d6599e04f3dca92aad4c52 | [log] [tgz] |
|---|---|---|
| author | Sergey G. Grekhov <sgrekhov22@gmail.com> | Fri Sep 13 15:28:24 2024 +0000 |
| committer | Alexander Thomas <athom@google.com> | Fri Sep 13 15:28:24 2024 +0000 |
| tree | 7318d91a479b327e987b7e527a924b9361289194 | |
| parent | 2483d300f9a077079476838365ee2fc8d297b6c7 [diff] |
[co19] Roll co19 to baa1dd9ca815d468720d9f456e7f7498845222dc 2024-09-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2872. Fix runtime error in shared_case_scope_A02_t02.dart (dart-lang/co19#2876) 2024-09-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2874. Fix typo in scope_A07_t01_part1.dart (dart-lang/co19#2875) 2024-09-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2872. Fix `unreachable_switch_case` warning in shared_case_scope_A02_t02.dart (dart-lang/co19#2873) 2024-09-13 sgrekhov22@gmail.com dart-lang/co19#2825. Update existing tests for Parts (dart-lang/co19#2871) 2024-09-12 sgrekhov22@gmail.com dart-lang/co19#2825. Add tests for declarations in different branches of a parts tree (dart-lang/co19#2870) 2024-09-11 sgrekhov22@gmail.com dart-lang/co19#2868. Add extension methods accessibility tests. Part 1. (dart-lang/co19#2869) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2856. Remove `unreachable_switch_default` warning (dart-lang/co19#2867) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2861. Hide public extension methods if an import is deferred (dart-lang/co19#2866) 2024-09-11 sgrekhov22@gmail.com dart-lang/co19#2825. Add scope tests. Part 3. (dart-lang/co19#2851) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2860. Remove accidental code from scope_A04_t01_part2.dart (dart-lang/co19#2865) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2859. Hide public extension methods if an import is deferred (dart-lang/co19#2864) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2858. Fix syntax error in scope_A03_t02_part1.dart (dart-lang/co19#2863) 2024-09-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2857. Fix names conflict in scope_A02_t03_part2.dart (dart-lang/co19#2862) 2024-09-10 sgrekhov22@gmail.com dart-lang/co19#2825. Add tests for "Terminology" chapter of the spec. (dart-lang/co19#2855) 2024-09-10 sgrekhov22@gmail.com dart-lang/co19#2825. Add export directive tests. (dart-lang/co19#2854) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: Idcee5a49ca69914516d1a331dab3d2b525a4b4b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385282 Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
Dart is:
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents in our repo at docs.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.