Skip to content

Commit 912192b

Browse files
authored
Remove unused perception branches (pointfreeco#3376)
1 parent 5e9943d commit 912192b

11 files changed

+1635
-1693
lines changed

Sources/ComposableArchitecture/Internal/Exports.swift

+3-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,9 @@
44
@_exported import ConcurrencyExtras
55
@_exported import CustomDump
66
@_exported import Dependencies
7+
@_exported import DependenciesMacros
78
@_exported import IdentifiedCollections
9+
@_exported import Observation
10+
@_exported import Perception
811
@_exported import SwiftUINavigation
912
@_exported import UIKitNavigation
10-
11-
#if canImport(DependenciesMacros)
12-
@_exported import DependenciesMacros
13-
#endif
14-
#if canImport(Observation)
15-
@_exported import Observation
16-
#endif
17-
#if canImport(Perception)
18-
@_exported import Perception
19-
#endif

0 commit comments

Comments
 (0)