diff options
author | 2022-04-21 12:10:06 -0400 | |
---|---|---|
committer | 2022-04-21 12:10:06 -0400 | |
commit | ae9ac5cbdceba0687d83d56d9d5f80479ab88710 (patch) | |
tree | 26fc15585e7ed77fd47607f5e7211050813fa642 /packages/integrations/netlify/test/edge-functions/deps.ts | |
parent | 3cdc5f1bfb7801be93c1df582b2ec1484566759b (diff) | |
download | astro-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.ts | 1 |
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'; |