summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/test/basics.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-07Improve test infrastructure for integrations/deno (#5005)Gravatar Robin Lindner 1-104/+0
* Improve test infrastructure for integrations/deno * Add changeset * Use declared type * Remove changeset * Upgrade deno version in -workflow
2022-08-31Deno custom 404 pages (#4562)Gravatar Zicklag 1-0/+15
* Add Failing Test For Deno Custom 404 Pages * Make Deno SSR Serve Custom 404 Pages
2022-08-16Don’t use Buffer.byteLength() as Deno can’t use it (#4324)Gravatar Patrick Smith 1-0/+28
* Don’t use Buffer.byteLength() as Deno can’t use it * Add changeset * Add tests for Markdown & MDX with Deno Co-authored-by: Matthew Phillips <matthew@skypack.dev>
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