Yunfei He

Results 368 comments of Yunfei He

### Merge activity * **Aug 22, 3:24 AM EDT**: [Graphite](https://app.graphite.dev/github/pr/rolldown/rolldown/2022) rebased this pull request after merging its parent, because this pull request is set to merge when ready.

Also need to consider how to stop the control flow. Rollup's `PluginContext#error` will fall into the `throw ....` branch and stop the bundling.

`new URL("./some-asset.svg", import.meta)` is planned to supported natively by rolldown. But it's waiting for the first-class support for `assets`. But we could have plugin/builtin-workaround solution if the feature is needed...

Anything related to `App` mode is experimental, you could ignore this part.

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

- It will only treat patterns like `https://deno.land/[email protected]/fmt/colors.ts` as a valid file to fetch. It should has explicit extension. Otherwise, it will follow the current behavior and mark it as...

A very nice article about http-import: https://deno.com/blog/http-imports. Also is a nice explanation on why we shouldn't enable http-import by default. It's not a recommended pattern.

Contexts: - https://github.com/rolldown/rolldown/pull/1656#issuecomment-2235544211 - https://github.com/evanw/esbuild/issues/2610

https://github.com/oxc-project/oxc/issues/4341