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
@hint/utils
These should be able to be moved through a combination of moving any types they need to @hint/utils as well. The few exceptions are:
HTMLElement
content-type
Engine
traverse
EventEmitter2
Another thing to do is to re-export the types from hint. Also classes like HTMLDocument might be moved as well.
hint
HTMLDocument
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Breaking: Refactor DOM utils inside hint to @hint/utils
b427d9f
Fix webhintio#2192
f3583a2
Fix #2192 Close #2218
sarvaje
Successfully merging a pull request may close this issue.
These should be able to be moved through a combination of moving any types they need to
@hint/utils
as well. The few exceptions are:HTMLElement
incontent-type
Engine
intraverse
EventEmitter2
Another thing to do is to re-export the types from
hint
.Also classes like
HTMLDocument
might be moved as well.The text was updated successfully, but these errors were encountered: