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
Object.prototype.hasOwnProperty
Object.prototype.hasOwnProperty.call(m.exports, 'default')
No issue
src/bundle-renderer/create-bundle-runner.ts:113:14: prototype
The text was updated successfully, but these errors were encountered:
I don't want to enable --ignore-object
--ignore-object
Sorry, something went wrong.
Object.prototype's type is Object as expected.
Object.prototype
Object
@plantain-00 Could that be possible to report Object.prototype but ignore Object.prototype.xxx?
Object.prototype.xxx
The same. Object.prototype.hasOwnProperty.call(field, "name") is throwing type issue namely "prototype".
Object.prototype.hasOwnProperty.call(field, "name")
Object.prototype.hasOwnProperty can be replaced by Object.hasOwn now.
Object.hasOwn
But Object.prototype.toString.call() is still needed.
Object.prototype.toString.call()
No branches or pull requests
Version(if relevant): 2.27.1
Environment(if relevant):
Code(if relevant):
Expected:
No issue
Actual:
The text was updated successfully, but these errors were encountered: