summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions/deps.ts
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-04-21 12:10:06 -0400
committerGravatar GitHub <noreply@github.com> 2022-04-21 12:10:06 -0400
commitae9ac5cbdceba0687d83d56d9d5f80479ab88710 (patch)
tree26fc15585e7ed77fd47607f5e7211050813fa642 /packages/integrations/netlify/test/edge-functions/deps.ts
parent3cdc5f1bfb7801be93c1df582b2ec1484566759b (diff)
downloadastro-ae9ac5cbdceba0687d83d56d9d5f80479ab88710.tar.gz
astro-ae9ac5cbdceba0687d83d56d9d5f80479ab88710.tar.zst
astro-ae9ac5cbdceba0687d83d56d9d5f80479ab88710.zip
Fixes using React.lazy and Suspense (#3160)
* Revert "Revert "Fixes using React.lazy and Suspense"" This reverts commit e621c2f7d3844e950168f4198e4dd1c6f43031d0. * Adds a changeset * Fix ts errors * Remove netlify metadata folder
Diffstat (limited to 'packages/integrations/netlify/test/edge-functions/deps.ts')
-rw-r--r--packages/integrations/netlify/test/edge-functions/deps.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/netlify/test/edge-functions/deps.ts b/packages/integrations/netlify/test/edge-functions/deps.ts
index f3e46181a..1b23a94f7 100644
--- a/packages/integrations/netlify/test/edge-functions/deps.ts
+++ b/packages/integrations/netlify/test/edge-functions/deps.ts
@@ -1,3 +1,4 @@
// @ts-nocheck
export { fromFileUrl } from 'https://deno.land/std@0.110.0/path/mod.ts';
export { assertEquals, assert } from 'https://deno.land/std@0.132.0/testing/asserts.ts';
+export * from 'https://deno.land/x/deno_dom/deno-dom-wasm.ts';