We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024386 commit c523f37Copy full SHA for c523f37
2 files changed
src/uv.handler.js
@@ -1,15 +1,15 @@
1
/**
2
- * @type {import('./uv').UltravioletCtor}
+ * @type {import('../uv').UltravioletCtor}
3
*/
4
const Ultraviolet = self.Ultraviolet;
5
6
7
- * @type {import('./uv').UVClientCtor}
+ * @type {import('../uv').UVClientCtor}
8
9
const UVClient = self.UVClient;
10
11
12
- * @type {import('./uv').UVConfig}
+ * @type {import('../uv').UVConfig}
13
14
const __uv$config = self.__uv$config;
15
src/uv.sw.js
@@ -3,7 +3,7 @@
// This is to allow us to produce a generic bundle with no hard-coded paths.
0 commit comments