Skip to content
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

add: support for require.resolve in JS #196

Merged
merged 2 commits into from
Jan 10, 2017
Merged

Conversation

pwang2
Copy link

@pwang2 pwang2 commented Jan 9, 2017

In cases of simple plugin registration, we use require.resolve which should also be processed by depcheck.

@pwang2
Copy link
Author

pwang2 commented Jan 9, 2017

BTW, could you confirm the eslint rules? It is asking for trailing comma explicitly.
49:51 error Missing trailing comma comma-dangle

@codecov-io
Copy link

codecov-io commented Jan 10, 2017

Current coverage is 98.14% (diff: 100%)

Merging #196 into master will increase coverage by <.01%

@@             master       #196   diff @@
==========================================
  Files            23         24     +1   
  Lines           431        432     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            423        424     +1   
  Misses            8          8          
  Partials          0          0          

Powered by Codecov. Last update 083e5d7...166b187

Copy link
Member

@lijunle lijunle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! Looks good!

@lijunle lijunle merged commit cde54a4 into depcheck:master Jan 10, 2017
@vmeurisse vmeurisse mentioned this pull request Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants