joshwooding / vite-plugin-react-docgen-typescript

MIT License
8 stars 7 forks source link

fix: Changes on source files were not considered after init #17

Closed valentinpalkovic closed 1 year ago

valentinpalkovic commented 1 year ago

After the plugin was initialized, changes on the source files were not considered anymore.

I have changed the logic, where a new ts program is created for every file change. The program also only considers the actual file and not a glob of all possible files.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 9a6d7a2a16ace3aed09a0bb9582e00f91107f598

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

joshwooding commented 1 year ago

Thanks @valentinpalkovic :)

I've released 0.2.2 with this fix