Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: pkg/js/README.md

Issue 1404873004: pkg/js: Big cleanup to README. Added CHANGELOG. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/js/CHANGELOG.md ('k') | pkg/js/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/js/README.md
diff --git a/pkg/js/README.md b/pkg/js/README.md
index d27b6eb94ec6d899afebfacf354adc3ca21faf3c..67580adc58d6d592eba9fb06f33db2b976e5af94 100644
--- a/pkg/js/README.md
+++ b/pkg/js/README.md
@@ -1,60 +1,15 @@
-Dart-JavaScript Interop
-=======================
-
-Status
-------
-
-Version 0.6.0 is a complete rewrite of package:js
-
The package now only contains annotations specifying the shape of the
JavaScript API to import into Dart.
-The core implementation is defined directly in Dart2Js, Dartium, and DDC.
-
-**Warning: support in Dartium and Dart2Js is still in progress.
-
-#### Example - TODO(jacobr)
-
-Configuration and Initialization
---------------------------------
-
-### Adding the dependency
-
-Add the following to your `pubspec.yaml`:
-
-```yaml
-dependencies:
- js: ">=0.6.0 <0.7.0"
-```
-
-##### main.html
-
-```html
-<html>
- <head>
- </head>
- <body>
- <script type="application/dart" src="main.dart"></script>
- </body>
-</html>
-```
-
-##### main.dart
-
-TODO(jacobr): example under construction.
-```dart
-library main;
-
-import 'package:js/js.dart';
-main() {
-}
-```
+The core implementation is defined directly in Dart2Js, Dartium, and dev_compiler.
-Contributing and Filing Bugs
-----------------------------
+## Contributing and Filing Bugs
-Please file bugs and features requests on the Github issue tracker: https://github.com/dart-lang/js-interop/issues
+Please file bugs and features requests on the [Github issue tracker](https://github.com/dart-lang/js-interop/issues).
-We also love and accept community contributions, from API suggestions to pull requests. Please file an issue before beginning work so we can discuss the design and implementation. We are trying to create issues for all current and future work, so if something there intrigues you (or you need it!) join in on the discussion.
+We also love and accept community contributions, from API suggestions to pull requests.
+Please file an issue before beginning work so we can discuss the design and implementation.
+We are trying to create issues for all current and future work, so if something there intrigues you (or you need it!) join in on the discussion.
-All we require is that you sign the Google Individual Contributor License Agreement https://developers.google.com/open-source/cla/individual?csw=1
+All we require is that you sign the
+[Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual?csw=1).
« no previous file with comments | « pkg/js/CHANGELOG.md ('k') | pkg/js/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698