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
This issue is:
I notice there's no export/import module for the class after I tried to code new TextHighlighter(// some args)
new TextHighlighter(// some args)
the module declaration/definition doesn't exist
the module is imported when write new TextHighlighter(// some args)
new TextHighlighter(// dom element)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is:
Description
I notice there's no export/import module for the class after I tried to code
new TextHighlighter(// some args)
Actual behaviour
the module declaration/definition doesn't exist
Expected behaviour
the module is imported when write
new TextHighlighter(// some args)
Steps to reproduce
new TextHighlighter(// dom element)
on your IDE / text editorThe text was updated successfully, but these errors were encountered: