| OLD | NEW |
| 1 dart_library.library('dart/html', null, /* Imports */[ | 1 dart_library.library('dart/html', null, /* Imports */[ |
| 2 'dart/_runtime', | 2 'dart/_runtime', |
| 3 'dart/math', | 3 'dart/math', |
| 4 'dart/core', | 4 'dart/core', |
| 5 'dart/_metadata', |
| 5 'dart/_js_helper', | 6 'dart/_js_helper', |
| 6 'dart/collection', | 7 'dart/collection', |
| 7 'dart/async', | 8 'dart/async', |
| 8 'dart/_foreign_helper', | 9 'dart/_foreign_helper', |
| 9 'dart/isolate' | 10 'dart/isolate' |
| 10 ], /* Lazy imports */[ | 11 ], /* Lazy imports */[ |
| 11 'dart/_metadata', | |
| 12 'dart/html_common' | 12 'dart/html_common' |
| 13 ], function(exports, dart, math, core, _js_helper, collection, async, _foreign_h
elper, isolate, _metadata, html_common) { | 13 ], function(exports, dart, math, core, _metadata, _js_helper, collection, async,
_foreign_helper, isolate, html_common) { |
| 14 'use strict'; | 14 'use strict'; |
| 15 let dartx = dart.dartx; | 15 let dartx = dart.dartx; |
| 16 dart.export(exports, math, ['Rectangle', 'Point'], []); | 16 dart.export(exports, math, ['Rectangle', 'Point'], []); |
| 17 class DartHtmlDomObject extends core.Object { | 17 class DartHtmlDomObject extends core.Object { |
| 18 DartHtmlDomObject() { | 18 DartHtmlDomObject() { |
| 19 this.raw = null; | 19 this.raw = null; |
| 20 } | 20 } |
| 21 internal_() { | 21 internal_() { |
| 22 this.raw = null; | 22 this.raw = null; |
| 23 } | 23 } |
| (...skipping 12849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12873 exports.ElementUpgrader = ElementUpgrader; | 12873 exports.ElementUpgrader = ElementUpgrader; |
| 12874 exports.NodeValidator = NodeValidator; | 12874 exports.NodeValidator = NodeValidator; |
| 12875 exports.NodeTreeSanitizer = NodeTreeSanitizer; | 12875 exports.NodeTreeSanitizer = NodeTreeSanitizer; |
| 12876 exports.UriPolicy = UriPolicy; | 12876 exports.UriPolicy = UriPolicy; |
| 12877 exports.spawnDomUri = spawnDomUri; | 12877 exports.spawnDomUri = spawnDomUri; |
| 12878 exports.unwrap_jso = unwrap_jso; | 12878 exports.unwrap_jso = unwrap_jso; |
| 12879 exports.wrap_jso = wrap_jso; | 12879 exports.wrap_jso = wrap_jso; |
| 12880 exports.createCustomUpgrader = createCustomUpgrader; | 12880 exports.createCustomUpgrader = createCustomUpgrader; |
| 12881 exports.getHtmlCreateFunction = getHtmlCreateFunction; | 12881 exports.getHtmlCreateFunction = getHtmlCreateFunction; |
| 12882 }); | 12882 }); |
| OLD | NEW |