We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5bc41 commit 0b8a16bCopy full SHA for 0b8a16b
packages/block-transformer/src/index.js
@@ -113,7 +113,7 @@ async function blockTransformer(inputText, config) {
113
// Don't default close - let undefined pass through to enable pattern mode in block-parser
114
const close = opts.close !== undefined ? opts.close : (opts.open ? undefined : CLOSE_WORD)
115
116
- /** @type {ParseBlocksResult} */
+ /** @type {import('comment-block-parser').ParseBlocksResult} */
117
let foundBlocks = opts.parsedBlocks
118
if (!foundBlocks || !Array.isArray(foundBlocks.blocks)) {
119
try {
0 commit comments