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 4880f61 commit a19a7f5Copy full SHA for a19a7f5
Sources/RswiftGenerators/Shared/SwiftIdentifier.swift
@@ -139,7 +139,7 @@ private let disallowedCharacters: CharacterSet = {
139
0x1F900...0x1F9FF,
140
0x1F1E6...0x1F1FF,
141
].forEach { range in range.compactMap(UnicodeScalar.init).forEach { scalar in disallowed.remove(scalar) } }
142
-
+
143
return disallowed
144
}()
145
Sources/RswiftParsers/Shared/Glob.swift
@@ -9,9 +9,9 @@
9
import Foundation
10
11
#if os(Linux)
12
- import Glibc
+import Glibc
13
#else
14
- import Darwin
+import Darwin
15
#endif
16
17
public let GlobBehaviorBashV3 = Glob.Behavior(
0 commit comments