Draft local and remote prettier separation
This commit is contained in:
parent
6c1c7eaf75
commit
faf1d38a6d
7 changed files with 332 additions and 140 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue