feat: add support for edge functions #26
Annotations
10 errors
|
Lint:
packages/edge-functions/dev/deno/run.ts#L50
Invalid type "number" of template literal expression
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L50
Unsafe assignment of an `any` value
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L45
Forbidden non-null assertion
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L44
Unsafe assignment of an `any` value
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L32
The 'Request' is still an experimental feature and is not supported until Node.js 21.0.0. The configured version range is '>=18.0.0'
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L32
Unsafe member access .serve on an `error` typed value
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L32
Unsafe call of a(n) `error` type typed value
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L32
Unsafe assignment of an error typed value
|
|
Lint:
packages/edge-functions/dev/deno/run.ts#L20
Unsafe assignment of an `any` value
|
|
Lint:
packages/dev/src/main.ts#L120
'HTTPServer' is an 'error' type that acts as 'any' and overrides all other types in this union type
|