@next-core/brick-utils 2.47.5 → 2.47.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.bundle.js
CHANGED
|
@@ -17505,7 +17505,7 @@
|
|
|
17505
17505
|
return /^\s*<%~\s/.test(raw);
|
|
17506
17506
|
}
|
|
17507
17507
|
function isTrackAll(raw) {
|
|
17508
|
-
return /^\s*<%=\s
|
|
17508
|
+
return /^\s*<%=\s/.test(raw) && /\s%>\s*$/.test(raw);
|
|
17509
17509
|
}
|
|
17510
17510
|
|
|
17511
17511
|
// istanbul ignore file
|