summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/utils.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13Add Astro.fetchContent API (#91)Gravatar Drew Powers 1-0/+19
2021-04-12Renaming to import.meta.fetchContent (#70)Gravatar Drew Powers 1-0/+20
* Change to import.meta.glob() Change of plans—maintain parity with Snowpack and Vite because our Collections API will use a different interface * Get basic pagination working * Get params working * Rename to import.meta.fetchContent * Upgrade to fdir