NomicFoundation / slang

Solidity compiler tooling by @NomicFoundation

Home Page:https://nomicfoundation.github.io/slang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

investigate if we need async NAPI APIs

OmarTawfik opened this issue · comments

The Language.parse() API (and possibly others) should be turned async returning a Promise<T>. This is important for clients like an LSP that shouldn't block the main event loop over parsing that can happen in the background.

More info: