Switch to esm, add #export statement to newt, tweaks to LSP
This commit is contained in:
@@ -65,6 +65,7 @@ async function runChange() {
|
||||
console.log('CHECK', doc.uri, 'in', end - start);
|
||||
await sleep(1);
|
||||
if (!changes.find(ch => ch.uri === uri)) {
|
||||
console.log('SEND', diagnostics.length, 'for', uri)
|
||||
connection.sendDiagnostics({ uri, diagnostics })
|
||||
} else {
|
||||
console.log('STALE result not sent for', uri)
|
||||
|
||||
Reference in New Issue
Block a user