mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02: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
11
lib/micromark-types.d.mts
Normal file
11
lib/micromark-types.d.mts
Normal file
|
@ -0,0 +1,11 @@
|
|||
export {};
|
||||
|
||||
// Augment TokenTypeMap with markdownlint-specific types.
|
||||
declare module "micromark-util-types" {
|
||||
export interface TokenTypeMap {
|
||||
undefinedReference: "undefinedReference"
|
||||
undefinedReferenceCollapsed: "undefinedReferenceCollapsed"
|
||||
undefinedReferenceFull: "undefinedReferenceFull"
|
||||
undefinedReferenceShortcut: "undefinedReferenceShortcut"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue