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
Please rename _get_full_indent to get_full_indent; else code is throwing undefined _get_full_indent.
The text was updated successfully, but these errors were encountered:
@ADITYACODER007 Please describe how to reproduce the error you are seeing.
Sorry, something went wrong.
Ah, I see.
https://github.com/beautify-web/js-beautify/blob/2f8e4f050200b85f3c3b9fb5a292823b52c618ac/js/src/html/beautifier.js#L442-L455
The case where _beautifier is not defined is not covered by tests.
_beautifier
Fix null beautifier and add tests
96876ed
Fixes beautifier#1590
714fb95
bdf611c
No branches or pull requests
Please rename _get_full_indent to get_full_indent; else code is throwing undefined _get_full_indent.
The text was updated successfully, but these errors were encountered: