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

Implement Babel plugin and presets support. #39

Merged
merged 5 commits into from
Nov 10, 2015

Conversation

lijunle
Copy link
Member

@lijunle lijunle commented Nov 10, 2015

It is not going to support the following because they involve more affect to support them. Open an issue and let me know the reason if you have a full scenario.

  • The configs in Babel CLI.
  • The configs in API calls.

@codecov-io
Copy link

Current coverage is 97.68%

Merging #39 into master will increase coverage by +0.30% as of 7e75191

@@            master     #39   diff @@
======================================
  Files            9      10     +1
  Stmts          191     216    +25
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            186     211    +25
  Partial          0       0       
  Missed           5       5       

Review entire Coverage Diff as of 7e75191

Powered by Codecov. Updated on successful CI builds.

- Only the configs in `.babelrc` file is recognized.
- The configs in envionment is not supported yet.
- The configs in `package.json` is not supported yet.
- The configs in Babel CLI is not supported yet.
- The configs in API calls is not supported yet.
- Use data-driven style to write the test cases.
lijunle added a commit that referenced this pull request Nov 10, 2015
Implement Babel plugin and presets support.
@lijunle lijunle merged commit f5a9a38 into depcheck:master Nov 10, 2015
@lijunle lijunle deleted the babel-plugin branch November 10, 2015 19:20
@lijunle lijunle mentioned this pull request Nov 11, 2015
6 tasks
gtanner pushed a commit to gtanner/depcheck that referenced this pull request Jan 19, 2016
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

2 participants