summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-08feat: astro features (#7815)Gravatar Emanuele Stoppa 1-0/+10
2023-07-24Update esbuild target for Deno (#7687)Gravatar Kevin Whinnery 1-1/+1
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-3/+3
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 2-2/+1
2023-06-15Node built-in modules support for Deno adapter (#7288)Gravatar Arsh 1-3/+67
2023-05-17feat: hybrid output (#6991)Gravatar Happydev 1-1/+3
2023-03-07chore: use directive `@ts-expect-error` instead of `@ts-ignore` (#6429)Gravatar Emanuele Stoppa 1-2/+2
2023-02-17[ci] formatGravatar matthewp 3-23/+23
2023-02-17Fix prerendered page handling on Deno (#6284)Gravatar Nate Moore 3-7/+76
2023-02-17[ci] formatGravatar matthewp 1-1/+0
2023-02-17Revert "Deno fix #6131 (#6248)" (#6281)Gravatar Matthew Phillips 3-19/+8
2023-02-16[ci] formatGravatar natemoo-re 3-6/+5
2023-02-16Deno fix #6131 (#6248)Gravatar wulinsheng123 3-6/+21
2023-01-09Output assets to `_astro` directory (#5772)Gravatar Nate Moore 1-1/+2
2023-01-05feat: change path into assets (#5584)Gravatar wulinsheng123 1-1/+1
2023-01-03Remove deprecated APIs (#5707)Gravatar Bjorn Lu 1-8/+0
2022-12-10Update deno integration dependencies (#5573)Gravatar Lino Le Van 1-1/+1
2022-11-07Handle `base` in adapters (#5290)Gravatar Matthew Phillips 1-1/+1
2022-10-12[ci] formatGravatar matthewp 1-1/+1
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 1-2/+13
2022-09-28[ci] formatGravatar matthewp 1-4/+4
2022-09-28Astro.cookies implementation (#4876)Gravatar Matthew Phillips 1-2/+15
2022-08-31[ci] formatGravatar matthewp 1-7/+7
2022-08-31Deno custom 404 pages (#4562)Gravatar Zicklag 1-2/+14
2022-07-25[ci] formatastro@0.0.0-rc-20220725043302@astrojs/vue@0.0.0-rc-20220725043302@astrojs/vercel@0.0.0-rc-20220725043302@astrojs/tailwind@0.0.0-rc-20220725043302@astrojs/svelte@0.0.0-rc-20220725043302@astrojs/sitemap@0.0.0-rc-20220725043302@astrojs/prefetch@0.0.0-rc-20220725043302@astrojs/partytown@0.0.0-rc-20220725043302@astrojs/node@0.0.0-rc-20220725043302@astrojs/netlify@0.0.0-rc-20220725043302@astrojs/mdx@0.0.0-rc-20220725043302@astrojs/markdown-remark@0.0.0-rc-20220725043302@astrojs/markdown-component@0.0.0-rc-20220725043302@astrojs/lit@0.0.0-rc-20220725043302@astrojs/image@0.0.0-rc-20220725043302@astrojs/deno@0.0.0-rc-20220725043302@astrojs/cloudflare@0.0.0-rc-20220725043302Gravatar FredKSchott 1-2/+4
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 1-1/+6
2022-07-19Adds support for Astro.clientAddress (#3973)Gravatar Matthew Phillips 1-1/+3
2022-06-27[ci] formatGravatar bholmesdev 1-2/+2
2022-06-27Refactor: remove Deno shim to esbuild "banner" (#3734)Gravatar Ben Holmes 3-10/+8
2022-06-22Enables eslint on the full repo and adds a rule for no `only()` tests (#3659)Gravatar Tony Sullivan 1-0/+1
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-06-06format: automatically organize imports and removed unused (#3499)Gravatar Fred K. Schott 1-0/+5
2022-06-06[ci] formatGravatar matthewp 1-3/+4
2022-06-06Fix use of dynamic imports / Astro.glob with Deno Deploy (#3532)Gravatar Matthew Phillips 2-2/+36
2022-06-02fix: alias astro to @types/astro (#3503)Gravatar William Tetlow 1-2/+11
2022-05-31Load environment variables in deno SSR (#3483)Gravatar Matěj Volf 1-1/+2
2022-04-21[ci] formatGravatar matthewp 1-1/+1
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 1-0/+4
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 1-3/+0
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 1-0/+3
2022-04-15[ci] formatGravatar matthewp 1-1/+1
2022-04-15Handle static file serving in Deno adapter's start command (#3121)Gravatar Matthew Phillips 2-6/+19
2022-03-30[ci] formatGravatar matthewp 3-18/+17
2022-03-30Deno adapter (#2934)Gravatar Matthew Phillips 3-0/+89