Skip to main content
Module

x/dev_server/dev_deps.ts>path.normalizeGlob

Feel free to import TypeScript files in the script tag!
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/dev_server@v1.0.0-rc4/dev_deps.ts";
const { normalizeGlob } = path;

Like normalize(), but doesn't collapse "**/.." when globstar is true.

Parameters

glob: string
optional
unnamed 1: GlobOptions = [UNSUPPORTED]

Returns

string