summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/test/basics.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-31Load environment variables in deno SSR (#3483)Gravatar Matěj Volf 1-0/+20
* Properly shim env in Deno * Add test for loading env vars in Deno * Add changeset
2022-04-21[ci] formatGravatar matthewp 1-1/+1
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 1-0/+3
* Revert "Revert "Fixes using React.lazy and Suspense"" This reverts commit e621c2f7d3844e950168f4198e4dd1c6f43031d0. * Adds a changeset * Fix ts errors * Remove netlify metadata folder
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 1-3/+0
This reverts commit 700d4f9649b72e98a56586a480e6d3c413cf45f1.
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 1-0/+3
2022-04-15[ci] formatGravatar matthewp 1-4/+4
2022-04-15Handle static file serving in Deno adapter's start command (#3121)Gravatar Matthew Phillips 1-2/+26
* Handle static file serving in Deno adapter's start command * Adds a changeset * Ignore a .ts imort
2022-03-30[ci] formatGravatar matthewp 1-1/+1
2022-03-30Deno adapter (#2934)Gravatar Matthew Phillips 1-0/+14
* Bundle everything, commit 1 * Get everything working * Remove dependency on readable-stream * Adds a changeset * Fix ts errors * Use the node logger in tests * Callback the logger when done writing * Fix test helper to await the callback * Use serialize-javascript again * Remove dead code * Rename hook * Oops