mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Do not print package-name in non-package interface by default."
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user