Skip to content

Commit a9b1335

Browse files
Explicit import to fix Xcode 15 compatibility
1 parent 66f44b7 commit a9b1335

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Sources/TreeSitterDocument/LanguageLayerTree.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Foundation
22

33
import SwiftTreeSitter
4+
import enum SwiftTreeSitter.Predicate
45

56
extension IndexSet {
67
init(range nsRange: NSRange) {

Sources/TreeSitterDocument/LayeredQueryCursor.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Foundation
2+
23
import SwiftTreeSitter
4+
import enum SwiftTreeSitter.Predicate
35

46
public struct LayeredQueryCursor {
57
public typealias NamedCursor = (String, ResolvingQueryCursor)

0 commit comments

Comments
 (0)