summaryrefslogtreecommitdiff
path: root/packages/webapi/src/lib/utils.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08feat: remove webapi in favor of a smaller polyfill (#7840)Gravatar Erika 1-61/+0
* feat: remove webapi in favor of a smaller polyfill * test: remove old test * test: 🤦‍♀️ * chore: changeset
2023-03-07chore: use directive `@ts-expect-error` instead of `@ts-ignore` (#6429)Gravatar Emanuele Stoppa 1-1/+1
2023-01-10Remove more unnecessary polyfills from webapi for Node 16 (#5814)Gravatar Erika 1-35/+0
* feat(webapi): Remove unnecessary polyfills now that we dropped support for Node 14 * feat(webapi): Removed more unnecessary polyfills for Node 16 * chore: changeset
2022-03-07[ci] yarn formatGravatar natemoo-re 1-28/+63
2022-03-07Add `@astrojs/webapi` package (#2729)@astrojs/webapi@0.11.0Gravatar Nate Moore 1-0/+61
* chore: add @astrojs/webapi * chore: update package.json * fix: update file case * fix: remove lowercase file * chore: update tests to use mocha * chore: update LICENSE