feat(codec): auto-register Arrow decoder #37
Merged
Annotations
7 warnings
|
Lint:
src/utils/python.ts#L4
'isWindows' is defined but never used
|
|
Lint:
src/utils/logger.ts#L137
Generic Object Injection Sink
|
|
Lint:
src/runtime/optimized-node.ts#L441
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
Lint:
src/runtime/optimized-node.ts#L438
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
Lint:
src/runtime/node.ts#L303
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
Lint:
src/runtime/node.ts#L300
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
Lint:
src/config/index.ts#L317
Found writeFile from package "node:fs/promises" with non literal argument at index 0
|
Loading