-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from dart-lang/readme
add README
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
dart-dev-compiler | ||
================= | ||
|
||
This is an **experimental** Dart->JavaScript compiler designed to create | ||
idiomatic, readable JavaScript output. We're investigating this because | ||
we want to enable easy debugging of Dart applications on all supported | ||
browsers. | ||
|
||
The initial target for this work is Chrome, which is why there's an ES6 | ||
backend. Longer term, we plan to investigate supporting all browsers that | ||
Dart supports. |