Cam McHenry
Cam McHenry
- Related to https://github.com/dperini/nwsapi/issues/97 - Related to https://github.com/jsdom/jsdom/issues/3232 - Related to https://github.com/jsdom/jsdom/issues/3603 With the current implementation of the `:disabled` selector, there are two main issues: 1. We are not considering...
This will fold expressions like `new Object()` to `{}`, and `new Array()` to `[]`. Based on the closure compiler tests: https://github.com/google/closure-compiler/blob/b7e380b6320a52ce7fbac0334ede00d6a8c92fad/test/com/google/javascript/jscomp/PeepholeSubstituteAlternateSyntaxTest.java#L78. This is outside my usual area, so feedback is...
see body of https://github.com/oxc-project/oxc/pull/6129
Currently, we filter out any test cases which use the `outdent` and `dedent` functions, which are sometimes used for `unicorn` and `typescriot-eslint` rule tests. This means that we are likely...
- Part of https://github.com/playwright-community/eslint-plugin-playwright/issues/159 This adds support for checking if `Page` methods are properly awaited, as part of the `missing-playwright-await` rule. I've intentionally skipped the `waitForEvent`, `waitForRequest`, and `waitForResponse` methods,...
currently, the website is missing almost all of the configuration options for lint rules generally, unless we remembered to include this in the description. Since most lint rules have a...
Although the formatter is in the very early stages of development, I think it would be useful to start working on an `oxfmt` executable which functions and is named similarly...
This is a tracking issue for improvements to the editor experience. This includes things such as: - Better fixes and diagnostic messages in editors - Improved performance and reliability of...