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
I am working on a project that is a type declaration package for a Foundry VTT game system so that others can use the package to develop modules for the game system. This plugin used to work in generating the type declaration without many issues, but as of late it's not and is having issues with certain files that are now using svelte. I am not getting any errors and changing to different log levels doesn't seem to provide any information as to why the plugin isn't working.
I have included the link to the specific files that are having issues getting a type declaration generated.
Describe the bug
I am working on a project that is a type declaration package for a Foundry VTT game system so that others can use the package to develop modules for the game system. This plugin used to work in generating the type declaration without many issues, but as of late it's not and is having issues with certain files that are now using svelte. I am not getting any errors and changing to different log levels doesn't seem to provide any information as to why the plugin isn't working.
I have included the link to the specific files that are having issues getting a type declaration generated.
https://github.com/foundryvtt/pf2e/blob/master/src/module/apps/compendium-browser/browser.ts
https://github.com/foundryvtt/pf2e/blob/master/src/module/actor/character/apps/abc-picker/app.ts
https://github.com/foundryvtt/pf2e/blob/master/src/module/actor/character/apps/formula-picker/app.ts
Reproduction
https://github.com/foundryvtt/pf2e
Steps to reproduce
vite-plugin-dts
vite.config.ts
import dts from "vite-plugin-dts";
const plugins = [checker({ typescript: true }), tsconfigPaths({ loose: true }), sveltePlugin()];
toconst plugins = [checker({ typescript: true }), tsconfigPaths({ loose: true }), sveltePlugin(), dts()];
npx vite build
./dist/src/module/apps/compendium-browser/browser.d.ts
System Info
Validations
The text was updated successfully, but these errors were encountered: