Skip to content

Commit

Permalink
feat(findExports): use acorn tokenizer to filter false positive expor…
Browse files Browse the repository at this point in the history
…ts (#56)
  • Loading branch information
hubvue committed Aug 3, 2022
1 parent 83502b4 commit 7039f54
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 233 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"test": "pnpm lint && vitest run"
},
"dependencies": {
"acorn": "^8.8.0",
"pathe": "^0.3.3",
"pkg-types": "^0.3.3"
},
Expand Down

0 comments on commit 7039f54

Please sign in to comment.