import { deserialize } from '@ungap/structured-clone/esm/deserialize.js' import { serialize } from '@ungap/structured-clone/esm/serialize.js' export default (any: any, options: any) => deserialize(serialize(any, options)) href='https://git.anshulg.com/ansg191/astro/atom/scripts/utils/svelte-plugin.js?h=@astrojs/vue@4.0.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Update compiler (#2957)Gravatar Nate Moore 3-5/+10
2022-03-31[ci] formatGravatar natemoo-re 1-2/+2
2022-03-31Add function-based slot support to `Astro.slots.render()` (#2954)Gravatar Nate Moore 8-5/+94
2022-03-31[ci] formatGravatar matthewp 1-1/+0
2022-03-31SSR - copy public folder when there is no client JS (#2955)Gravatar Matthew Phillips 5-2/+82
2022-03-31[ci] formatGravatar natemoo-re 1-1/+1
2022-03-31chore: add code commentGravatar Nate Moore 1-0/+3
2022-03-31fix: `--experimental-ssr` fixes (#2937)Gravatar Juan Martín Seery 17-32/+54
2022-03-31Fix the favicon for the starter example (#2940)Gravatar gtnbssn 1-0/+0
2022-03-31[ci] formatGravatar matthewp 1-1/+1
2022-03-31React 18 monorepo upgrade (#2948)Gravatar Fred K. Schott 12-81/+79
2022-03-31[ci] formatGravatar matthewp 1-1/+1
2022-03-31Add support for React 18 in @astrojs/react (#2947)Gravatar Fred K. Schott 9-18/+127
2022-03-31[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-30[ci] formatGravatar matthewp 1-3/+3
2022-03-30Allow components to return a Response (#2944)Gravatar Matthew Phillips 6-15/+80
2022-03-30chore(.gitignore): remove pnpm error logs from git (#2938)Gravatar Okiki Ojo 25-0/+50
2022-03-30[ci] formatGravatar matthewp 14-33/+29
2022-03-30Deno adapter (#2934)Gravatar Matthew Phillips 58-426/+867
2022-03-30[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-29remove docs jsdoc tag from adapter (#2927)Gravatar Fred K. Schott 1-1/+0
2022-03-29[ci] formatGravatar matthewp 2-3/+3
2022-03-29Fixes API route compat with Node 14 (#2936)Gravatar Matthew Phillips 4-7/+49
2022-03-29[ci] update lockfile (#2930)Gravatar Fred K. Schott 4-72/+92
2022-03-29[ci] formatGravatar matthewp 1-1/+1
2022-03-29Make the SSR example infer the origin (#2932)Gravatar Matthew Phillips 5-18/+19
2022-03-29[ci] formatGravatar matthewp 8-19/+15
2022-03-29Make it deployable to Netlify (#2931)Gravatar Matthew Phillips 18-154/+133
2022-03-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-29[ci] formatGravatar matthewp 3-18/+11
2022-03-29Implement the Astro.request RFC (#2913)Gravatar Matthew Phillips 34-121/+135
2022-03-28[fix] 2924 Update import in astro config of portfolio starter (#2926)Gravatar Michael Marino 2-1/+6
2022-03-29[ci] formatGravatar FredKSchott 4-17/+19
2022-03-28New Markdown API (#2862)Gravatar Fred K. Schott 27-193/+277
2022-03-28[ci] formatGravatar FredKSchott 2-3/+3
2022-03-28Restyle error messages (#2902)Gravatar Fred K. Schott 21-346/+368