From abda569b55a5592558055b47ab883bc3a1697f80 Mon Sep 17 00:00:00 2001 From: Tim Blasi Date: Mon, 20 Apr 2015 10:11:32 -0700 Subject: [PATCH] docs(dart/transform): Link to the Transform wiki page Add a link to the Dart Transform wiki page to DEVELOPER.md --- DEVELOPER.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 23a6275fa3..94f030be1a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -10,6 +10,7 @@ JS and Dart versions. It also explains the basic mechanics of using `git`, `node * [Running Tests Locally](#running-tests-locally) * [Project Information](#project-information) * [CI using Travis](#ci-using-travis) +* [Transforming Dart code](#transforming-dart-code) * [Debugging](#debugging) See the [contribution guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md) @@ -213,6 +214,10 @@ Angular specific command line options when running protractor (e.g. force gc, .. For instructions on setting up Continuous Integration using Travis, see the instructions given [here](https://github.com/angular/angular.dart/blob/master/travis.md). +## Transforming Dart code + +See the [wiki](//github.com/angular/angular/wiki/Angular-2-Dart-Transformer). + ## Debugging ### Debug the transpiler