Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Migrate custom store and queue to TypeScript (gatsbyjs#25389)
* WIP * chore: Migrate custom store to TypeScript This migrates the custom store and the queue to typescript. * Test types * Remove warning * chore: Pass full config object * Do not leak interface extension details Rather than leaking the extra function to the outside world, we'll keep it internal. The tests do not cause an issue as they're written in a way that erases types. * Bring in queue changes * Initialize and declare initial values
- Loading branch information