Skip to content

Commit 0cbab5d

Browse files
committed
fix: explicit vendoring of type files
1 parent 42b9dc7 commit 0cbab5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

edge-runtime/vendor.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ import 'https://deno.land/x/[email protected]/index.ts'
1414
import 'https://deno.land/x/[email protected]/src/index.ts'
1515

1616
import 'https://v1-7-0--edge-utils.netlify.app/logger/mod.ts'
17+
18+
// Types
19+
import 'https://deno.land/[email protected]/node/_global.d.ts'
20+
import 'https://deno.land/[email protected]/node/_events.d.ts'
21+
import 'https://deno.land/[email protected]/node/_stream.d.ts'
22+
import 'https://deno.land/[email protected]/node/internal/buffer.d.ts'
23+
import 'https://deno.land/[email protected]/types.d.ts'
24+
import 'https://deno.land/x/[email protected]/src/types.d.ts'

0 commit comments

Comments
 (0)