No description
Find a file
Jacob Richman 728f71f740 Ship dart2js output for dev_compiler/web in the sdk.
These tools are used to support applying source maps to stack traces
and running the Dart dev compiler in the browser as part of an extension.

This CL adds the following files
dart-sdk/lib/dev_compiler/web/ddc_web_compiler.js
dart-sdk/lib/dev_compiler/web/dart_stack_trace_mapper

BUG=
R=rmacnak@google.com, vsm@google.com

Review-Url: https://codereview.chromium.org/2889253002 .
2017-05-19 13:21:53 -07:00
build Roll 50: Updated for push to origin/master. 2017-05-10 18:16:51 -07:00
client Remove idea meta-data (follow up from https://codereview.chromium.org/2878103002). 2017-05-14 07:54:19 -07:00
docs/language Adjusted initializer rules, changing a run-time error to compile-time. 2017-05-19 14:22:35 +02:00
pkg Fix parser bug found while trying to reproduce a different bug 2017-05-19 13:07:59 -07:00
runtime Revert "VM: Constant fold more loads from constants in the optimizer." 2017-05-19 17:17:52 +02:00
samples
samples-dev Fix swarm for non-integer Event timeStamps 2017-05-10 12:48:39 -07:00
sdk Ship dart2js output for dev_compiler/web in the sdk. 2017-05-19 13:21:53 -07:00
tests Update status files. 2017-05-19 13:40:46 +02:00
third_party
tools Reduce temporarily flakiness rate of dart2js-drt by re-running until they have been fixed 2017-05-19 13:13:40 +02:00
utils Ship dart2js output for dev_compiler/web in the sdk. 2017-05-19 13:21:53 -07:00
.clang-format
.gitattributes
.gitignore
.gn
.mailmap
.packages
.travis.yml Allow canary to timeout 2017-05-02 10:02:51 -07:00
AUTHORS
BUILD.gn
CHANGELOG.md Announced #28939 (void f() => e allows an e of any type) in changelog 2017-05-18 17:12:46 +02:00
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Update async package to include fix for Stream changes 2017-05-18 14:35:19 -07:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS Remove johnmccutchan from observatory watchlist 2017-05-19 07:56:54 -07: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.