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
Check file:///Users/roj/MTKruto/mod.ts
Checking for slow types in the public API...
Check file:///Users/roj/MTKruto/mod.ts
error: Failed ensuring public API type output is valid.
TS1047 [ERROR]: A rest parameter cannot be optional.
filter(param0?: any, ...param1?: any): any {
^
at file:///Users/roj/MTKruto/client/1_composer.ts:110:3
You may have discovered a bug in Deno. Please open an issue at: https://github.com/denoland/deno/issues/
dsherret
changed the title
[deno publish] Unexpected type error
[deno publish] Unexpected type error with rest parameters
Apr 12, 2024
dsherret
changed the title
[deno publish] Unexpected type error with rest parameters
[deno publish] Unexpected type error with rest parameters and overloads
Apr 12, 2024
Command:
deno publish --allow-dirty --dry-run
1.42.2:
zero-code exit
1.42.3:
Fails with the below output:
The line it links to is
...which doesn’t have optional rest parameters, or does it?
The text was updated successfully, but these errors were encountered: