From 10573183af14b4f303909ee9394e0e72cf10b45d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 31 May 2020 18:48:32 +0100 Subject: fix(std/path): Support browsers (#6003) --- std/path/_util.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'std/path/_util.ts') diff --git a/std/path/_util.ts b/std/path/_util.ts index 2776303cb..8ae40373b 100644 --- a/std/path/_util.ts +++ b/std/path/_util.ts @@ -1,7 +1,8 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ +/** This module is browser compatible. */ -import { FormatInputPathObject } from "./interface.ts"; +import { FormatInputPathObject } from "./_interface.ts"; import { CHAR_UPPERCASE_A, CHAR_LOWERCASE_A, -- cgit v1.2.3