Revert "Do not print package-name in non-package interface by default."

This commit is contained in:
Xi Ge
2024-09-05 21:36:32 -07:00
committed by GitHub
parent d653a01732
commit 4b8e76fbeb
5 changed files with 12 additions and 10 deletions

View File

@@ -70,6 +70,10 @@ struct ModuleInterfaceOptions {
/// Print imports that are missing from the source and used in API.
bool PrintMissingImports = true;
/// If true, package-name flag is not printed in either public or private
/// interface file.
bool DisablePackageNameForNonPackageInterface = false;
/// Intentionally print invalid syntax into the file.
bool DebugPrintInvalidSyntax = false;