foundry-vtt-types
foundry-vtt-types copied to clipboard
Unofficial type declarations for the Foundry Virtual Tabletop API
`resources/app/client/data/documents/actor-delta.js`
See this pull request by dependabot https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/2686 Updating from TS 5.3.3 to 5.5.4 has caused: ```ts history: Array< CanvasHistory >; ``` To error with: ``` Type instantiation is excessively deep...
`common/documents/_types.mjs` Grabs all of the global declarations from the various document types, e.g. `ActiveEffectData` is in `src/foundry/common/documents/active-effect.d.mts` currently.
Clean up unused branches in the repository. Part of #2528.
Closes #2868
- [ ] TokenRing - [ ] TokenRingConfig - [ ] DynamicRingData
Operations such as `get`, `filter`, and iterator-based access (e.g. `for a of collection` loops) appear to be uncertain about what exactly they're returning/accessing.