import { path } from "https://deno.land/x/plugin_prepare@v0.8.0/deps.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]x/plugin_prepare/deps.ts>path.normalizeGlob
import { path } from "https://deno.land/x/plugin_prepare@v0.8.0/deps.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.