import { define } from "../scripts/class-definitions"; export default [ define({ name: "FileSystemRouter", construct: true, finalize: true, JSType: "0b11101110", configurable: false, proto: { match: { fn: "match", length: 1, }, routes: { getter: "getRoutes", cache: true, }, reload: { fn: "reload", length: 0, }, origin: { getter: "getOrigin", cache: true, }, style: { getter: "getStyle", cache: true, }, }, klass: {}, }), define({ name: "MatchedRoute", noConstructor: true, JSType: "0b11101110", construct: true, finalize: true, proto: { params: { getter: "getParams", cache: true, }, pathname: { getter: "getPathname", cache: true, }, query: { getter: "getQuery", cache: true, }, name: { getter: "getName", cache: true, }, kind: { getter: "getKind", cache: true, }, filePath: { getter: "getFilePath", cache: true, }, // this is for compatibiltiy with bun-framework-next old versions scriptSrc: { getter: "getScriptSrc", cache: true, }, src: { getter: "getScriptSrc", cache: "scriptSrc", }, }, klass: {}, }), ]; tion value='bundle-all-deps'>bundle-all-deps Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-07Improve JSX definitions (#3801)Gravatar Erika 2-477/+858
2022-07-07Fix slot attribute inside expressions (#3837)Gravatar Nate Moore 8-5/+89
* fix: use slots inside expressions * test: add test for conditional named slots * test: fix incorrect test fixture * chore: update `@astrojs/compiler` * chore: add test coverage for `switch` Co-authored-by: Nate Moore <nate@astro.build>
2022-07-07[ci] formatGravatar FredKSchott 1-2/+1
2022-07-07detect package manager and improve types (#3847)Gravatar Fred K. Schott 7-44/+78
2022-07-07small create-astro wording changes (#3831)Gravatar Fred K. Schott 3-10/+15
2022-07-07Upgrade to pnpm@7.4.1, remove `patch-package` (#3747)Gravatar Nate Moore 6-127/+100
* chore: upgrade to pnpm@7.4.0, remove `patch-package` * chore: update contributing * chore: pnpm@7.4.1 * chore: bump to pnpm@7.5.0 Co-authored-by: Nate Moore <nate@astro.build>
2022-07-07[ci] formatGravatar matthewp 1-1/+1
2022-07-07Allow importing Image component from @astrojs/image (#3848)Gravatar Matthew Phillips 7-6/+20
* Allow importing Image component from @astrojs/image * Adds a changeset * Export the Image type
2022-07-06[ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4Gravatar Fred K. Bot 41-90/+90
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-07[ci] formatGravatar bholmesdev 1-1/+1
2022-07-06Fix: Infer content type with charset in dev and prod (#3841)Gravatar Ben Holmes 4-3/+23
* fix: add text/plain;charset;utf-8 header in dev * test: ensure content type for body shorthand * chore: changeset * feat: infer content type by pathname * feat: add charset to prod build handler * test: update for charset in prod build test
2022-07-06[ci] formatGravatar bholmesdev 1-2/+2
2022-07-06Fix `client:visible` directive in safari (#3839)Gravatar Ben Holmes 2-2/+20
* fix: client visible on safari * chore: changeset * refactor: wait for children with mutation observer * fix: remove unecessary settimeout * refactor: remove unecessary awaits
2022-07-06[ci] formatGravatar matthewp 1-1/+1
2022-07-06Ensure that maybeRenderHead runs last (#3821)Gravatar Matthew Phillips 5-8/+67
* Ensure that maybeRenderHead runs last * Adds a changeset * Make work with MDX
2022-07-05Fix portfolio example to use lowercase srcset (#3829)Gravatar Matthew Phillips 1-1/+1
2022-07-05[ci] formatGravatar delucis 1-29/+29