Skip to content

Commit c523f37

Browse files
committed
fix uv jsdoc imports
1 parent 2024386 commit c523f37

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/uv.handler.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* @type {import('./uv').UltravioletCtor}
2+
* @type {import('../uv').UltravioletCtor}
33
*/
44
const Ultraviolet = self.Ultraviolet;
55

66
/**
7-
* @type {import('./uv').UVClientCtor}
7+
* @type {import('../uv').UVClientCtor}
88
*/
99
const UVClient = self.UVClient;
1010

1111
/**
12-
* @type {import('./uv').UVConfig}
12+
* @type {import('../uv').UVConfig}
1313
*/
1414
const __uv$config = self.__uv$config;
1515

src/uv.sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This is to allow us to produce a generic bundle with no hard-coded paths.
44

55
/**
6-
* @type {import('./uv').UltravioletCtor}
6+
* @type {import('../uv').UltravioletCtor}
77
*/
88
const Ultraviolet = self.Ultraviolet;
99

0 commit comments

Comments
 (0)