summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/components/TreeNode.ts
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2025-04-22 18:10:07 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-22 18:10:07 +0200
commit5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8 (patch)
tree2236963411bc2ff76decf446c36ec39295756e2a /packages/integrations/markdoc/components/TreeNode.ts
parenta3fe86ed2e3c9fbca02abd70cbaf1ac0530b3c2d (diff)
downloadastro-5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8.tar.gz
astro-5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8.tar.zst
astro-5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8.zip
chore: clean dead code (#13591)
Diffstat (limited to 'packages/integrations/markdoc/components/TreeNode.ts')
-rw-r--r--packages/integrations/markdoc/components/TreeNode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/components/TreeNode.ts b/packages/integrations/markdoc/components/TreeNode.ts
index 4c1174c3c..f1fbb4618 100644
--- a/packages/integrations/markdoc/components/TreeNode.ts
+++ b/packages/integrations/markdoc/components/TreeNode.ts
@@ -14,7 +14,7 @@ import {
unescapeHTML,
} from 'astro/runtime/server/index.js';
-export type TreeNode =
+type TreeNode =
// Markdoc `if` tag often returns an array of nodes in the AST, which gets translated
// here as an array of `TreeNode`s, which we'll render all without a wrapper.
| TreeNode[]