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

Unified Diff: tool/input_sdk/private/utils.dart

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: regen sdk and expectations Created 4 years, 11 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:
View side-by-side diff with in-line comments
Download patch
Index: tool/input_sdk/private/utils.dart
diff --git a/tool/input_sdk/private/utils.dart b/tool/input_sdk/private/utils.dart
index a04c780a4f52035ca05c6e549b438b9c2bbce4ae..3a587d7f0cfd89f9e16600060a0900b3f8586453 100644
--- a/tool/input_sdk/private/utils.dart
+++ b/tool/input_sdk/private/utils.dart
@@ -102,7 +102,6 @@ copyProperties(to, from) => JS('', '''(() => {
})()''');
/// Exports from one Dart module to another.
-@JSExportName('export')
export_(to, from, show, hide) => JS('', '''(() => {
if ($show == void 0 || $show.length == 0) {
$show = $getOwnNamesAndSymbols($from);

Powered by Google App Engine
This is Rietveld 408576698