Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export function configureUnifiedLanguageServer(
}

const listsOfFiles = await Promise.all(promises)
// XXX [engine:node@>16] V8 coverage bug on Dubnium (Node 12).
// V8 coverage bug on Dubnium (Node 12).
/* c8 ignore next 3 */
return listsOfFiles.flat()
}
Expand Down Expand Up @@ -385,7 +385,7 @@ export function configureUnifiedLanguageServer(
const start = Position.create(0, 0)
const end = document.positionAt(text.length)

// XXX [engine:node@>16] V8 coverage bug on Dubnium (Node 12).
// V8 coverage bug on Dubnium (Node 12).
/* c8 ignore next 2 */
return [TextEdit.replace(Range.create(start, end), result)]
})
Expand Down