@danielx/civet 0.4.19-pre.8 → 0.4.19-pre.9
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/browser.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -7168,7 +7168,7 @@ var Civet = (() => {
|
|
|
7168
7168
|
}
|
|
7169
7169
|
});
|
|
7170
7170
|
module.modifyString = function(str) {
|
|
7171
|
-
return str.replace(/(
|
|
7171
|
+
return str.replace(/(^.?|[^\\]{2})(\\\\)*\n/g, "$1$2\\n");
|
|
7172
7172
|
};
|
|
7173
7173
|
});
|
|
7174
7174
|
function Reset(state) {
|
package/dist/main.js
CHANGED
|
@@ -7167,7 +7167,7 @@ var require_parser = __commonJS({
|
|
|
7167
7167
|
}
|
|
7168
7168
|
});
|
|
7169
7169
|
module2.modifyString = function(str) {
|
|
7170
|
-
return str.replace(/(
|
|
7170
|
+
return str.replace(/(^.?|[^\\]{2})(\\\\)*\n/g, "$1$2\\n");
|
|
7171
7171
|
};
|
|
7172
7172
|
});
|
|
7173
7173
|
function Reset(state) {
|