Yunfei He

Results 129 issues of Yunfei He

### What problem does this feature solve? . ### What does the proposed API look like? - Reference https://github.com/rolldown/rolldown/pull/397 for what the error message looks like - https://github.com/rolldown/rolldown/blob/24078fb0d2e060d5c51f6c5d82b569139d886320/crates/rolldown_error/src/build_error/error_constructors.rs - Where...

good first issue
contrib: medium

It blocks - https://github.com/web-infra-dev/rspack/blob/aa9d7409a4dc6a28180cec04777b8d505f3dabdf/webpack-test/configCases/split-chunks/vendor-only-entrypoint

team
contrib: easy

Rolldown currently uses `Span`s as the way to identifier ast nodes. But it would become a problem, if the ast contains duplicate `Span`s. So > we could have a new...

C-enhancement

For input ```js let o = { f() { assert.ok(this !== o); } }; (1, o.f)(); (1, o.f)``; (true && o.f)(); (true && o.f)``; (true ? o.f : false)(); (true...

C-bug
A-minifier

This is a classic one. Esbuild has the issue before. https://github.com/evanw/esbuild/issues/2610 _Originally posted by @hyf0 in https://github.com/rolldown/rolldown/issues/1656#issuecomment-2235574523_

bug: upstream
stale

### What problem does this feature solve? Allow bundling code like ```ts // main.ts import { bgBlue, bold, italic, red } from "https://deno.land/[email protected]/fmt/colors.ts"; console.log(bgBlue(italic(red(bold("Hello world!"))))); ``` ### What does the...

enhancement
feedback needed

Run `cargo run --example deno_bundle` to try ## Output for bundling `https://deno.land/[email protected]/text/mod.ts` ``` Bundle https://deno.land/[email protected]/text/mod.ts Downloading: https://deno.land/[email protected]/text/mod.ts Downloading: https://deno.land/[email protected]/text/levenshtein_distance.ts Downloading: https://deno.land/[email protected]/text/compare_similarity.ts Downloading: https://deno.land/[email protected]/text/word_similarity_sort.ts Downloading: https://deno.land/[email protected]/text/case.ts Downloading: https://deno.land/[email protected]/text/closest_string.ts Downloading: https://deno.land/[email protected]/assert/assert.ts Downloading:...