-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update istanbul asset files #2
base: hbo/master
Are you sure you want to change the base?
Conversation
}; | ||
}()); | ||
})(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this right?
var missingCoverageClasses = [ '.cbranch-no', '.cstat-no', '.fstat-no' ]; | ||
var jumpToCode = (function init() { | ||
// Classes of code we would like to highlight in the file view | ||
var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the indentation looks to be 2 spaces, whereas further down they are 4. If it’s not a huge effort, it’d be good to be consistent.
@suite800 Both suggestions make sense to me, but since this file is just copied straight from the upstream library, I'm hesitant to make any changes at all. (I'd rather it be identical, so that when I update it again a year or 10 years from now, the diff I'm seeing is just what changed in the upstream repo). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This fell through the crack and I just noticed it. Sorry Elliot. |
SUMMARY
Pull in the latest asset files from the istanbul/nyc project for our istanbul fork.
DETAILS
No breaking changes here. Mostly I'm just pulling in the change I made upstream earlier this year (istanbuljs/istanbuljs#265), which adds the keyboard shortcuts to the file listing view in addition to the in-file view.