Skip to content

Commit 0b8a16b

Browse files
Update packages/block-transformer/src/index.js
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent fa5bc41 commit 0b8a16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-transformer/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function blockTransformer(inputText, config) {
113113
// Don't default close - let undefined pass through to enable pattern mode in block-parser
114114
const close = opts.close !== undefined ? opts.close : (opts.open ? undefined : CLOSE_WORD)
115115

116-
/** @type {ParseBlocksResult} */
116+
/** @type {import('comment-block-parser').ParseBlocksResult} */
117117
let foundBlocks = opts.parsedBlocks
118118
if (!foundBlocks || !Array.isArray(foundBlocks.blocks)) {
119119
try {

0 commit comments

Comments
 (0)