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
It's confusing for end users to have to ignore code using /* c8 ignore next */ when these test runners have nothing to do with c8.
I would suggest to add support for /* v8 ignore ... */ syntax for ignore hints. The old /* c8 ignore ... */ should be preserved for backwards compatibility. I'm happy to implement this.
The text was updated successfully, but these errors were encountered:
AriPerkkio
changed the title
Support /* v8 ignore ... hints
Support /* v8 ignore ... hints
Jun 15, 2023
This package is used by test runners which do not use
c8
:It's confusing for end users to have to ignore code using
/* c8 ignore next */
when these test runners have nothing to do withc8
.I would suggest to add support for
/* v8 ignore ... */
syntax for ignore hints. The old/* c8 ignore ... */
should be preserved for backwards compatibility. I'm happy to implement this.The text was updated successfully, but these errors were encountered: