Skip to content

Commit cef6697

Browse files
authored
[chore] export emptyNormalizedUri (#606)
1 parent bd0217c commit cef6697

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lsp-types/ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for lsp-types
22

3+
## Unreleased
4+
5+
- export `emptyNormalizedUri` from `Language.LSP.Protocol.Types.Uri`
6+
37
## 2.3.0.1 -- 2024-12-31
48

59
- Relax dependency version bounds

lsp-types/src/Language/LSP/Protocol/Types/Uri.hs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module Language.LSP.Protocol.Types.Uri (
1414
normalizedFilePathToUri,
1515
uriToNormalizedFilePath,
1616
emptyNormalizedFilePath,
17+
emptyNormalizedUri,
1718
-- Private functions
1819
platformAwareUriToFilePath,
1920
platformAwareFilePathToUri,

0 commit comments

Comments
 (0)