You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: TS2300 [ERROR]: Duplicate identifier 'URLSearchParams'.
declare class URLSearchParams {
~~~~~~~~~~~~~~~
at asset:///lib.deno.url.d.ts:8:15
'URLSearchParams' was also declared here.
interface URLSearchParams extends _URLSearchParams {}
~~~~~~~~~~~~~~~
at https://esm.sh/v86/@types/[email protected]/url.d.ts:822:19 and here.
....
This is surprisingly hard to reduce. I downloaded the code with
Trying to import
with
fails with
This is surprisingly hard to reduce. I downloaded the code with
and changed the test to
But this changes the error to
The last one at least is easy to see, line 131 has:
The text was updated successfully, but these errors were encountered: