@rollup/pluginutils
Advanced tools
Comparing version
@@ -173,3 +173,3 @@ 'use strict'; | ||
function getMatcherString(id, resolutionBase) { | ||
if (resolutionBase === false || path.isAbsolute(id) || id.startsWith('*')) { | ||
if (resolutionBase === false || path.isAbsolute(id) || id.startsWith('**')) { | ||
return normalizePath(id); | ||
@@ -176,0 +176,0 @@ } |
@@ -169,3 +169,3 @@ import { extname, win32, posix, isAbsolute, resolve } from 'path'; | ||
function getMatcherString(id, resolutionBase) { | ||
if (resolutionBase === false || isAbsolute(id) || id.startsWith('*')) { | ||
if (resolutionBase === false || isAbsolute(id) || id.startsWith('**')) { | ||
return normalizePath(id); | ||
@@ -172,0 +172,0 @@ } |
{ | ||
"name": "@rollup/pluginutils", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -1,2 +0,2 @@ | ||
import { BaseNode } from 'estree'; | ||
import type { BaseNode } from 'estree'; | ||
@@ -3,0 +3,0 @@ export interface AttachedScope { |
37732
0.02%