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 01ec3e7 commit 2b4c504Copy full SHA for 2b4c504
src/core/schema/validate-document.ts
@@ -9,7 +9,7 @@ import { breakQuartoMd } from "../lib/break-quarto-md.ts";
9
import { mappedString } from "../mapped-text.ts";
10
import { rangedLines } from "../ranged-text.ts";
11
import { readAnnotatedYamlFromMappedString } from "./annotated-yaml.ts";
12
-import { error, info } from "../../deno_ral/log.ts";
+import { error } from "../../deno_ral/log.ts";
13
import { partitionCellOptionsMapped } from "../lib/partition-cell-options.ts";
14
import { withValidator } from "../lib/yaml-validation/validator-queue.ts";
15
import { ValidationError } from "./validated-yaml.ts";
0 commit comments