Boshen

Results 130 issues of Boshen

We want a e2e test infra: * add a npm package * add an entry index.js * import the package * add asserts on the exported values from the package

infra
stale

The semantic builder also returns JavaScript syntax errors. https://github.com/rolldown/rolldown/blob/87ec563e8bc1a2241d80a40452c8dc7c6c59ad06/crates/rolldown_oxc_utils/src/oxc_ast/helpers.rs#L14-L21 https://github.com/oxc-project/oxc/blob/54c653ebd44e0d5968dfac0a983c7f152dede732/crates/oxc_semantic/src/builder.rs#L87 You may abort the program if any error occours.

contrib: easy
stale

The link above no longer point to any example, may I have a new link? I can't find any example how to use `overrides`, and the way I use `overrides`...

## Blocking issues: * https://github.com/rolldown/rolldown/issues/1578 * https://github.com/oxc-project/oxc/pull/3780 ## Related discussions: * https://github.com/oxc-project/backlog/issues/30 ## Previous attempts: * https://github.com/oxc-project/oxc/issues/2818 * https://github.com/oxc-project/oxc/pull/2861 ## Research: * TODO * rustc * other compilers

P-high
A-ast
A-transformer

Need to implement babel plugins equivalent of * https://github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/compat-table/src/index.ts#L350-L399 * https://github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/compat-table/src/kangax.ts#L20-L85 #### 2024 features - [x] RegexpSetNotation (See "Regex Features" below) https://github.com/evanw/esbuild/commit/b5ec4057eb8e7897360c80011d5b2f46ddbb58ab #### 2023 features - [x] Hashbang (syntax) ####...

A-transformer

cc @overlookmotel how exactly do we want to check symbols and scopes?

A-transformer

> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-promise`. There are...

C-enhancement
A-linter

It's either `@babel/helpers` or tslib ... * https://www.npmjs.com/package/@babel/helpers * https://www.npmjs.com/package/tslib

C-enhancement

> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-vitest`. There are...

C-enhancement
A-linter

https://github.com/oxc-project/oxc/blob/fbfd852cf8415fb0f9f8e06bef4b6bb0613d3a00/crates/oxc_minifier/src/plugins/replace_global_defines.rs#L106-L114 I may need some guidance cc @rzvxa

C-enhancement