@absolutejs/absolute 0.19.0-beta.372 → 0.19.0-beta.373
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/angular/index.js +3 -4
- package/dist/angular/index.js.map +3 -3
- package/dist/build.js +3 -4
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -4
- package/dist/index.js.map +3 -3
- package/dist/react/index.js +3 -4
- package/dist/react/index.js.map +3 -3
- package/dist/svelte/index.js +3 -4
- package/dist/svelte/index.js.map +3 -3
- package/dist/svelte/server.js +3 -4
- package/dist/svelte/server.js.map +3 -3
- package/dist/vue/index.js +3 -4
- package/dist/vue/index.js.map +3 -3
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -88,10 +88,9 @@ var init_escapeScriptContent = __esm(() => {
|
|
|
88
88
|
"\u2028": "\\u2028",
|
|
89
89
|
"\u2029": "\\u2029",
|
|
90
90
|
"&": "\\u0026",
|
|
91
|
-
"<": "\\u003C"
|
|
92
|
-
">": "\\u003E"
|
|
91
|
+
"<": "\\u003C"
|
|
93
92
|
};
|
|
94
|
-
ESCAPE_REGEX = /[
|
|
93
|
+
ESCAPE_REGEX = /[&<\u2028\u2029]/g;
|
|
95
94
|
});
|
|
96
95
|
|
|
97
96
|
// src/constants.ts
|
|
@@ -11808,5 +11807,5 @@ export {
|
|
|
11808
11807
|
DeferSlotComponent
|
|
11809
11808
|
};
|
|
11810
11809
|
|
|
11811
|
-
//# debugId=
|
|
11810
|
+
//# debugId=D269D2360D0FB85D64756E2164756E21
|
|
11812
11811
|
//# sourceMappingURL=index.js.map
|