Skip to content

Commit

Permalink
Update wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove committed Feb 24, 2015
1 parent 67eb485 commit bdc086d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/dev_compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
dart-dev-compiler
=================

This is an experimental Dart->JS compiler designed to create idiomatic,
readable JS output. We're investigating this because we want to enable
easy debugging of Dart applications on all supported browsers.
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 target all browsers that Dart supports.
backend. Longer term, we plan to investigate supporting all browsers that
Dart supports.

0 comments on commit bdc086d

Please sign in to comment.