feat: remove slash package in favor of inbuilt implementation #100
checks.yml
on: push
lint
/
lint
33s
typecheck
/
typecheck
35s
Matrix: test / test_linux
Matrix: test / test_windows
Annotations
10 errors and 3 warnings
typecheck / typecheck:
index.ts#L27
Module '"./src/slash.js"' has no exported member 'slash'. Did you mean to use 'import slash from "./src/slash.js"' instead?
|
typecheck / typecheck:
src/fs_read_all.ts#L14
Module '"./slash.js"' has no exported member 'slash'. Did you mean to use 'import slash from "./slash.js"' instead?
|
typecheck / typecheck:
tests/fs_read_all.spec.ts#L15
Module '"../src/slash.js"' has no exported member 'slash'. Did you mean to use 'import slash from "../src/slash.js"' instead?
|
typecheck / typecheck
Process completed with exit code 2.
|
test / test_linux (20.x)
Process completed with exit code 1.
|
test / test_linux (22.x)
The job was canceled because "_20_x" failed.
|
test / test_linux (22.x)
Process completed with exit code 1.
|
test / test_windows (20.x)
Process completed with exit code 1.
|
test / test_windows (22.x)
The job was canceled because "_20_x" failed.
|
test / test_windows (22.x)
The operation was canceled.
|
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck / typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test_linux (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|