@dartix-software-solutions/create-fullstack-app 2.0.7 → 2.0.8
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.
|
@@ -2795,7 +2795,7 @@ function ensureHelpers() {
|
|
|
2795
2795
|
}
|
|
2796
2796
|
var templateCache = /* @__PURE__ */ new Map();
|
|
2797
2797
|
function protectJsxObjectLiterals(source) {
|
|
2798
|
-
return source.replace(/=\{\{/g,
|
|
2798
|
+
return source.replace(/=\{\{/g, '={{"{"}}');
|
|
2799
2799
|
}
|
|
2800
2800
|
function renderTemplate(templatePath, context) {
|
|
2801
2801
|
ensureHelpers();
|
package/dist/index.js
CHANGED