dependents / node-precinct

Unleash the detectives
MIT License
213 stars 36 forks source link

feat: pass filename and tree path to detective #111

Open AndersDJohnson opened 2 years ago

AndersDJohnson commented 2 years ago

Supports https://github.com/dependents/node-dependency-tree/issues/147.

filename is existing, but treePath will only come with https://github.com/dependents/node-dependency-tree/pull/149.

See example use case in https://github.com/dependents/detective-typescript/pull/48.

XhmikosR commented 1 year ago

@AndersDJohnson please rebase and add a separate test.

XhmikosR commented 7 months ago

@AndersDJohnson I rebased your branch; now we only need the tests fixed and new ones added.