Skip to content

Removing Lodash from the dagre directory source code #92

Removing Lodash from the dagre directory source code

Removing Lodash from the dagre directory source code #92

Triggered via pull request November 20, 2023 16:41
Status Failure
Total duration 24s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test (20.x): src/dagre/util.ts#L252
Expected 0 arguments, but got 1.
test (20.x): src/dagre/order/resolve-conflicts.ts#L1
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../util.js'?
test (20.x): src/dagre/order/sort.ts#L28
Argument of type 'boolean' is not assignable to parameter of type 'number'.
test (20.x): src/dagre/order/sort-subgraph.ts#L35
Argument of type 'boolean' is not assignable to parameter of type 'number'.
test (20.x)
Process completed with exit code 1.