Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: pkg/dev_compiler/lib/js/legacy/dart_sdk.js

Side-by-side diff isn't available for this file because of its large size.
Issue 2500283002: Only re-export the main methods. The ddc codegen doesn't depend on any other methods being exported… (Closed)
Patch Set: added updated sdks Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « pkg/dev_compiler/lib/js/es6/dart_sdk.js ('k') | pkg/dev_compiler/lib/src/compiler/code_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/lib/js/legacy/dart_sdk.js
diff --git a/pkg/dev_compiler/lib/js/legacy/dart_sdk.js b/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
index 4f8489f2e7b0f25abf6eb00a06f2d04030a2491e..b0f175536a860b4b85e34d81f265bab4f6bcdec2 100644
--- a/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
+++ b/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
@@ -83134,15 +83134,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
sanitizeNode: dart.definiteFunctionType(dart.void, [html$.Node, html$.Node])
})
});
- html$.Point$ = math.Point$;
- html$.Point = math.Point;
- html$.Rectangle$ = math.Rectangle$;
- html$.Rectangle = math.Rectangle;
- html_common.SupportedBrowser = _metadata.SupportedBrowser;
- html_common.Unstable = _metadata.Unstable;
- html_common.DocsEditable = _metadata.DocsEditable;
- html_common.Experimental = _metadata.Experimental;
- html_common.DomName = _metadata.DomName;
html_common.convertDartToNative_SerializedScriptValue = function(value) {
return html_common.convertDartToNative_PrepareForStructuredClone(value);
};
« no previous file with comments | « pkg/dev_compiler/lib/js/es6/dart_sdk.js ('k') | pkg/dev_compiler/lib/src/compiler/code_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698