diff --git a/dist/index.mjs b/dist/index.mjs index e20dd58..9a0bf42 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -55177,6 +55177,8 @@ function subtokenize(eventsArray) { otherEvent[1].type = "lineEnding"; lineIndex = otherIndex; } + } else if (otherEvent[1].type === "linePrefix") { + // Move past. } else { break; }