Index: lib/src/options.dart |
diff --git a/lib/src/options.dart b/lib/src/options.dart |
index ef4f6d787abb2b32cbaeee3f89e7c5117cbbe8b4..96a72cfd19a745c3b51dc847cf0cd486ea7b7f31 100644 |
--- a/lib/src/options.dart |
+++ b/lib/src/options.dart |
@@ -14,7 +14,8 @@ import 'package:logging/logging.dart' show Level; |
import 'package:path/path.dart' as path; |
import 'package:yaml/yaml.dart'; |
-/// Options used by our TypeResolver. |
+/// Options used by our checker. |
+// TODO(jmesserly): useMultiPackage/packageRoot don't apply anymore. |
vsm
2015/05/18 15:51:16
Don't we still need this for g3?
Jennifer Messerly
2015/05/18 16:24:41
yes, I'll reword. The problem is they are not used
|
class ResolverOptions { |
/// Whether to resolve 'package:' uris using the multi-package resolver. |
final bool useMultiPackage; |