mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Move micromark-parse.mjs from helpers to library, remove all dependencies from helpers.
This commit is contained in:
parent
1e71f6f44e
commit
3599f694ba
7 changed files with 6 additions and 14 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue