| Index: lib/src/directive_parser.dart
|
| diff --git a/lib/src/directive_parser.dart b/lib/src/directive_parser.dart
|
| index c2a8a3b23fa0f8ae2a8859fbccdcd9178252a0a3..06adae3efff6ed8890cdd0c89afce75443bc41ea 100644
|
| --- a/lib/src/directive_parser.dart
|
| +++ b/lib/src/directive_parser.dart
|
| @@ -24,7 +24,8 @@ DartCodeInfo parseDartCode(String code, Path file, {Messages messages}) {
|
| }
|
|
|
| /** A parser that extracts top-level directives. */
|
| -// TODO(sigmund): add source-span to error messages
|
| +// TODO(sigmund): add source-span to error messages.
|
| +// TODO(jmesserly): replace this with something based on compiler_unsupported.
|
| class _DirectiveParser {
|
| /** Path to the source file containing the code (for error messages). */
|
| Path file;
|
|
|