Skip to content

Commit abda569

Browse files
author
Tim Blasi
committed
docs(dart/transform): Link to the Transform wiki page
Add a link to the Dart Transform wiki page to DEVELOPER.md
1 parent 447018b commit abda569

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DEVELOPER.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ JS and Dart versions. It also explains the basic mechanics of using `git`, `node
1010
* [Running Tests Locally](#running-tests-locally)
1111
* [Project Information](#project-information)
1212
* [CI using Travis](#ci-using-travis)
13+
* [Transforming Dart code](#transforming-dart-code)
1314
* [Debugging](#debugging)
1415

1516
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, ..
213214
For instructions on setting up Continuous Integration using Travis, see the instructions given
214215
[here](https://github.com/angular/angular.dart/blob/master/travis.md).
215216

217+
## Transforming Dart code
218+
219+
See the [wiki](//github.com/angular/angular/wiki/Angular-2-Dart-Transformer).
220+
216221
## Debugging
217222

218223
### Debug the transpiler

0 commit comments

Comments
 (0)