summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/invalid_fast_check.out
blob: 37e25e269d4b904e596dbcedf51a58d4f32aa742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Checking fast check type graph for errors...
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

  info: all functions in the public API must have an explicit return type
  docs: https://jsr.io/go/zap-missing-explicit-return-type


error: Found 1 problem