ubugeeei
ubugeeei
Hi. To implement this rule, it seems necessary to implement a parser like [@eslint-community/regexpp](https://github.com/eslint-community/regexpp). Where is this planned to be implemented? If it's within this repository, please let me know...
Oh, thank you for the detailed information. I've also been busy with other things in the past few days, so it might take some time, but I'm thinking of trying...
Oops, I forgot to mention one thing. I will try to implement the prototype, but if anyone reading this comment wants to work on this issue, please don't hesitate to...
Thank you. For now, I'll give a small prototype a try. Once I can see a roadmap of the smaller tasks I've broken down, I'll share it again! > You...
I see. I didn't know that. In that case, I'll refrain from implementing the prototype. Let's prioritize and respect your achievements. I have a suggestion: since you've made so much...
At the very least, since this issue originally pertained to eslint/no-invalid-regexp, I've created a separate issue for the regular expression parser. I would like to conduct discussions related to the...
## Roadmap (Draft) (For Contributors) - [x] init crate -> https://github.com/oxc-project/oxc/pull/1500 - [x] Definition of AST -> https://github.com/oxc-project/oxc/pull/1500 - [x] Understanding of oxc infrastructure - [x] Understanding of oxc_allocator -...
@IWANABETHATGUY > Hello, I saw it has been 3 weeks since your last pr, are you still interested in this feature, or can I continue your work? Ah, sorry, I...
I see. Is this similar to the discussion here? https://github.com/vuejs/core-vapor/issues/84 https://github.com/vuejs/core-vapor/issues/74#issuecomment-1889849313 Is it not good to directly reference currentInstance or use getCurrentInstance?
Considering props and attrs as well, it might be better to have a function that directly references the instance or a function for accessing parts of it, rather than creating...