We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Figure out how we can prevent #39381, #39380
the issue cropped itself up in our module build but is non an issue in our nomodule build (because of function scoping)
Look into https://eslint.org/docs/latest/rules/no-redeclare if we can use this lint rule to prevent the issue
also look into why our tests was not able to catch the issue
re introduce this renaming bug 54c0400
No response
The text was updated successfully, but these errors were encountered:
erwinmombay
No branches or pull requests
Description
Figure out how we can prevent #39381, #39380
the issue cropped itself up in our module build but is non an issue in our nomodule build (because of function scoping)
Look into https://eslint.org/docs/latest/rules/no-redeclare if we can use this lint rule to prevent the issue
also look into why our tests was not able to catch the issue
Reproduction Steps
re introduce this renaming bug
54c0400
Relevant Logs
No response
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response
The text was updated successfully, but these errors were encountered: