Skip to content

Commit

Permalink
Merge pull request #65 from dart-lang/readme
Browse files Browse the repository at this point in the history
add README
  • Loading branch information
vsmenon committed Feb 24, 2015
2 parents 7dbb2c4 + bdc086d commit 0bccf25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/dev_compiler/README.md
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.

0 comments on commit 0bccf25

Please sign in to comment.