From a09418a75cf5b7ff86b9cea38b91973eebbc1937 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 28 Jun 2024 11:57:10 +0200 Subject: [PATCH] Remove mdast-util-to-hast triple slash reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s redundant. --- lib/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/index.js b/lib/index.js index 23326e2..a0f3e17 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,6 +1,3 @@ -// Register `Raw` in tree: -/// - /** * @import {Element, ElementContent, Nodes, Parents, Root} from 'hast' * @import {Components as JsxRuntimeComponents} from 'hast-util-to-jsx-runtime'