We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eaa90 commit fc7614cCopy full SHA for fc7614c
test/add.ts
@@ -1 +1 @@
1
-export const add = new URL("file://./add.dll", import.meta.url);
+export const add : URL = new URL("file://./add.dll", import.meta.url);
0 commit comments