|
|
await bootstrap(process.cwd(), async () => {
|
|
await bootstrap(process.cwd(), async () => {
|
|
|
await LSP.touchFile(args.file, true)
|
|
await LSP.touchFile(args.file, true)
|
|
|
process.stdout.write(JSON.stringify(await LSP.diagnostics(), null, 2) + EOL)
|
|
process.stdout.write(JSON.stringify(await LSP.diagnostics(), null, 2) + EOL)
|