This commit is contained in:
David Anson 2025-03-04 06:53:03 +00:00
parent dbf828c493
commit d02090db2c
3 changed files with 0 additions and 6 deletions

View file

@ -9,11 +9,8 @@ const { newLineRe, nextLinesRe } = require("./shared.cjs");
module.exports.newLineRe = newLineRe; module.exports.newLineRe = newLineRe;
module.exports.nextLinesRe = nextLinesRe; module.exports.nextLinesRe = nextLinesRe;
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("../lib/exports.mjs").RuleOnError} RuleOnError */ /** @typedef {import("../lib/exports.mjs").RuleOnError} RuleOnError */
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("../lib/exports.mjs").RuleOnErrorFixInfo} RuleOnErrorFixInfo */ /** @typedef {import("../lib/exports.mjs").RuleOnErrorFixInfo} RuleOnErrorFixInfo */
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("../lib/exports.mjs").MicromarkToken} MicromarkToken */ /** @typedef {import("../lib/exports.mjs").MicromarkToken} MicromarkToken */
// eslint-disable-next-line jsdoc/valid-types // eslint-disable-next-line jsdoc/valid-types
/** @typedef {import("micromark-extension-gfm-footnote", { with: { "resolution-mode": "import" } })} */ /** @typedef {import("micromark-extension-gfm-footnote", { with: { "resolution-mode": "import" } })} */

View file

@ -6,7 +6,6 @@ const { flatTokensSymbol, htmlFlowSymbol } = require("./shared.cjs");
// eslint-disable-next-line jsdoc/valid-types // eslint-disable-next-line jsdoc/valid-types
/** @typedef {import("micromark-util-types", { with: { "resolution-mode": "import" } }).TokenType} TokenType */ /** @typedef {import("micromark-util-types", { with: { "resolution-mode": "import" } }).TokenType} TokenType */
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("../lib/exports.mjs").MicromarkToken} Token */ /** @typedef {import("../lib/exports.mjs").MicromarkToken} Token */
/** /**

View file

@ -6,9 +6,7 @@ const { newLineRe } = require("../helpers");
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529 // @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("markdownlint").MarkdownIt} MarkdownIt */ /** @typedef {import("markdownlint").MarkdownIt} MarkdownIt */
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("markdownlint").MarkdownItToken} MarkdownItToken */ /** @typedef {import("markdownlint").MarkdownItToken} MarkdownItToken */
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
/** @typedef {import("markdownlint").Plugin} Plugin */ /** @typedef {import("markdownlint").Plugin} Plugin */
/** /**