[BUG] DefinitelyTyped npmcli__arborist
does not match internal arborist.loadActual(options)
#238
Closed
1 task done
Labels
Is there an existing issue for this?
Current Behavior
The DefinitelyTyped
npmcli__arborist
is not matching the actual options fromarborist.loadActual(options)
https://github.com/npm/cli/blob/6f33d74f310fa27aad30fd00d58d8e4404ef8cb2/workspaces/arborist/lib/arborist/load-actual.js#L98-L107
it seems that none of the options matches what is available from DefinitelyTyped
npmcli__arborist
referenced belowhttps://github.com/DefinitelyTyped/DefinitelyTyped/blob/3c78f0fd3c1bd7c16bde2b58e3dccadfccbdb0f1/types/npmcli__arborist/index.d.ts#L31-L79
Expected Behavior
DefinitelyTyped
npmcli__arborist
should match these options but it does nothttps://github.com/npm/cli/blob/6f33d74f310fa27aad30fd00d58d8e4404ef8cb2/workspaces/arborist/lib/arborist/load-actual.js#L98-L107
Steps To Reproduce
@npmcli/arborist
and@types/npmcli__arborist
{ ignoreMissing: true }
Environment
The text was updated successfully, but these errors were encountered: