| OLD | NEW |
| 1 dart_library.library('collection/src/canonicalized_map', null, /* Imports */[ | 1 dart_library.library('collection/src/canonicalized_map', null, /* Imports */[ |
| 2 "dart_runtime/dart", | 2 "dart/_runtime", |
| 3 'dart/core', | 3 'dart/core', |
| 4 'collection/src/utils', | 4 'collection/src/utils', |
| 5 'dart/collection' | 5 'dart/collection' |
| 6 ], /* Lazy imports */[ | 6 ], /* Lazy imports */[ |
| 7 ], function(exports, dart, core, utils, collection) { | 7 ], function(exports, dart, core, utils, collection) { |
| 8 'use strict'; | 8 'use strict'; |
| 9 let dartx = dart.dartx; | 9 let dartx = dart.dartx; |
| 10 let _base = Symbol('_base'); | 10 let _base = Symbol('_base'); |
| 11 let _canonicalize = Symbol('_canonicalize'); | 11 let _canonicalize = Symbol('_canonicalize'); |
| 12 let _isValidKeyFn = Symbol('_isValidKeyFn'); | 12 let _isValidKeyFn = Symbol('_isValidKeyFn'); |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 [_isValidKey]: [core.bool, [core.Object]] | 110 [_isValidKey]: [core.bool, [core.Object]] |
| 111 }) | 111 }) |
| 112 }); | 112 }); |
| 113 return CanonicalizedMap; | 113 return CanonicalizedMap; |
| 114 }); | 114 }); |
| 115 let CanonicalizedMap = CanonicalizedMap$(); | 115 let CanonicalizedMap = CanonicalizedMap$(); |
| 116 // Exports: | 116 // Exports: |
| 117 exports.CanonicalizedMap$ = CanonicalizedMap$; | 117 exports.CanonicalizedMap$ = CanonicalizedMap$; |
| 118 exports.CanonicalizedMap = CanonicalizedMap; | 118 exports.CanonicalizedMap = CanonicalizedMap; |
| 119 }); | 119 }); |
| OLD | NEW |