Boshen
Boshen
> and focusing on implementing it as an original specification-compliant parser 👍 always bet on the spec!
> Progress update: > > ### Implementation part > > #3824 > > Finally completed all ES2024 specs! 🎉 > > However, we noticed that while it supports the literal...
Thank you again @leaysgur, and also everyone who participated in this. Thank you all!
> @Boshen Can I try to implement some aria rules using [biome_aria](https://docs.rs/biome_aria/0.3.1/biome_aria/index.html) crate? For example: role-has-required-aria-props We are porting https://www.npmjs.com/package/aria-query over to https://github.com/oxc-project/aria-query with @Shinyaigeek, is biome_aria the samething, but...
> > > @Boshen Can I try to implement some aria rules using [biome_aria](https://docs.rs/biome_aria/0.3.1/biome_aria/index.html) crate? For example: role-has-required-aria-props > > > > > > We are porting https://www.npmjs.com/package/aria-query over to...
> Hi. Is there anything I can do to help? Yes, you may try and fix these false positives in https://github.com/oxc-project/oxc/blob/main/crates/oxc_linter/src/rules/eslint/getter_return.rs
https://eslint.org/docs/latest/rules/getter-return#handled_by_typescript > It is safe to disable this rule when using TypeScript because TypeScript's compiler enforces this check. Oh ... we can disable this rule for TypeScript. We can abort...
I turned `getter-rule` off for typescript in https://github.com/oxc-project/oxc/pull/3693 but still see lots of false positives.
We have the code here https://github.com/web-infra-dev/oxc/tree/main/editor/vscode Need to find the time to publish this thing :-/
It seems like this optimization is used for reducing memory, not performance :-/