Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-transformer-remark): wait for cache promises before return…
…ing (#27871) * chore(gatsby-transformer-remark): refactor async logic to allow serial mode * Refactor the rest while we are here * Move addSlugToUrl out of the inner-inner function * arrow -> nfe * fix: fake/placeholder cache get/set should be async too * Be explicit and greppable about GatsbyCache * Refactor more cases to proper async/await * Make test not assume a non-async response * await promise like all the others
- Loading branch information