No description
Find a file
2014-02-28 14:20:29 +00:00
client Add annotated steps for src tarball creation bot 2014-02-07 08:13:15 +00:00
docs/language Libraries can be private. 2014-02-26 02:42:23 +00:00
pkg [polymer] add bower files to import elements 2014-02-28 03:06:49 +00:00
runtime Remove rum_vm_tests.host target. 2014-02-28 08:55:04 +00:00
sdk Implement isSubclassOf for dart2js source mirrors. 2014-02-28 12:59:27 +00:00
site/try Switch try to use its copy of favicon.ico . 2014-02-06 22:49:22 +00:00
tests Fix more analyzer test expectations. 2014-02-28 14:20:29 +00:00
tools Remove rum_vm_tests.host target. 2014-02-28 08:55:04 +00:00
utils Avoid documenting canonicalization 'example' library from polymer 2014-02-18 22:37:22 +00:00
.gitignore Changed breaking image to discrepancy (2%) and made clock into collection. Repeating click on test item in browser. Added a wait for my setup and differentiated index.html from out/index.html 2013-11-06 01:21:12 +00:00
AUTHORS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
codereview.settings
dart.gyp R=danrubel@google.com, kustermann@google.com, ricow@google.com 2014-02-10 19:03:08 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py
README
README.dart-sdk
WATCHLISTS

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at http://dartlang.org or
http://code.google.com/p/dart.

Here's a brief guide to what's in here:

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       Dart VM and code for running it as a standalone app.
samples/       Sample Dart programs. 
tests/         Automated tests.
third_party/   External dependencies.
tools/         Build scripts, text editor support files, etc.
utils/         Utilities for Dart applications.