From 68d356eed91731cd0c13eb946f296aa90ef4d5ac Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 6 Dec 2023 18:49:34 -0500 Subject: feat: TypeScript 5.3 (#21480) https://github.com/denoland/TypeScript/pull/9 --- cli/tests/integration/lsp_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index da3d6d6e5..6dfb0a29a 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -9109,11 +9109,11 @@ fn lsp_workspace_symbol() { "uri": "deno:/asset/lib.decorators.d.ts", "range": { "start": { - "line": 346, + "line": 343, "character": 0, }, "end": { - "line": 388, + "line": 385, "character": 1, }, }, -- cgit v1.2.3