Skip to content

fix(node/net): add missing ip utils and SocketAddress class #200

fix(node/net): add missing ip utils and SocketAddress class

fix(node/net): add missing ip utils and SocketAddress class #200

Triggered via push July 7, 2023 19:51
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci: src/runtime/node/net/index.ts#L22
/^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/ can be optimized to /^(?:\d{1,3}\.){3}\d{1,3}$/
ci: src/runtime/node/net/index.ts#L23
Unnecessary parentheses around expression
ci: src/runtime/node/net/index.ts#L25
/^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$/ can be optimized to /^([\dA-Fa-f]{1,4}:){7}[\dA-Fa-f]{1,4}$/
ci: src/runtime/node/net/index.ts#L26
Unnecessary parentheses around expression
ci: src/runtime/node/net/index.ts#L29
Expected { after 'if' condition
ci: src/runtime/node/net/index.ts#L30
Expected { after 'if' condition
ci
Process completed with exit code 1.