refactor: move object functions using JSON paths to a new /object/path/
folder
#40
Annotations
10 errors
src/mod.ts#L62
Cannot find module './object/construct.ts' or its corresponding type declarations.
|
src/mod.ts#L63
Cannot find module './object/crush.ts' or its corresponding type declarations.
|
src/mod.ts#L65
Cannot find module './object/get.ts' or its corresponding type declarations.
|
src/mod.ts#L67
Cannot find module './object/keys.ts' or its corresponding type declarations.
|
src/mod.ts#L75
Cannot find module './object/set.ts' or its corresponding type declarations.
|
src/path/construct.ts#L1
Module '"radashi"' has no exported member 'set'.
|
src/path/crush.ts#L1
Module '"radashi"' has no exported member 'get'.
|
src/path/crush.ts#L1
Module '"radashi"' has no exported member 'keys'.
|
src/path/crush.ts#L18
Type 'unknown' is not assignable to type 'string | number | symbol'.
|
|
This job failed
Loading