mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
Make compatible with latest deno (denoland/deno_std#41)
Original: 0772030f5d
This commit is contained in:
parent
0b9ab1249b
commit
7143f7d860
16 changed files with 23 additions and 22 deletions
|
@ -2,7 +2,7 @@
|
|||
// Ported from https://github.com/browserify/path-browserify/
|
||||
|
||||
import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
|
||||
import * as path from "./index";
|
||||
import * as path from "./index.ts";
|
||||
|
||||
const winPaths = [
|
||||
// [path, root]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue