Draft local and remote prettier separation

This commit is contained in:
Kirill Bulatov 2023-09-26 01:53:28 +03:00
parent 6c1c7eaf75
commit faf1d38a6d
7 changed files with 332 additions and 140 deletions

View file

@ -130,9 +130,6 @@ async function* readStdin() {
}
}
// TODO kb, more methods?
// shutdown
// error
async function handleMessage(message, prettier) {
const { method, id, params } = message;
if (method === undefined) {