We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5386151 commit 02a2f2aCopy full SHA for 02a2f2a
Sources/Compiler/Driver.swift
@@ -88,6 +88,7 @@ public actor Driver {
88
.filter { $0.usage == .migration }
89
.reduce(into: [:]) { $0[$1.fileName, default: []].append(contentsOf: $1.statements) }
90
.map { ($0.key, $0.value.map(\.sanitizedSource).joined(separator: "\n")) }
91
+ .sorted { $0.0 < $1.0 }
92
.map(\.1)
93
94
// An array of all queries grouped by their file name
0 commit comments