commit | 2facb74d3ae17ed26195dd9eee43b14b72c06e9e | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Thu Jan 18 20:08:39 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 20:08:39 2024 +0000 |
tree | 22a23339e886282966f17df5500132a6ab40f8c8 | |
parent | 6f82d639d8255a465c491aa7533f23b3ebb2fb52 [diff] |
Bump webdev to f32fdc48f0ae7cb7fa8088233fd69e2ed30af457 Changes: ``` > git log --format="%C(auto) %h %s" c08a65c..f32fdc4 https://dart.googlesource.com/webdev.git/+/f32fdc48 Prepare Dart Debug Extension for release (2346) https://dart.googlesource.com/webdev.git/+/c59d26a0 Reset DWDS after release (2347) https://dart.googlesource.com/webdev.git/+/c8db176a Prepare DWDS for release to version 23.2.0 (2345) https://dart.googlesource.com/webdev.git/+/b377fcde Send a "pong" response when Cider "pings" the Dart Debug Extension (2344) https://dart.googlesource.com/webdev.git/+/10131b1c Plumbing flags required for running tests with the DDC module system. (2295) https://dart.googlesource.com/webdev.git/+/7c096a2e Fetch full `developer.log` messages (2333) https://dart.googlesource.com/webdev.git/+/6cad2b00 Reset DWDS to version `23.2.0-wip` after release (2334) ``` Diff: https://dart.googlesource.com/webdev.git/+/c08a65c93c8504af27bf9169d17037e6abf3cd9c..f32fdc48f0ae7cb7fa8088233fd69e2ed30af457/ Change-Id: I825ca4f049daaa073d9b2fa11a01248bee003fa6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/347122 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Elliott Brooks <elliottbrooks@google.com> Commit-Queue: Elliott Brooks <elliottbrooks@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 on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.