From b840a4075956f00d0c46c82b19da24d984dddd07 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 21:44:55 -0400 Subject: sync --- js/src/lsp/client.ts | 4 ++-- js/src/lsp/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'js/src/lsp') diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index ce2adebda..73a216b06 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -1,5 +1,5 @@ -import { spawn } from "child_process"; -import path from "path"; +import { spawn } from "node:child_process"; +import path from "node:path"; import { createMessageConnection, StreamMessageReader, diff --git a/js/src/lsp/index.ts b/js/src/lsp/index.ts index 358c6a549..f9d48e7bf 100644 --- a/js/src/lsp/index.ts +++ b/js/src/lsp/index.ts @@ -1,7 +1,7 @@ import { App } from "../app"; import { Log } from "../util/log"; import { LSPClient } from "./client"; -import path from "path"; +import path from "node:path"; export namespace LSP { const log = Log.create({ service: "lsp" }); -- cgit v1.2.3