Skip to content

Commit

Permalink
@Perceptible Macro supports properties with the package access mo…
Browse files Browse the repository at this point in the history
…difier (#30)
  • Loading branch information
treastrain authored Mar 25, 2024
1 parent a2a3845 commit 83fc3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PerceptionMacros/PerceptibleMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ extension DeclModifierListSyntax {
switch $0.name.tokenKind {
case .keyword(let keyword):
switch keyword {
case .fileprivate, .private, .internal, .public:
case .fileprivate, .private, .internal, .package, .public:
return false
default:
return true
Expand Down

0 comments on commit 83fc3d8

Please sign in to comment.