magic-string
Advanced tools
Comparing version 0.26.4 to 0.26.5
@@ -211,2 +211,6 @@ export interface BundleOptions { | ||
replace(regex: RegExp | string, replacement: string | ((substring: string, ...args: any[]) => string)): MagicString; | ||
/** | ||
* Same as `s.replace`, but replace all matched strings instead of just one. | ||
*/ | ||
replaceAll(regex: RegExp | string, replacement: string | ((substring: string, ...args: any[]) => string)): MagicString; | ||
@@ -213,0 +217,0 @@ lastChar(): string; |
{ | ||
"name": "magic-string", | ||
"version": "0.26.4", | ||
"version": "0.26.5", | ||
"description": "Modify strings, generate sourcemaps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
397386
3658