| OLD | NEW |
| 1 This is a copy of https://github.com/dart-lang/sample-sunflower, with minor | 1 This is a copy of https://github.com/dart-lang/sample-sunflower, with minor |
| 2 changes to make it compile against "raw DOM" APIs. | 2 changes to make it compile against "raw DOM" APIs. |
| 3 | 3 |
| 4 The main sunflower.dart file is used as a regression test. You can find it at | 4 The main sunflower.dart file is used as a regression test. You can find it at |
| 5 ../codegen/sunflower.dart with expected code under ../codegen/expect/sunflower/, | 5 ../codegen/sunflower.dart with expected code under ../codegen/expect/sunflower/, |
| 6 and the output is at ../codegen/expect/sunflower/sunflower.dart.js. | 6 and the output is at ../codegen/expect/sunflower/sunflower.dart.js. |
| OLD | NEW |