-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't appear to work 0.6.7 #220
Comments
You can get more information with *--json* parameter.
2017年8月11日 下午12:29,"Kai Hendry" <[email protected]>写道:
… ~/eg$ depcheck --specials webpack,eslint
Unused dependencies
* babel-core
* babel-loader
* babel-preset-es2015
* lodash
* moment
* moment-duration-format
* path
* request
* standard
* url
* uuid
* uuid-parse
* vue-loader
* vue-material
* vue-template-compiler
* vue-video
* vue-video-player
* webpack-dev-server
* zencoder
Unused devDependencies
* async-waterfall
* babel-eslint
* css-loader
* eslint
* eslint-config-standard
* eslint-config-standard-jsx
* eslint-plugin-html
* eslint-plugin-import
* eslint-plugin-node
* eslint-plugin-promise
* eslint-plugin-react
* eslint-plugin-standard
* file-loader
* json-loader
* style-loader
~/eg$ grep -r uuid src | grep require
src/components/Clip.vue:const uuidv4 = require('uuid/v4')
~/eg$ grep json-loader webpack.config.js
loader: 'json-loader'
I use uuid as well as json-loader, so why the false positives?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#220>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPIdK02pBH6HE4taCrOzfY2ZsZ0V_Jfks5sW9iVgaJpZM4O0PKC>
.
|
It's not giving me much to go on ... |
Doesn't work with node v8.x either |
Upon using https://github.com/depcheck/depcheck/blob/master/src/parser/sass.js#L9
|
@niftylettuce for your issue There have been a couple of versions (with several fixes) published since this issue was filed -- please don't hesitate to open a new issue if you have a problem! |
I use
uuid
as well asjson-loader
, so why the false positives?The text was updated successfully, but these errors were encountered: