|
|
|
|
@ -5,10 +5,13 @@ const __DECLARED_ASSET_0__ = "__VITE_ASSET__2AM7_y_a__ 1440w, __VITE_ASSET__2AM7
|
|
|
|
|
const __DECLARED_ASSET_1__ = "__VITE_ASSET__2AM7_y_c__ 1440w, __VITE_ASSET__2AM7_y_d__ 960w";
|
|
|
|
|
const __DECLARED_ASSET_2__ = "__VITE_ASSET__2AM7_y_e__ 1440w, __VITE_ASSET__2AM7_y_f__ 960w";
|
|
|
|
|
const __DECLARED_ASSET_3__ = "__VITE_ASSET__2AM7_y_g__";
|
|
|
|
|
var root = $.template(`<picture><source srcset="${__DECLARED_ASSET_0__}" type="image/avif"> <source srcset="${__DECLARED_ASSET_1__}" type="image/webp"> <source srcset="${__DECLARED_ASSET_2__}" type="image/png"> <img src="${__DECLARED_ASSET_3__}" alt="production test" width="1440" height="1440"></picture>`);
|
|
|
|
|
const a = 1;
|
|
|
|
|
const b = 2;
|
|
|
|
|
var root = $.template(`<picture><source srcset="${__DECLARED_ASSET_0__}" type="image/avif"> <source srcset="${__DECLARED_ASSET_1__}" type="image/webp"> <source srcset="${__DECLARED_ASSET_2__}" type="image/png"> <img src="${__DECLARED_ASSET_3__}" alt="production test" width="${1440}" height="${1440}"></picture> <p>${`${a ?? ""} + ${b ?? ""} = ${a + b ?? ""}`}</p>`, 1);
|
|
|
|
|
|
|
|
|
|
export default function Inline_module_vars($$anchor) {
|
|
|
|
|
var picture = root();
|
|
|
|
|
var fragment = root();
|
|
|
|
|
var p = $.sibling($.first_child(fragment), 2);
|
|
|
|
|
|
|
|
|
|
$.append($$anchor, picture);
|
|
|
|
|
$.append($$anchor, fragment);
|
|
|
|
|
}
|