From e88264075a8b67c46b57d13db8488f4f01e7f9f1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 28 May 2025 17:24:15 -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 1de187a94..fda77948a 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -1,5 +1,5 @@ -import { spawn } from "node:child_process"; -import path from "node:path"; +import { spawn } from "child_process"; +import path from "path"; import { createMessageConnection, StreamMessageReader, diff --git a/js/src/lsp/index.ts b/js/src/lsp/index.ts index f8b019e04..ee5a8b2d7 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 "node:path"; +import path from "path"; export namespace LSP { const log = Log.create({ service: "lsp" }); -- cgit v1.2.3