diff options
author | 2025-04-22 18:10:07 +0200 | |
---|---|---|
committer | 2025-04-22 18:10:07 +0200 | |
commit | 5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8 (patch) | |
tree | 2236963411bc2ff76decf446c36ec39295756e2a /packages/integrations/markdoc/components/TreeNode.ts | |
parent | a3fe86ed2e3c9fbca02abd70cbaf1ac0530b3c2d (diff) | |
download | astro-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.ts | 2 |
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[] |