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

Unified Diff: pkg/kernel/bin/batch_util.dart

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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
« no previous file with comments | « DEPS ('k') | pkg/kernel/bin/transform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/bin/batch_util.dart
diff --git a/pkg/kernel/bin/batch_util.dart b/pkg/kernel/bin/batch_util.dart
index 0070aa0398bcfc970e2606cb1851730bf830c45d..a758095bdf99926a1ab276eff9ac7ffa751676c6 100644
--- a/pkg/kernel/bin/batch_util.dart
+++ b/pkg/kernel/bin/batch_util.dart
@@ -7,7 +7,10 @@ import 'dart:async';
import 'dart:convert';
import 'dart:io';
-enum CompilerOutcome { Ok, Fail, }
+enum CompilerOutcome {
+ Ok,
+ Fail,
+}
typedef Future<CompilerOutcome> BatchCallback(List<String> arguments);
« no previous file with comments | « DEPS ('k') | pkg/kernel/bin/transform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698