fix: add missing .d.cts files while building plugin-kit#445
fix: add missing .d.cts files while building plugin-kit#445liangmiQwQ wants to merge 3 commits intoeslint:mainfrom
Conversation
|
Hi @liangmiQwQ!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
This comment was marked as resolved.
This comment was marked as resolved.
|
I cannot reproduce this problem as |
I want to point out the file we need is the rewrite/packages/core/package.json Line 20 in 70b6997
Update: EasyCLA was solved. |
171efba to
749d75f
Compare
There was a problem hiding this comment.
Actually, it’s a bit difficult to pinpoint the root cause here, since your reproduction link is about the rolldown integration.
Could you please share a failing minimal reproduction link without the rolldown integration?
Also, updating the PR template to use our bug template would be helpful here, so others can more easily recognize the real problem.
Umm... this might be a little bit hard to describe or be shown in a reproduction repo, I think I need to re-explain the question.
And for the current So, for packages who depend on and bundle
I've talked with rolldown team, they thought it is expected and it's an ESLint's side building config issue. It makes sense, because the Hope it's helpful, thanks. |
|
Thank you for the explanation. |
|
Thank You! |
Prerequisites checklist
AI acknowledgment
What is the purpose of this pull request?
Please read sxzz/rolldown-plugin-dts#1230. ESLint should emit .d.ts for commonjs for downstream's build.
What changes did you make? (Give an overview)
Copied
corepackage's bundling logicRelated Issues
sxzz/rolldown-plugin-dts#1230