single-file-core 1.5.14 → 1.5.15
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.
|
@@ -17052,10 +17052,10 @@ async function evalTemplate(template = "", options, content, doc, context = {})
|
|
|
17052
17052
|
}
|
|
17053
17053
|
}
|
|
17054
17054
|
};
|
|
17055
|
-
functions["date-locale"].dontReplaceSlash =
|
|
17056
|
-
functions["time-locale"].dontReplaceSlash =
|
|
17057
|
-
functions["datetime-locale"].dontReplaceSlash =
|
|
17058
|
-
functions["datetime-custom"].dontReplaceSlash =
|
|
17055
|
+
functions["date-locale"].dontReplaceSlash = true;
|
|
17056
|
+
functions["time-locale"].dontReplaceSlash = true;
|
|
17057
|
+
functions["datetime-locale"].dontReplaceSlash = true;
|
|
17058
|
+
functions["datetime-custom"].dontReplaceSlash = true;
|
|
17059
17059
|
if (doc) {
|
|
17060
17060
|
functions["page-element-text"] = (selector) => {
|
|
17061
17061
|
const element = doc.querySelector(selector);
|