commit | 2f19bf4fd4ea7473429ee92f6ea6439ef7551bde | [log] [tgz] |
---|---|---|
author | Ivan Inozemtsev <iinozemtsev@google.com> | Wed Apr 05 15:21:57 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 05 15:21:57 2023 +0000 |
tree | 2f9581f896b85b2e20140bcd2120d614d6304642 | |
parent | 20354f87fdc8937c416de425b323005ccb124dd0 [diff] |
Revert "[dart2js] Throw in BlockExpression should not generate exit edge" This reverts commit 6bdf3c042a473f6df5da7b05a1beb5e5eb249996. Reason for revert: b/276976255 Original change's description: > [dart2js] Throw in BlockExpression should not generate exit edge > > dart2js's CFG builder can't handle exit edges from expressions, so > don't generate one for a throw nested in a BlockExpression. > > Bug: #51847 > Change-Id: I8afeb2785fc62c32ea07500ecb7a0b61fd4756b5 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293162 > Commit-Queue: Stephen Adams <sra@google.com> > Reviewed-by: Sigmund Cherem <sigmund@google.com> Bug: #51847 Change-Id: I94172897dd272f9d8896faa06de9ed5f0d3a1b97 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293641 Auto-Submit: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Stephen Adams <sra@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Stephen Adams <sra@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
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.