Boshen

Results 565 comments of Boshen

* **#7005** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Boshen and the rest of your teammates on Graphite

* **#10620** 👈 (View in Graphite) * **#10619** * `main` ## How to use the Graphite Merge Queue Add either label to this PR to merge it via the merge...

@Dunqing How do we determine whether https://babel.dev/docs/babel-plugin-syntax-bigint is enabled or not in our transformer?

@Dunqing need to figure out whether bigint is targeted or not.

A workaround we can try right now is in `.oxlintrc.json`: ``` "rules": { "no-console": ["warn", { "allow": ["warn", "error", "debug", "info"] }], } } ``` And then replace all current...

> Just to clarify, is `target` a browserslist query? Or something else? Babel `targets` https://babel.dev/docs/options#targets ESBuild `target` https://esbuild.github.io/api/#target tsc `target` https://www.typescriptlang.org/tsconfig/target.html

## 2025 Mar 31 Week 14 ### [Oxlint v0.16.5](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.5) @camchenry reduced the binary size from 6.32 MB to 5.8 MB by removing documentation texts. ### Oxlint plugin written in JS...

## 2025 Apr 7 Week 15 ### Oxlint plugin written in JS We started a discussion to gather requirements: [Oxlint plugin written in JS](https://github.com/oxc-project/oxc/discussions/10342). @boshen and @overlookmotel will decide on...

## 2025 Apr 14 Week 16 ### Oxlint plugin written in JS @Boshen and @overlookmotel started working on the initial prototype, learning and researching napi and node.js worker threads. ###...

## 2025 Apr 21 Week 17 ### Oxlint plugin written in JS * Started a small prototype that interacts with napi: https://github.com/oxc-project/oxc/tree/napi * Concluded that we need to use ast...