We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87aaf4e commit 50613dfCopy full SHA for 50613df
Sources/SymbolGraphCompiler/SSGC.TypeChecker.swift
@@ -10,8 +10,6 @@ extension SSGC
10
public
11
struct TypeChecker
12
{
13
- private
14
- let ignoreExportedInterfaces:Bool
15
private
16
var declarations:Declarations
17
@@ -23,9 +21,8 @@ extension SSGC
23
21
var resolvableModules:[Symbol.Module]
24
22
25
26
- init(ignoreExportedInterfaces:Bool = true, threshold:Symbol.ACL = .public)
+ init(threshold:Symbol.ACL = .public)
27
28
- self.ignoreExportedInterfaces = ignoreExportedInterfaces
29
self.declarations = .init(threshold: threshold)
30
self.extensions = .init()
31
0 commit comments