Ze-Zheng Wu
Ze-Zheng Wu
No need, that's on me. I mentioned it in the PR but I didn't use that. It's just a simple fix for subpath exports only. I plan to take a...
Here is a POC to use `oxc_resolver` in `noUndeclaredDependencies`, it passes my local test: ```rust fn run(ctx: &RuleContext) -> Self::Signals { let node = ctx.query(); let token_text = node.inner_string_text()?; let...
| tree sitter javascript | tree sitter typescript | | :--------------------: | :--------------------: | |  |  | This seems to be a bug of the tree-sitter typescript grammar....
FYI: The tree-sitter-typescript bug is quickly fixed by its author: https://github.com/tree-sitter/tree-sitter-typescript/issues/296
We're seeing the same error when installing packages from pkg.pr.new: https://app.netlify.com/sites/biomejs/deploys/66626ad6f7c01b0008049623
> We're seeing the same error when installing packages from pkg.pr.new: https://app.netlify.com/sites/biomejs/deploys/66626ad6f7c01b0008049623 We think this is caused by us using an old lock file version (`6.0`). We no longer see...
Hi, sorry for the late response. Maybe there are some APIs that are not supported. Unfortunately, I don't have a such device to reproduce the issue, would you mind helping...
Closing this due to lack of response
Glad to hear you find the problem. IMO API polyfills should be handled by the consumer, while the library itself should mainly focus on JS/WASM syntax compatibility. But I may...
Thanks for reporting the issue, indentation is hard :(