docs(dart/transform): Link to the Transform wiki page

Add a link to the Dart Transform wiki page to DEVELOPER.md
This commit is contained in:
Tim Blasi 2015-04-20 10:11:32 -07:00
parent 447018b54b
commit abda569b55
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ JS and Dart versions. It also explains the basic mechanics of using `git`, `node
* [Running Tests Locally](#running-tests-locally) * [Running Tests Locally](#running-tests-locally)
* [Project Information](#project-information) * [Project Information](#project-information)
* [CI using Travis](#ci-using-travis) * [CI using Travis](#ci-using-travis)
* [Transforming Dart code](#transforming-dart-code)
* [Debugging](#debugging) * [Debugging](#debugging)
See the [contribution guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md) 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 For instructions on setting up Continuous Integration using Travis, see the instructions given
[here](https://github.com/angular/angular.dart/blob/master/travis.md). [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 ## Debugging
### Debug the transpiler ### Debug the transpiler