From 8df47882c942d3cf5558fee05f02629025e46ae7 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 7 Mar 2024 17:27:24 +0000 Subject: fix(lsp): don't apply renames to remote modules (#22765) --- tests/testdata/subdir/exports.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/testdata/subdir/exports.ts (limited to 'tests/testdata') diff --git a/tests/testdata/subdir/exports.ts b/tests/testdata/subdir/exports.ts new file mode 100644 index 000000000..d5f8be342 --- /dev/null +++ b/tests/testdata/subdir/exports.ts @@ -0,0 +1 @@ +export const SEPARATOR = "/"; -- cgit v1.2.3