| OLD | NEW |
| 1 dart_library.library('dart/js', null, /* Imports */[ | 1 dart_library.library('dart/js', null, /* Imports */[ |
| 2 "dart_runtime/dart", | 2 "dart/_runtime", |
| 3 'dart/core', | 3 'dart/core', |
| 4 'dart/collection', | 4 'dart/collection', |
| 5 'dart/_js_helper' | 5 'dart/_js_helper' |
| 6 ], /* Lazy imports */[ | 6 ], /* Lazy imports */[ |
| 7 ], function(exports, dart, core, collection, _js_helper) { | 7 ], function(exports, dart, core, collection, _js_helper) { |
| 8 'use strict'; | 8 'use strict'; |
| 9 let dartx = dart.dartx; | 9 let dartx = dart.dartx; |
| 10 dart.defineLazyProperties(exports, { | 10 dart.defineLazyProperties(exports, { |
| 11 get context() { | 11 get context() { |
| 12 return _wrapToDart(dart.global); | 12 return _wrapToDart(dart.global); |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 let __CastType0 = dart.typedef('__CastType0', () => dart.functionType(dart.d
ynamic, [E])); | 394 let __CastType0 = dart.typedef('__CastType0', () => dart.functionType(dart.d
ynamic, [E])); |
| 395 return __CastType0; | 395 return __CastType0; |
| 396 }); | 396 }); |
| 397 let __CastType0 = __CastType0$(); | 397 let __CastType0 = __CastType0$(); |
| 398 // Exports: | 398 // Exports: |
| 399 exports.JsObject = JsObject; | 399 exports.JsObject = JsObject; |
| 400 exports.JsFunction = JsFunction; | 400 exports.JsFunction = JsFunction; |
| 401 exports.JsArray$ = JsArray$; | 401 exports.JsArray$ = JsArray$; |
| 402 exports.JsArray = JsArray; | 402 exports.JsArray = JsArray; |
| 403 }); | 403 }); |
| OLD | NEW |