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

fix(infrastructure): Harden closure declaration source rewriting #835

Merged
merged 1 commit into from
Jun 15, 2017

Conversation

traviskaufman
Copy link
Contributor

  • Ensure that all JS src files are recursively picked up when sending
    --js flag to closure compiler
  • Ensure export ... from ... statements are covered when rewriting
    declaration sources.

@traviskaufman
Copy link
Contributor Author

cc @bogusred

Copy link
Contributor

@lynnmercier lynnmercier left a comment

Choose a reason for hiding this comment

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

LGTM

- Ensure that all JS src files are recursively picked up when sending
  `--js` flag to closure compiler
- Ensure `export ... from ...` statements are covered when rewriting
  declaration sources.
@traviskaufman traviskaufman force-pushed the fix/harden-closure-src-rewriting branch from f5c974c to 8a2baf1 Compare June 15, 2017 21:00
@codecov-io
Copy link

codecov-io commented Jun 15, 2017

Codecov Report

Merging #835 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #835   +/-   ##
=======================================
  Coverage   99.93%   99.93%           
=======================================
  Files          68       68           
  Lines        3144     3144           
  Branches      387      387           
=======================================
  Hits         3142     3142           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 184897b...8a2baf1. Read the comment docs.

@traviskaufman traviskaufman merged commit 7c6da3a into master Jun 15, 2017
@traviskaufman traviskaufman deleted the fix/harden-closure-src-rewriting branch June 15, 2017 21:17
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.

3 participants