fix uv jsdoc imports
This commit is contained in:
parent
2024386fb3
commit
c523f37d9e
2 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +1,15 @@
|
|||
/**
|
||||
* @type {import('./uv').UltravioletCtor}
|
||||
* @type {import('../uv').UltravioletCtor}
|
||||
*/
|
||||
const Ultraviolet = self.Ultraviolet;
|
||||
|
||||
/**
|
||||
* @type {import('./uv').UVClientCtor}
|
||||
* @type {import('../uv').UVClientCtor}
|
||||
*/
|
||||
const UVClient = self.UVClient;
|
||||
|
||||
/**
|
||||
* @type {import('./uv').UVConfig}
|
||||
* @type {import('../uv').UVConfig}
|
||||
*/
|
||||
const __uv$config = self.__uv$config;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// This is to allow us to produce a generic bundle with no hard-coded paths.
|
||||
|
||||
/**
|
||||
* @type {import('./uv').UltravioletCtor}
|
||||
* @type {import('../uv').UltravioletCtor}
|
||||
*/
|
||||
const Ultraviolet = self.Ultraviolet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue