Skip to content

Commit

Permalink
Updated snap
Browse files Browse the repository at this point in the history
  • Loading branch information
genki committed Sep 22, 2024
1 parent 4852171 commit a1a27ba
Showing 1 changed file with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: packages/qwik/src/optimizer/core/src/test.rs
assertion_line: 3787
assertion_line: 3566
expression: output
---
==INPUT==
Expand Down Expand Up @@ -30,26 +30,29 @@ expression: output
============================= test_component_luxexe0dqrg.ts (ENTRY POINT)==

import { Fragment as _Fragment } from "@builder.io/qwik/jsx-runtime";
import { _jsxSorted } from "@builder.io/qwik";
import { _jsxC } from "@builder.io/qwik";
import { _jsxQ } from "@builder.io/qwik";
import { qrl } from "@builder.io/qwik";
import { _auto_useFoo as useFoo } from "./test";
import { useSignal } from "@builder.io/qwik";
export const test_component_LUXeXe0DQrg = ()=>{
const count = useSignal(0);
const foo = useFoo(count);
return /*#__PURE__*/ _jsxSorted(_Fragment, null, null, [
/*#__PURE__*/ _jsxSorted("p", null, null, foo("test"), 1, null),
/*#__PURE__*/ _jsxSorted("p", null, null, foo`test`, 1, null),
/*#__PURE__*/ _jsxSorted("button", null, {
onClick$: /*#__PURE__*/ qrl(()=>import("./test_component_fragment_button_onclick_ef3qezgqwcy"), "test_component_Fragment_button_onClick_eF3QEzgQWcY", [
count
])
}, "Count up", 3, null)
], 1, "u6_0");
return /*#__PURE__*/ _jsxC(_Fragment, {
children: [
/*#__PURE__*/ _jsxQ("p", null, null, foo("test"), 1, null),
/*#__PURE__*/ _jsxQ("p", null, null, foo`test`, 1, null),
/*#__PURE__*/ _jsxQ("button", null, {
onClick$: /*#__PURE__*/ qrl(()=>import("./test_component_fragment_button_onclick_ef3qezgqwcy"), "test_component_Fragment_button_onClick_eF3QEzgQWcY", [
count
])
}, "Count up", 3, null)
]
}, 1, "u6_0");
};


Some("{\"version\":3,\"sources\":[\"/user/qwik/src/test.tsx\"],\"names\":[],\"mappings\":\";;;;;0CAU4B;IACzB,MAAM,QAAQ,UAAU;IACxB,MAAM,MAAM,OAAO;IACnB,qBACC;sBACC,WAAC,iBAAG,IAAI;sBACR,WAAC,iBAAG,GAAG,CAAC,IAAI,CAAC;sBACb,WAAC;YAAO,QAAQ;;;WAAuB;;AAG1C\"}")
Some("{\"version\":3,\"sources\":[\"/user/qwik/src/test.tsx\"],\"names\":[],\"mappings\":\";;;;;;0CAU4B;IACzB,MAAM,QAAQ,UAAU;IACxB,MAAM,MAAM,OAAO;IACnB,qBACC;;0BACC,MAAC,iBAAG,IAAI;0BACR,MAAC,iBAAG,GAAG,CAAC,IAAI,CAAC;0BACb,MAAC;gBAAO,QAAQ;;;eAAuB;;;AAG1C\"}")
/*
{
"origin": "test.tsx",
Expand Down

0 comments on commit a1a27ba

Please sign in to comment.