|
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 | ┌─────────────────────────────────────────────────────────────────────────┐
|
|
0 commit comments