一笑
一笑
Because you are using the wrong type for the `transform` hook, its type is not `TransformHook`.
Yeah, you are right, it is a documentation issue, reopened it.
Yes, I think so.
For Rollup V3, we need to wait for acorn.js to support parsing `using`. But it's in stage 3 for JavaScript, I'm not sure the team of acorn.js will support it...
I didn't encounter this issue on the `feat/use_items` branch either. Using Node.js 23.2 on a Mac M1 Pro.
Can you check which version of `@rollup/rollup-darwin-arm64` is in your `node_modules` by running `npm list @rollup/rollup-darwin-arm64` locally?
Alright, it's too weird.
For `this.getModuleInfo`, I think it can accept an object that includes `id` and `attributes`, and we construct `fullId` internally. For `this.load`, we can keep it as before, we just need...
> My feeling is that for consistency, I would rather adapt the signature of `this.load` to align with the proposed change for `this.getModuleInfo` so that the signature is > >...
Yeah, This PR #5700 implements this.