Skip to main content
Module

x/task_runner_v2/deps.ts>path.normalizeGlob

Version 2 of deno-task-runner to fix issues
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/task_runner_v2@v1.0.3/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