-
-
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
Add export detection (export x from y
)
#272
Conversation
Add (currently failing) tests for #262
Nice 👍 |
export x from y
)export x from y
)
export x from y
)export x from y
)
tests are currently failing due to a |
* master: Upgrade all dependencies (#276) Fix error when Typescript is not installed (#282) Enable ES6/7 syntax in Typescript (#258) Update NPM tokens for deploy from Travis (#278) Recognize object arrays in Webpack module.rules.loaders (#233) Add support for import() expressions (#205) Bump Mocha to 5.x (#274) Fix ignore-bin-package default in ReadMe (#252) Fix typo: pasers -> parsers
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
==========================================
+ Coverage 98.04% 98.05% +<.01%
==========================================
Files 29 30 +1
Lines 461 462 +1
==========================================
+ Hits 452 453 +1
Misses 9 9
Continue to review full report at Codecov.
|
This PR fixes #262 by adding a detector for Export Declarations.