| 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));
|
|
|