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 f5e81fd commit 26647ffCopy full SHA for 26647ff
src/transforms/context.ts
@@ -42,6 +42,7 @@ class Context {
42
return;
43
}
44
45
+ // From `yaml/parse-cst`
46
for (const document of this.#cst) {
47
document.setOrigRanges([], 0);
48
0 commit comments