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
At #947 (comment)@novemberborn pointed out that the plugins option is easily confused with normal babel plugins where nyc expects a list of babel parser plugins. This issue is opened so I don't forget that we should rename this option.
The text was updated successfully, but these errors were encountered:
The original option name created confusion about what was expected.
This helps identify that babel parser plugins are expected, not babel
transform plugins.
BREAKING CHANGE: The `plugins` option has been renamed to
`parser-plugins`.
Fixesistanbuljs#986
The original option name created confusion about what was expected.
This helps identify that babel parser plugins are expected, not babel
transform plugins.
BREAKING CHANGE: The `plugins` option has been renamed to
`parser-plugins`.
Fixes#986
At #947 (comment) @novemberborn pointed out that the
plugins
option is easily confused with normal babel plugins where nyc expects a list of babel parser plugins. This issue is opened so I don't forget that we should rename this option.The text was updated successfully, but these errors were encountered: