+1
.gitignore
+1
.gitignore
-1
Package.swift
-1
Package.swift
+14
-42
Sources/PterodactylBuild/Keys/AnalyseImports.swift
+14
-42
Sources/PterodactylBuild/Keys/AnalyseImports.swift
······
+7
Sources/PterodactylBuild/Keys/Keys.swift
+7
Sources/PterodactylBuild/Keys/Keys.swift
-7
Sources/PterodactylBuild/Keys.swift
-7
Sources/PterodactylBuild/Keys.swift
+5
-5
Sources/PterodactylBuild/Types/UnitName.swift
+5
-5
Sources/PterodactylBuild/Types/UnitName.swift
···
-100
Sources/PterodactylSyntax/BlockLayoutProcessor.swift
-100
Sources/PterodactylSyntax/BlockLayoutProcessor.swift
···-let startColumn = if lines.count > 1 { lines.last!.utf16.count } else { lines.last?.utf16.count ?? location.startColumn }-if !firstTokenInBlock && indentStack.count > 1 && locatedToken.location.startColumn == indentStack.last! {-if let nextToken = locatedTokens[index...].first(where: { $0.location.startLine > locatedToken.location.startLine && $0.token.kind.canDetermineLayoutColumn }) {
-25
Sources/PterodactylSyntax/Diagnostic.swift
-25
Sources/PterodactylSyntax/Diagnostic.swift
···
-76
Sources/PterodactylSyntax/Lexer.swift
-76
Sources/PterodactylSyntax/Lexer.swift
···
+10
-12
Sources/PterodactylSyntax/SyntaxTree.swift
+10
-12
Sources/PterodactylSyntax/SyntaxTree.swift
···-public init(kind: SyntaxTreeKind, metadata: SyntaxTreeMetadata? = nil, children: [SyntaxTree.Child]) {+public init(kind: SyntaxTreeKind, metadata: SyntaxTreeMetadata?, children: [SyntaxTree.Child]) {
+2
-47
Sources/PterodactylSyntax/Types.swift
+2
-47
Sources/PterodactylSyntax/Types.swift
······