Index: pkg/front_end/lib/src/fasta/fasta_codes_generated.dart |
diff --git a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart |
index ba010d8d801df7528fd8f72882f7cbeb77686bac..8b69d611cbe5beb70c206cc57c5b616438200706 100644 |
--- a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart |
+++ b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart |
@@ -212,6 +212,17 @@ const MessageCode messageCantInferPackagesFromManyInputs = const MessageCode( |
r"""Cannot infer a .packages file when compiling multiple inputs.""", |
tip: r"""Try specifying the file explicitly with the --packages option."""); |
+// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE. |
+const Code<Null> codeCantInferPackagesFromPackageUri = |
+ messageCantInferPackagesFromPackageUri; |
+ |
+// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE. |
+const MessageCode messageCantInferPackagesFromPackageUri = const MessageCode( |
+ "CantInferPackagesFromPackageUri", |
+ message: |
+ r"""Cannot infer a .packages file from an input `package:*` URI.""", |
+ tip: r"""Try specifying the file explicitly with the --packages option."""); |
+ |
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE. |
const Code<Null> codeCatchSyntax = messageCatchSyntax; |
@@ -1394,7 +1405,7 @@ const MessageCode messageInternalProblemMissingContext = const MessageCode( |
"InternalProblemMissingContext", |
message: r"""Compiler cannot run without a compiler context.""", |
tip: |
- r"""Are calls to the compiler wrapped in CompilerContext.withGlobalOptions?"""); |
+ r"""Are calls to the compiler wrapped in CompilerContext.runInContext?"""); |
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE. |
const Template<Message Function(String name)> templateInternalProblemNotFound = |