Skip to content

Commit 72b1ac1

Browse files
add treePath
1 parent 54ead99 commit 72b1ac1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function precinct(content, options = {}) {
108108
dependencies = theDetective(ast, {
109109
...options[type],
110110
filename: options.filename,
111+
treePath: options.treePath,
111112
});
112113
} else {
113114
debug('no detective found for: %s', type);

0 commit comments

Comments
 (0)