Switch to esm, add #export statement to newt, tweaks to LSP

This commit is contained in:
2026-02-21 15:08:15 -08:00
parent c54b856f0b
commit 0a5ad3cc9b
22 changed files with 251 additions and 165 deletions

View File

@@ -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)