summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions/deps.ts
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-06-07 11:41:32 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-07 11:41:32 -0400
commitf3ab822e328725c3905b0adad9889ad37653c24a (patch)
treea4e7a117de3680483222bd18d89e414a90164298 /packages/integrations/netlify/test/edge-functions/deps.ts
parentab11179ba71b813a850dcd5f776d3b06d373df91 (diff)
downloadastro-f3ab822e328725c3905b0adad9889ad37653c24a.tar.gz
astro-f3ab822e328725c3905b0adad9889ad37653c24a.tar.zst
astro-f3ab822e328725c3905b0adad9889ad37653c24a.zip
Allow dynamic imports when using Netlify Edge Functions (#3535)
* Allow dynamic imports when using Netlify Edge Functions * Update deno test script and changeset
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 1b23a94f7..498b7e09e 100644
--- a/packages/integrations/netlify/test/edge-functions/deps.ts
+++ b/packages/integrations/netlify/test/edge-functions/deps.ts
@@ -2,3 +2,4 @@
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';
+export * from 'https://deno.land/std@0.142.0/streams/conversion.ts';