Yunfei He

Results 129 issues of Yunfei He

Two concepts: - node versions that rolldown supports - local `.node-version` that we used to development rolldown. The `.node-version` must be the supported version of rolldown and also enable to...

Probably should check if the path exist and give a warning about if the file is not existed in rolldown's side. _Originally posted by @hyf0 in https://github.com/rolldown/rolldown/pull/1442#discussion_r1653862730_

enhancement

### Description This is a very rough prototype to be play around and probably not gonna merge to the main branch. This PR lacks of many things: - import path...

needs-triage

Context: - https://github.com/microsoft/TypeScript/issues/47947 - #1388 ## Description Ideally `--isolatedDeclarations` will make typescript force you to write ts that allowed to be transformed to dts per file isolatedly. In short, what...

enhancement

This PR solve another problem related unbundled-dts. We have met some many of them and use many workaround now. This is not ideal. Let's try to solve it in the...

- This makes renovate doesn't update `npm-rolldown` to an old version unexpectedly. - https://semver.org/

### What problem does this feature solve? . ### What does the proposed API look like? Related code: - https://github.com/rolldown/rolldown/blob/4d89536f5d034f6819376f8bcb1f7353ad1a0681/crates/rolldown_ecmascript/src/ecma_compiler.rs#L18gm Should return `Result` - https://github.com/rolldown/rolldown/blob/4d89536f5d034f6819376f8bcb1f7353ad1a0681/crates/rolldown_ecmascript/src/ecma_compiler.rs#L26 Oxc's errors - https://github.com/rolldown/rolldown/blob/4d89536f5d034f6819376f8bcb1f7353ad1a0681/crates/rolldown_error/src/events/eval.rs#L24-L35 -...

good first issue
contrib: hard

### What problem does this feature solve? . ### What does the proposed API look like? https://rollupjs.org/configuration-options/#output-exports

enhancement