We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce05e85 commit 45fb6ddCopy full SHA for 45fb6dd
.github/workflows/deno-test.yml
@@ -12,5 +12,7 @@ jobs:
12
uses: denoland/setup-deno@v1
13
with:
14
deno-version: v1.x.x
15
+ - name: Vendor Deno modules
16
+ run: deno vendor edge-runtime/vendor.ts --output=edge-runtime/vendor --force
17
- name: Test
18
run: deno test -A edge-runtime/
edge-runtime/vendor.ts
@@ -12,5 +12,6 @@ import 'https://deno.land/std@0.175.0/path/mod.ts'
import 'https://deno.land/x/path_to_regexp@v6.2.1/index.ts'
import 'https://deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
+import 'https://deno.land/x/std@0.175.0/http/cookie.ts'
import 'https://v1-7-0--edge-utils.netlify.app/logger/mod.ts'
0 commit comments