diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-03-07 17:27:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 17:27:24 +0000 |
commit | 8df47882c942d3cf5558fee05f02629025e46ae7 (patch) | |
tree | 95d1eb9f755fece90a379ae52386e196c9bf9910 /tests/testdata | |
parent | 0fdb33c3aa9f4c75d9e15e8a33d9c00116d9052f (diff) |
fix(lsp): don't apply renames to remote modules (#22765)
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/subdir/exports.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "/"; |