You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some edge cases related to __proto__ and super. For example, the expression { ...{ __proto__: null } } is not equivalent to { __proto__: null }. Neither is { ...{ method() { return super.constructor } } } interchangeable with { method() { return super.constructor } }.
There are some edge cases related to __proto__ and super. For example, the expression { ...{ __proto__: null } } is not equivalent to { __proto__: null }. Neither is { ...{ method() { return super.constructor } } } interchangeable with { method() { return super.constructor } }.
It seems that oxlint has not considered this much, and this seems more suitable as a warning to remind users that there may be unnecessary overhead
oxlint
The text was updated successfully, but these errors were encountered: