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

Unified Diff: lib/src/compiler.dart

Issue 1266483003: format with dart_style 0.2.0-rc.3 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « lib/src/codegen/side_effect_analysis.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler.dart
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
index 8a3f110765c04ce94c5e4f5f30128bb91cc035d8..bede4d148790f646b034c3b4165dd6693d5d0b36 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -196,7 +196,8 @@ class BatchCompiler extends AbstractCompiler {
}
html.DocumentFragment _linkLibraries(
- LibraryElement mainLib, LinkedHashSet<Uri> loaded, {String from}) {
+ LibraryElement mainLib, LinkedHashSet<Uri> loaded,
+ {String from}) {
assert(from != null);
var alreadyLoaded = loaded.length;
_collectLibraries(mainLib, loaded);
@@ -304,6 +305,7 @@ abstract class AbstractCompiler {
}
return _inputBaseDir;
}
+
String _inputBaseDir;
String getOutputPath(Uri uri) => path.join(outputDir, getModulePath(uri));
« no previous file with comments | « lib/src/codegen/side_effect_analysis.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698