You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrapperLength is more like a global setting, not something that you can specify for code run using the vm module.
If being able to dynamically set the wrapper length using comments like /* c8 wrapper-length 47 */ that would be great.
Or just being able to "reset" the column count maybe like /* c8 end wrapper */
I run certain code like this:
And contrary to
nyc
,c8
is able to create coverage for this.Unfortunately, because of the added header the coverage positions are wrong.
Would it be possible for
c8
to use thelineOffset
orcolumnOffset
property somehow?The text was updated successfully, but these errors were encountered: