No description
Find a file
Sigmund Cherem f460a8706d Add implementation of Isolate.resolvePackageUri for dart2js.
This uses 'packages/' as the default base to resolve uris from, but also exposes
a hook to allow users to overwrite it.

BUG= https://github.com/dart-lang/sdk/issues/25594
R=het@google.com, lrn@google.com

Review URL: https://codereview.chromium.org/2495383003 .
2016-11-14 15:11:49 -08:00
build
client
docs/language
pkg Add implementation of Isolate.resolvePackageUri for dart2js. 2016-11-14 15:11:49 -08:00
runtime JumpToFrame refactor 2016-11-14 14:38:21 -08:00
samples Re-enable Platform.executable under precompilation. 2016-11-11 16:19:02 -08:00
samples-dev
sdk Add implementation of Isolate.resolvePackageUri for dart2js. 2016-11-14 15:11:49 -08:00
tests Add implementation of Isolate.resolvePackageUri for dart2js. 2016-11-14 15:11:49 -08:00
third_party
tools GN: Make sure we use clang when ASAN is specificed for ia32 Linux 2016-11-14 13:29:30 -08:00
utils
.clang-format
.gitattributes
.gitignore
.gn
.mailmap
.packages
.travis.yml
AUTHORS
BUILD.gn
CHANGELOG.md
codereview.settings
create_sdk.gyp
dart.gyp Add dependency for 'process_test' from 'runtime_precompiled'. 2016-11-14 10:14:04 -08:00
DEPS
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS

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

Learn how to get the source and prepare your machine to build the SDK.

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

See LICENSE.