x deno lint
error[no-slow-types]: super class expression was too complex
|
7 | extends Schema.TaggedError<FirebaseError>("FirebaseError")("FirebaseError", {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
8 | error: Schema.Unknown,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
9 | }) {}
| ^^^^ this is the superclass expression
|
= hint: extract the superclass expression into a variable
info: fast check was unable to infer the type of the superclass expression
docs: https://jsr.io/go/slow-type-unsupported-super-class-expr
x deno lint
error[no-slow-types]: super class expression was too complex
|
7 | extends Schema.TaggedError<FirebaseError>("FirebaseError")("FirebaseError", {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
8 | error: Schema.Unknown,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
9 | }) {}
| ^^^^ this is the superclass expression
|
= hint: extract the superclass expression into a variable
info: fast check was unable to infer the type of the superclass expression
docs: https://jsr.io/go/slow-type-unsupported-super-class-expr