| OLD | NEW |
| 1 define(['dart_sdk'], function(dart_sdk) { | 1 define(['dart_sdk'], function(dart_sdk) { |
| 2 'use strict'; | 2 'use strict'; |
| 3 const core = dart_sdk.core; | 3 const core = dart_sdk.core; |
| 4 const html = dart_sdk.html; | 4 const html = dart_sdk.html; |
| 5 const math = dart_sdk.math; | 5 const math = dart_sdk.math; |
| 6 const dart = dart_sdk.dart; | 6 const dart = dart_sdk.dart; |
| 7 const dartx = dart_sdk.dartx; | 7 const dartx = dart_sdk.dartx; |
| 8 const sunflower = Object.create(null); | 8 const sunflower = Object.create(null); |
| 9 const circle = Object.create(null); | 9 const circle = Object.create(null); |
| 10 const painter = Object.create(null); | 10 const painter = Object.create(null); |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 } | 122 } |
| 123 }); | 123 }); |
| 124 // Exports: | 124 // Exports: |
| 125 return { | 125 return { |
| 126 sunflower: sunflower, | 126 sunflower: sunflower, |
| 127 circle: circle, | 127 circle: circle, |
| 128 painter: painter | 128 painter: painter |
| 129 }; | 129 }; |
| 130 }); | 130 }); |
| 131 | 131 |
| 132 //# sourceMappingURL=/Users/jmesserly/src/dev_compiler/test/codegen_expected/sun
flower/sunflower.js.map | 132 //# sourceMappingURL=sunflower.js.map |
| OLD | NEW |