Skip to content

Commit

Permalink
update internal boilerplate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Jul 28, 2022
1 parent b5a2d28 commit 29972ee
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Coding.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Diffable.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Equality.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/JSExport.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Typed.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
20 changes: 14 additions & 6 deletions SourcerySwift/Sources/SourceryRuntime.content.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ import Foundation
"""),
.init(name: "Coding.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -1416,7 +1416,7 @@ public protocol Definition: AnyObject {
"""),
.init(name: "Description.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -1854,7 +1854,7 @@ import Foundation
"""),
.init(name: "Diffable.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation
Expand Down Expand Up @@ -2778,7 +2778,7 @@ import Foundation
"""),
.init(name: "Equality.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -4057,7 +4057,7 @@ import Foundation
"""),
.init(name: "JSExport.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -6333,6 +6333,14 @@ public typealias AttributeList = [String: [Attribute]]
}
}
/// Directory to file where the type is defined
// sourcery: skipDescription, skipEquality, skipJSExport
public var directory: String? {
get {
return (path as? NSString)?.deletingLastPathComponent
}
}
/// File name where the type was defined
public var fileName: String?
Expand Down Expand Up @@ -6795,7 +6803,7 @@ import Foundation
"""),
.init(name: "Typed.generated.swift", content:
"""
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down
2 changes: 1 addition & 1 deletion SourceryTests/Models/TypedSpec.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.8.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Quick
import Nimble
Expand Down

0 comments on commit 29972ee

Please sign in to comment.