Answer the second stability pass: the emitter's own refusal, and the comparator's third arm
CI / gate (push) Successful in 5s
CI / gate (push) Successful in 5s
This commit is contained in:
@@ -107,7 +107,8 @@ export function unknownDirectiveFault(name: string): ConvertFault {
|
||||
}
|
||||
|
||||
function keyOrder(left: string, right: string): number {
|
||||
return left < right ? -1 : 1
|
||||
if (left < right) return -1
|
||||
return left > right ? 1 : 0
|
||||
}
|
||||
|
||||
function quote(text: string): string {
|
||||
|
||||
Reference in New Issue
Block a user