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
but compile successfully under --isolatedDeclarations
error
1 | export function foo() {
| ^^^ this function is missing an explicit return type
|
= hint: add an explicit return type to the function
info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/slow-type-missing-explicit-return-type
...etc...
version
deno 1.46.0-rc.1+526f39f
The text was updated successfully, but these errors were encountered:
mcve
any of the following fail to publish due to slow types:
but compile successfully under
--isolatedDeclarations
error
version
deno 1.46.0-rc.1+526f39f
The text was updated successfully, but these errors were encountered: