Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous pluginListInterfaceImports #906

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Sources/NodesGenerator/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public struct Config: Codable, Equatable {
public var builderImports: Set<String>
public var flowImports: Set<String>
public var pluginListImports: Set<String>
public var pluginListInterfaceImports: Set<String>
public var viewControllerImports: Set<String>
public var dependencies: [Variable]
public var analyticsProperties: [Variable]
Expand Down Expand Up @@ -96,7 +95,6 @@ extension Config {
builderImports = []
flowImports = []
pluginListImports = []
pluginListInterfaceImports = []
viewControllerImports = []
dependencies = []
analyticsProperties = []
Expand Down Expand Up @@ -173,9 +171,6 @@ extension Config {
pluginListImports =
(try? decoder.decode(CodingKeys.pluginListImports))
?? defaults.pluginListImports
pluginListInterfaceImports =
(try? decoder.decode(CodingKeys.pluginListInterfaceImports))
?? defaults.pluginListInterfaceImports
viewControllerImports =
(try? decoder.decode(CodingKeys.viewControllerImports))
?? defaults.viewControllerImports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
▿ pluginListImports: 2 members
- "<pluginListImports-1>"
- "<pluginListImports-2>"
- pluginListInterfaceImports: 0 members
- publisherFailureType: "<publisherFailureType>"
- publisherType: "<publisherType>"
▿ reactiveImports: 2 members
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- isTestTemplatesGenerationEnabled: true
- isViewInjectedTemplateEnabled: true
- pluginListImports: 0 members
- pluginListInterfaceImports: 0 members
- publisherFailureType: "Never"
- publisherType: "AnyPublisher"
▿ reactiveImports: 1 member
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- isTestTemplatesGenerationEnabled: true
- isViewInjectedTemplateEnabled: true
- pluginListImports: 0 members
- pluginListInterfaceImports: 0 members
- publisherFailureType: "Never"
- publisherType: "AnyPublisher"
▿ reactiveImports: 1 member
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- isTestTemplatesGenerationEnabled: true
- isViewInjectedTemplateEnabled: true
- pluginListImports: 0 members
- pluginListInterfaceImports: 0 members
- publisherFailureType: "Never"
- publisherType: "AnyPublisher"
▿ reactiveImports: 1 member
Expand Down