-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
const prevRenderer = extensions.renderers?.[ext.name]; #2110
Comments
Package semantic-release broke cuz of this. They are having "marked": "^2.0.0" in package.json. |
Though more reasonable would be requesting update in semantic-release doc to drop Node < 14 |
protobufjs via jsdoc broke because of this |
Duplicate of #2106 |
const prevRenderer = extensions.renderers?.[ext.name];
SyntaxError: Unexpected token '.'
The text was updated successfully, but these errors were encountered: