You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect plugins to work when configuring Rollup with Typescript
Actual Behavior / Situation
Getting compiler errors with various plugins not matching Rollups type definitions.
Modification Proposal
If plugins aren't going to be written in Typescript, could they at the very least have a test case making sure they match the interface Rollup is expecting?
This one was missing name which is also documented and Rollup doesn't define it as optional, which is even better than documentation. So testing against that is a decent way of making sure the docs are followed.
The text was updated successfully, but these errors were encountered:
Expected Behavior / Situation
Expect plugins to work when configuring Rollup with Typescript
Actual Behavior / Situation
Getting compiler errors with various plugins not matching Rollups type definitions.
Modification Proposal
If plugins aren't going to be written in Typescript, could they at the very least have a test case making sure they match the interface Rollup is expecting?
This one was missing
name
which is also documented and Rollup doesn't define it as optional, which is even better than documentation. So testing against that is a decent way of making sure the docs are followed.The text was updated successfully, but these errors were encountered: