Skip to content

Commit

Permalink
Change default of useAccessLevelOnImports to always be false
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo authored and thomasvl committed Sep 9, 2024
1 parent e9def03 commit dea247b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/protoc-gen-swift/GeneratorOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ class GeneratorOptions {
var visibility: Visibility = .internal
var swiftProtobufModuleName: String? = nil
var implementationOnlyImports: Bool = false
#if swift(>=6.0)
var useAccessLevelOnImports = true
#else
var useAccessLevelOnImports = false
#endif
var experimentalStripNonfunctionalCodegen: Bool = false

for pair in parameter.parsedPairs {
Expand Down

0 comments on commit dea247b

Please sign in to comment.