mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +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
|
|
@ -9,7 +9,7 @@ import { promisify } from "node:util";
|
|||
import { initialize as cacheInitialize } from "./cache.mjs";
|
||||
import { version } from "./constants.mjs";
|
||||
import rules from "./rules.mjs";
|
||||
import { parse as micromarkParse } from "../helpers/micromark-parse.mjs";
|
||||
import { parse as micromarkParse } from "./micromark-parse.mjs";
|
||||
import * as helpers from "../helpers/helpers.cjs";
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue