2024-01-10 17:40:30 -05:00
|
|
|
Checking fast check type graph for errors...
|
2024-01-23 10:37:43 -05:00
|
|
|
error[zap-missing-explicit-return-type]: missing explicit return type in the public API
|
|
|
|
--> [WILDCARD]mod.ts:2:17
|
|
|
|
|
|
|
|
|
2 | export function getRandom() {
|
|
|
|
| ^^^^^^^^^ this function is missing an explicit return type
|
|
|
|
= hint: add an explit return type to the function
|
2024-01-10 17:40:30 -05:00
|
|
|
|
2024-01-23 10:37:43 -05:00
|
|
|
info: all functions in the public API must have an explicit return type
|
|
|
|
docs: https://jsr.io/go/zap-missing-explicit-return-type
|
2024-01-10 17:40:30 -05:00
|
|
|
|
2024-01-31 21:16:52 -05:00
|
|
|
This package contains Zap errors. Although conforming to Zap will
|
|
|
|
significantly improve the type checking performance of your library,
|
|
|
|
you can choose to skip it by providing the --no-zap flag.
|
|
|
|
|
2024-01-23 10:37:43 -05:00
|
|
|
error: Found 1 problem
|