Skip to main content
Module

x/drake/tests/deps.ts>path.normalizeGlob

Drake is a make-like task runner for Deno.
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/drake@v1.7.0/tests/deps.ts";
const { normalizeGlob } = path;

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string