File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
import type { Context } from '@netlify/edge-functions'
2
2
3
- import type { ElementHandlers } from '../../vendor /deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
4
- import { getCookies } from '../../vendor/ deno.land/std@0.175.0/http/cookie.ts'
3
+ import type { ElementHandlers } from 'https:/ /deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
4
+ import { getCookies } from 'https:// deno.land/x /std@0.175.0/http/cookie.ts'
5
5
6
6
type NextDataTransform = < T > ( data : T ) => T
7
7
Original file line number Diff line number Diff line change 1
1
import type { Context } from '@netlify/edge-functions'
2
- import {
3
- HTMLRewriter ,
4
- type TextChunk ,
5
- } from '../../vendor/deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
2
+ import { HTMLRewriter , type TextChunk } from 'https://deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
6
3
7
4
import { updateModifiedHeaders } from './headers.ts'
8
5
import type { StructuredLogger } from './logging.ts'
Original file line number Diff line number Diff line change 5
5
* Some types have been re-implemented to be more compatible with Deno or avoid chains of dependent files
6
6
*/
7
7
8
- import type { Key } from '../vendor /deno.land/x/path_to_regexp@v6.2.1/index.ts'
8
+ import type { Key } from 'https:/ /deno.land/x/path_to_regexp@v6.2.1/index.ts'
9
9
10
- import { compile , pathToRegexp } from '../vendor /deno.land/x/path_to_regexp@v6.2.1/index.ts'
11
- import { getCookies } from '../vendor /deno.land/std@0.175.0/http/cookie.ts'
10
+ import { compile , pathToRegexp } from 'https:/ /deno.land/x/path_to_regexp@v6.2.1/index.ts'
11
+ import { getCookies } from 'https:/ /deno.land/x /std@0.175.0/http/cookie.ts'
12
12
13
13
/*
14
14
┌─────────────────────────────────────────────────────────────────────────┐
You can’t perform that action at this time.
0 commit comments