Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/drollup/plugins/svelte/deps.ts>path.normalizeGlob

Next-generation ES module bundler ported for Deno
Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/plugins/svelte/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