Move micromark-parse.mjs from helpers to library, remove all dependencies from helpers.

This commit is contained in:
David Anson 2024-11-30 20:42:14 -08:00
parent 1e71f6f44e
commit 3599f694ba
7 changed files with 6 additions and 14 deletions

View file

@ -2,7 +2,7 @@
import { addErrorDetailIf, escapeForRegExp, hasOverlap } from "../helpers/helpers.cjs";
import { filterByPredicate, filterByTypes } from "../helpers/micromark-helpers.cjs";
import { parse } from "../helpers/micromark-parse.mjs";
import { parse } from "./micromark-parse.mjs";
const ignoredChildTypes = new Set(
[ "codeFencedFence", "definition", "reference", "resource" ]