No description
Find a file
Jenny Messerly 1b9b3453de fix DDC ES6 module export names, part of #32272
We use renamable variables for Dart libraries, this ensures we still
export it with the correct name.

Change-Id: I96dc161e33d265c0ffbd07f8d642629504dffe62
Reviewed-on: https://dart-review.googlesource.com/42892
Commit-Queue: Jenny Messerly <jmesserly@google.com>
Reviewed-by: Vijay Menon <vsm@google.com>
2018-03-07 01:03:01 +00:00
build [infra] Roll toolchain. 2018-03-01 20:09:29 +00:00
client
docs Add feature specification draft for Dart 2.0 subtyping 2018-03-06 00:02:38 +00:00
pkg fix DDC ES6 module export names, part of #32272 2018-03-07 01:03:01 +00:00
runtime [VM] Guard against duplicate entries in the static [Redirection::list_] 2018-03-06 16:42:21 +00:00
samples Make strong mode the default under --preview-dart-2. 2018-02-27 22:16:07 +00:00
samples-dev New methods on Iterable, List, Set, Queue, Map. 2018-02-07 06:12:53 +00:00
sdk Deprecated old upper-case constants. 2018-03-06 14:17:01 +00:00
tests Update dart2js-minified status for co19 no-such-method test 2018-03-07 00:04:01 +00:00
third_party DEPS in package:http_io 2018-01-26 18:49:59 +00:00
tools Add preview_dart_2 to supported set of status file variables 2018-03-06 14:46:44 +00:00
utils Add rules to build dart2js platform in strong mode 2018-03-02 22:19:19 +00:00
.clang-format VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
.gitattributes Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
.gitignore
.gn
.mailmap
.packages Remove typed_mock 2018-02-21 22:22:32 +00:00
AUTHORS
BUILD.gn [VM] Exclude runtime/bin:precompiler_entry_points_json from being generated for ia32/dbc 2018-02-27 10:57:47 +00:00
CHANGELOG.md Bring in the latest pub 2018-02-27 23:49:46 +00:00
codereview.settings Update codereview.settings to Gerrit (dart-review.googlesource.com) 2017-09-04 12:52:09 +00:00
DEPS *.status files and DEPS updated to include latest fixes for co19 tests 2018-03-06 12:24:43 +00:00
LICENSE
PATENTS
PRESUBMIT.py Move new tests from tests/isolate to tests/lib_2/isolate. 2018-02-22 10:03:23 +00:00
README.dart-sdk
README.md
WATCHLISTS Creates a watchlist for sdk/lib/_http and adds me to it 2018-01-02 18:39:53 +00:00

Dart

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Using Dart

Visit the dartlang.org to learn more about the language, tools, getting started, and more.

Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.

Building Dart

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.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

License & patents

See LICENSE and PATENTS.