Closed maxmilton closed 4 years ago
We'd be happy to review a PR that resolves this.
Fixed by 2ae08ebacaf9981252664d47e073dbac2a0447e7. Can you please publish 7.0.1
?
@atomicpages thanks for referencing the commit, but please don't ask for package publishes. It adds to the noise and isn't necessary. All plugin packages are published as we have time.
@shellscape it's definitely not noise. It's blocking if you use tsc
and you depend on this package -- the build fails because of a bad type check.
Thanks for the quick feedback guys and thanks @NotWoods for the fix and improvements! :trophy:
Hi guys,
Is someone else getting errors from the new version?
It's probably a better idea to create a new issue and link back to old one rather than trying to necro a closed issue.
@rollup/pluginutils
3.0.5
1.29.1
13.7.0
How Do We Reproduce?
@rollup/pluginutils
in a TypeScript projectSee minimal repro: https://github.com/MaxMilton/repro-rollup-plugin-utils-types
Expected Behavior
Project builds without type errors.
Actual Behavior
Type error is thrown due to missing type.
estree-walker
does not actually have anyNode
type exported.Changing
pluginutils/types/index.d.ts
from...... to...
... resolves the issue.