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

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 2753623002: Support iife heuristic in DDC (Closed)
Patch Set: Created 3 years, 9 months 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 | « no previous file | pkg/dev_compiler/lib/src/compiler/module_builder.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 56278487011d53a829b15e90fc24937cab2a102b..b327ef0ba11210ece024549af77ff47b204eeaa6 100644
--- a/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
+++ b/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
@@ -1,5 +1,5 @@
dart_library.library('dart_sdk', null, /* Imports */[
-], function load__dart_sdk(exports) {
+], (function load__dart_sdk(exports) {
'use strict';
const dart = Object.create(null);
const dartx = Object.create(null);
@@ -105578,6 +105578,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
exports.web_gl = web_gl;
exports.web_sql = web_sql;
exports.nativewrappers = nativewrappers;
-});
+}));
//# sourceMappingURL=dart_sdk.js.map
« no previous file with comments | « no previous file | pkg/dev_compiler/lib/src/compiler/module_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698