@@ -203,178 +203,6 @@ import { style } from '@mincho-js/css';
203203} "
204204` ;
205205
206- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 1` ] = `
207- [
208- "extracted_dk6d8j.css.ts",
209- "import { globalStyle } from '@mincho-js/css';
210- export var _$mincho$$unknown = globalStyle('html, body', {
211- color : ' red'
212- } );
213- var _$mincho$$unknown2 = _$mincho$$unknown;",
214- ]
215- ` ;
216-
217- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 2` ] = `
218- "import { _$mincho$$unknown as _$mincho$$unknown2 } from "extracted_dk6d8j.css.ts";
219- import { globalStyle } from '@mincho-js/css';
220- _$mincho$$unknown2;"
221- ` ;
222-
223- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 3` ] = `
224- [
225- "extracted_3jiior.css.ts",
226- "import { style } from '@mincho-js/css';
227- const utility = {
228- gap : size => ({
229- gap: size
230- })
231- } ;
232- export var _$mincho$$red = style({
233- ... utility .gap (' 10px' )
234- } );
235- var _$mincho$$red2 = _$mincho$$red;",
236- ]
237- ` ;
238-
239- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 4` ] = `
240- "import { _$mincho$$red as _$mincho$$red2 } from "extracted_3jiior.css.ts";
241- import { style } from '@mincho-js/css';
242- const utility = {
243- gap : size => ({
244- gap: size
245- })
246- } ;
247- const red = _$mincho$$red2;
248- console.log(red);"
249- ` ;
250-
251- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 5` ] = `
252- [
253- "extracted_9iej5n.css.ts",
254- "import { style } from '@mincho-js/css';
255- const getStyles = color => ({
256- color
257- } );
258- export var _$mincho$$red = style({
259- ... getStyles (' red' )
260- } );
261- var _$mincho$$red2 = _$mincho$$red;",
262- ]
263- ` ;
264-
265- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 6` ] = `
266- "import { _$mincho$$red as _$mincho$$red2 } from "extracted_9iej5n.css.ts";
267- import { style } from '@mincho-js/css';
268- const getStyles = color => ({
269- color
270- } );
271- const red = _$mincho$$red2;
272- console.log(red);"
273- ` ;
274-
275- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 7` ] = `
276- [
277- "extracted_vn4szn.css.ts",
278- "import { style } from '@mincho-js/css';
279- function getColor() {
280- return ' red' ;
281- }
282- export var _$mincho$$red = style({
283- color : getColor ()
284- } );
285- var _$mincho$$red2 = _$mincho$$red;",
286- ]
287- ` ;
288-
289- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 8` ] = `
290- "import { _$mincho$$red as _$mincho$$red2 } from "extracted_vn4szn.css.ts";
291- import { style } from '@mincho-js/css';
292- function getColor() {
293- return ' red' ;
294- }
295- const red = _$mincho$$red2;
296- console.log(red);"
297- ` ;
298-
299- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 9` ] = `
300- [
301- "extracted_10et0ti.css.ts",
302- "import { style } from '@mincho-js/css';
303- function getStyles(color) {
304- return {
305- color
306- };
307- }
308- function getStyles(color) {
309- return {
310- color
311- };
312- }
313- export var _$mincho$$red = style({
314- ... getStyles (' red' )
315- } );
316- var _$mincho$$red2 = _$mincho$$red;",
317- ]
318- ` ;
319-
320- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 10` ] = `
321- "import { _$mincho$$red as _$mincho$$red2 } from "extracted_10et0ti.css.ts";
322- import { style } from '@mincho-js/css';
323- function getStyles(color) {
324- return {
325- color
326- };
327- }
328- const red = _$mincho$$red2;
329- console.log(red);"
330- ` ;
331-
332- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 11` ] = `
333- [
334- "extracted_x37u6f.css.ts",
335- "import { style } from '@mincho-js/css';
336- export var _$mincho$$red = style({
337- color : " red"
338- } );
339- var /* mincho-ignore */_$mincho$$red2 = _$mincho$$red;",
340- ]
341- ` ;
342-
343- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 12` ] = `
344- "import { _$mincho$$red as _$mincho$$red2 } from "extracted_x37u6f.css.ts";
345- import { style } from '@mincho-js/css';
346- const red = /* mincho-ignore */_$mincho$$red2;
347- console.log(red);"
348- ` ;
349-
350- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 13` ] = `
351- [
352- "extracted_hwdx71.css.ts",
353- "",
354- ]
355- ` ;
356-
357- exports [` minchoBabelPlugin > leading comments of \` styled\` get passed to recipe 14` ] = `
358- "import { styled } from '@macaron-css/solid';
359- import { macaron$ } from '@mincho-js/css';
360- const fn = () => {
361- const arr = [1 , 2 ];
362- for (const _ of arr ) {
363- const Button = /* macaron-ignore */ styled("button ", {
364- base : {
365- color : _
366- }
367- });
368- }
369- return Button ;
370- } ;
371- const test = macaron$(() => {
372- console .log (fn ());
373- return " test" ;
374- } );
375- console.log(test);"
376- ` ;
377-
378206exports [` minchoBabelPlugin > mincho-ignore on parent node 1` ] = `
379207[
380208 "extracted_dk6d8j.css.ts",
0 commit comments