From 6b1f4b684f3d63f52ce6eadcc6b39ddde234902d Mon Sep 17 00:00:00 2001 From: MellowCo <799478052@qq.com> Date: Sat, 27 Jul 2024 08:00:45 +0800 Subject: [PATCH] chore: lint --- .eslintcache | 2 +- src/rules/variables.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintcache b/.eslintcache index c85a464..290f768 100644 --- a/.eslintcache +++ b/.eslintcache @@ -1 +1 @@ -[{"E:\\my\\unocss-preset-wxapp\\build.config.ts":"1","E:\\my\\unocss-preset-wxapp\\colors.d.ts":"2","E:\\my\\unocss-preset-wxapp\\eslint.config.js":"3","E:\\my\\unocss-preset-wxapp\\OLD_README.md":"4","E:\\my\\unocss-preset-wxapp\\README.md":"5","E:\\my\\unocss-preset-wxapp\\rules.d.ts":"6","E:\\my\\unocss-preset-wxapp\\theme.d.ts":"7","E:\\my\\unocss-preset-wxapp\\transformer.d.ts":"8","E:\\my\\unocss-preset-wxapp\\utils.d.ts":"9","E:\\my\\unocss-preset-wxapp\\variants.d.ts":"10","E:\\my\\unocss-preset-wxapp\\vitest.config.ts":"11","E:\\my\\unocss-preset-wxapp\\.vscode\\settings.json":"12","E:\\my\\unocss-preset-wxapp\\src\\colors.ts":"13","E:\\my\\unocss-preset-wxapp\\src\\index.ts":"14","E:\\my\\unocss-preset-wxapp\\src\\preflights.ts":"15","E:\\my\\unocss-preset-wxapp\\src\\rules.ts":"16","E:\\my\\unocss-preset-wxapp\\src\\shorthands.ts":"17","E:\\my\\unocss-preset-wxapp\\src\\theme.ts":"18","E:\\my\\unocss-preset-wxapp\\src\\transformer.ts":"19","E:\\my\\unocss-preset-wxapp\\src\\utils.ts":"20","E:\\my\\unocss-preset-wxapp\\src\\variants.ts":"21","E:\\my\\unocss-preset-wxapp\\test\\autocomplete.test.ts":"22","E:\\my\\unocss-preset-wxapp\\test\\color.test.ts":"23","E:\\my\\unocss-preset-wxapp\\test\\handler.test.ts":"24","E:\\my\\unocss-preset-wxapp\\test\\parser.test.ts":"25","E:\\my\\unocss-preset-wxapp\\test\\preflights.test.ts":"26","E:\\my\\unocss-preset-wxapp\\test\\preset-mini.test.ts":"27","E:\\my\\unocss-preset-wxapp\\test\\preset-weapp.test.ts":"28","E:\\my\\unocss-preset-wxapp\\test\\rpx.test.ts":"29","E:\\my\\unocss-preset-wxapp\\test\\setup.ts":"30","E:\\my\\unocss-preset-wxapp\\test\\transformer-attributify.test.ts":"31","E:\\my\\unocss-preset-wxapp\\test\\transformer-class.test.ts":"32","E:\\my\\unocss-preset-wxapp\\test\\wh-rpx.test.ts":"33","E:\\my\\unocss-preset-wxapp\\.github\\workflows\\ci.yml":"34","E:\\my\\unocss-preset-wxapp\\.github\\workflows\\release.yml":"35","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\index.ts":"36","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\taro.ts":"37","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\uniapp.ts":"38","E:\\my\\unocss-preset-wxapp\\src\\rules\\align.ts":"39","E:\\my\\unocss-preset-wxapp\\src\\rules\\animation.ts":"40","E:\\my\\unocss-preset-wxapp\\src\\rules\\background.ts":"41","E:\\my\\unocss-preset-wxapp\\src\\rules\\behaviors.ts":"42","E:\\my\\unocss-preset-wxapp\\src\\rules\\border.ts":"43","E:\\my\\unocss-preset-wxapp\\src\\rules\\color.ts":"44","E:\\my\\unocss-preset-wxapp\\src\\rules\\container.ts":"45","E:\\my\\unocss-preset-wxapp\\src\\rules\\decoration.ts":"46","E:\\my\\unocss-preset-wxapp\\src\\rules\\default.ts":"47","E:\\my\\unocss-preset-wxapp\\src\\rules\\divide.ts":"48","E:\\my\\unocss-preset-wxapp\\src\\rules\\filters.ts":"49","E:\\my\\unocss-preset-wxapp\\src\\rules\\flex.ts":"50","E:\\my\\unocss-preset-wxapp\\src\\rules\\gap.ts":"51","E:\\my\\unocss-preset-wxapp\\src\\rules\\grid.ts":"52","E:\\my\\unocss-preset-wxapp\\src\\rules\\index.ts":"53","E:\\my\\unocss-preset-wxapp\\src\\rules\\layout.ts":"54","E:\\my\\unocss-preset-wxapp\\src\\rules\\line-clamp.ts":"55","E:\\my\\unocss-preset-wxapp\\src\\rules\\position.ts":"56","E:\\my\\unocss-preset-wxapp\\src\\rules\\question-mark.ts":"57","E:\\my\\unocss-preset-wxapp\\src\\rules\\ring.ts":"58","E:\\my\\unocss-preset-wxapp\\src\\rules\\safe-area.ts":"59","E:\\my\\unocss-preset-wxapp\\src\\rules\\shadow.ts":"60","E:\\my\\unocss-preset-wxapp\\src\\rules\\size.ts":"61","E:\\my\\unocss-preset-wxapp\\src\\rules\\spacing.ts":"62","E:\\my\\unocss-preset-wxapp\\src\\rules\\static.ts":"63","E:\\my\\unocss-preset-wxapp\\src\\rules\\svg.ts":"64","E:\\my\\unocss-preset-wxapp\\src\\rules\\transform.ts":"65","E:\\my\\unocss-preset-wxapp\\src\\rules\\transition.ts":"66","E:\\my\\unocss-preset-wxapp\\src\\rules\\typography.ts":"67","E:\\my\\unocss-preset-wxapp\\src\\rules\\variables.ts":"68","E:\\my\\unocss-preset-wxapp\\src\\theme\\animation.ts":"69","E:\\my\\unocss-preset-wxapp\\src\\theme\\aria.ts":"70","E:\\my\\unocss-preset-wxapp\\src\\theme\\colors.ts":"71","E:\\my\\unocss-preset-wxapp\\src\\theme\\default.ts":"72","E:\\my\\unocss-preset-wxapp\\src\\theme\\filters.ts":"73","E:\\my\\unocss-preset-wxapp\\src\\theme\\font.ts":"74","E:\\my\\unocss-preset-wxapp\\src\\theme\\index.ts":"75","E:\\my\\unocss-preset-wxapp\\src\\theme\\misc.ts":"76","E:\\my\\unocss-preset-wxapp\\src\\theme\\preflight.ts":"77","E:\\my\\unocss-preset-wxapp\\src\\theme\\size.ts":"78","E:\\my\\unocss-preset-wxapp\\src\\theme\\types.ts":"79","E:\\my\\unocss-preset-wxapp\\src\\transformer\\index.ts":"80","E:\\my\\unocss-preset-wxapp\\src\\utils\\index.ts":"81","E:\\my\\unocss-preset-wxapp\\src\\utils\\mappings.ts":"82","E:\\my\\unocss-preset-wxapp\\src\\utils\\utilities.ts":"83","E:\\my\\unocss-preset-wxapp\\src\\utils\\variants.ts":"84","E:\\my\\unocss-preset-wxapp\\src\\variants\\aria.ts":"85","E:\\my\\unocss-preset-wxapp\\src\\variants\\breakpoints.ts":"86","E:\\my\\unocss-preset-wxapp\\src\\variants\\combinators.ts":"87","E:\\my\\unocss-preset-wxapp\\src\\variants\\container.ts":"88","E:\\my\\unocss-preset-wxapp\\src\\variants\\dark.ts":"89","E:\\my\\unocss-preset-wxapp\\src\\variants\\data.ts":"90","E:\\my\\unocss-preset-wxapp\\src\\variants\\default.ts":"91","E:\\my\\unocss-preset-wxapp\\src\\variants\\directions.ts":"92","E:\\my\\unocss-preset-wxapp\\src\\variants\\important.ts":"93","E:\\my\\unocss-preset-wxapp\\src\\variants\\index.ts":"94","E:\\my\\unocss-preset-wxapp\\src\\variants\\media.ts":"95","E:\\my\\unocss-preset-wxapp\\src\\variants\\misc.ts":"96","E:\\my\\unocss-preset-wxapp\\src\\variants\\negative.ts":"97","E:\\my\\unocss-preset-wxapp\\src\\variants\\pseudo.ts":"98","E:\\my\\unocss-preset-wxapp\\src\\variants\\supports.ts":"99","E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-mini-targets.ts":"100","E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-weapp-targets.ts":"101","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\autocomplete.ts":"102","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\index.ts":"103","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\README.md":"104","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\transformer.ts":"105","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\index.ts":"106","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\README.md":"107","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\handlers.ts":"108","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\index.ts":"109","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\regex.ts":"110","E:\\my\\unocss-preset-wxapp\\src\\variants\\children.ts":"111","E:\\my\\unocss-preset-wxapp\\test\\debug.test.ts":"112"},{"size":412,"mtime":1699060794967,"results":"113","hashOfConfig":"114"},{"size":30,"mtime":1656056867374,"results":"115","hashOfConfig":"116"},{"size":1157,"mtime":1715990692525,"results":"117","hashOfConfig":"118"},{"size":34760,"mtime":1719623232566,"results":"119","hashOfConfig":"120"},{"size":20187,"mtime":1719623246165,"results":"121","hashOfConfig":"120"},{"size":29,"mtime":1656981949779,"results":"122","hashOfConfig":"116"},{"size":29,"mtime":1656981947691,"results":"123","hashOfConfig":"116"},{"size":35,"mtime":1663937998033,"results":"124","hashOfConfig":"116"},{"size":29,"mtime":1656981945527,"results":"125","hashOfConfig":"116"},{"size":32,"mtime":1656981943174,"results":"126","hashOfConfig":"116"},{"size":182,"mtime":1657351485671,"results":"127","hashOfConfig":"114"},{"size":181,"mtime":1686963008080,"results":"128","hashOfConfig":"129"},{"size":31,"mtime":1656056867374,"results":"130","hashOfConfig":"114"},{"size":5573,"mtime":1702080479796,"results":"131","hashOfConfig":"114"},{"size":1088,"mtime":1706918864204,"results":"132","hashOfConfig":"114"},{"size":30,"mtime":1656056867374,"results":"133","hashOfConfig":"114"},{"size":197,"mtime":1692415399638,"results":"134","hashOfConfig":"114"},{"size":30,"mtime":1656056867389,"results":"135","hashOfConfig":"114"},{"size":36,"mtime":1663937998025,"results":"136","hashOfConfig":"114"},{"size":30,"mtime":1699059160701,"results":"137","hashOfConfig":"114"},{"size":33,"mtime":1721866701224,"results":"138","hashOfConfig":"114"},{"size":6286,"mtime":1714868884963,"results":"139","hashOfConfig":"140"},{"size":11204,"mtime":1719622857905,"results":"141","hashOfConfig":"140"},{"size":5001,"mtime":1714869738811,"results":"142","hashOfConfig":"140"},{"size":938,"mtime":1687169626864,"results":"143","hashOfConfig":"140"},{"size":1425,"mtime":1714869738811,"results":"144","hashOfConfig":"140"},{"size":13428,"mtime":1719622843937,"results":"145","hashOfConfig":"140"},{"size":2063,"mtime":1717200854549,"results":"146","hashOfConfig":"140"},{"size":2974,"mtime":1714869694953,"results":"147","hashOfConfig":"140"},{"size":450,"mtime":1677995932236,"results":"148","hashOfConfig":"114"},{"size":1116,"mtime":1714869738811,"results":"149","hashOfConfig":"140"},{"size":3019,"mtime":1714869738811,"results":"150","hashOfConfig":"140"},{"size":955,"mtime":1714869738811,"results":"151","hashOfConfig":"140"},{"size":1268,"mtime":1699061738980,"results":"152","hashOfConfig":"153"},{"size":356,"mtime":1699061748045,"results":"154","hashOfConfig":"153"},{"size":680,"mtime":1715991302326,"results":"155","hashOfConfig":"114"},{"size":2782,"mtime":1714869738811,"results":"156","hashOfConfig":"114"},{"size":533,"mtime":1721866708747,"results":"157","hashOfConfig":"114"},{"size":1191,"mtime":1716004566060,"results":"158","hashOfConfig":"114"},{"size":3840,"mtime":1716002940543,"results":"159","hashOfConfig":"114"},{"size":6354,"mtime":1719622305125,"results":"160","hashOfConfig":"114"},{"size":1957,"mtime":1706918864204,"results":"161","hashOfConfig":"114"},{"size":6638,"mtime":1719622325332,"results":"162","hashOfConfig":"114"},{"size":1788,"mtime":1716004249230,"results":"163","hashOfConfig":"114"},{"size":367,"mtime":1668218887756,"results":"164","hashOfConfig":"114"},{"size":2291,"mtime":1702080479796,"results":"165","hashOfConfig":"114"},{"size":2949,"mtime":1706918864204,"results":"166","hashOfConfig":"114"},{"size":1899,"mtime":1716002940543,"results":"167","hashOfConfig":"114"},{"size":6057,"mtime":1716002940543,"results":"168","hashOfConfig":"114"},{"size":1817,"mtime":1714869662770,"results":"169","hashOfConfig":"114"},{"size":881,"mtime":1706918864204,"results":"170","hashOfConfig":"114"},{"size":3227,"mtime":1711153045185,"results":"171","hashOfConfig":"114"},{"size":784,"mtime":1688028486615,"results":"172","hashOfConfig":"114"},{"size":577,"mtime":1660479647939,"results":"173","hashOfConfig":"114"},{"size":611,"mtime":1687671347063,"results":"174","hashOfConfig":"114"},{"size":7114,"mtime":1714869738811,"results":"175","hashOfConfig":"114"},{"size":562,"mtime":1714870789567,"results":"176","hashOfConfig":"114"},{"size":2631,"mtime":1711153045185,"results":"177","hashOfConfig":"114"},{"size":519,"mtime":1659445355764,"results":"178","hashOfConfig":"114"},{"size":1488,"mtime":1711153045185,"results":"179","hashOfConfig":"114"},{"size":3579,"mtime":1714869667386,"results":"180","hashOfConfig":"114"},{"size":2225,"mtime":1716002940543,"results":"181","hashOfConfig":"114"},{"size":11315,"mtime":1714869738811,"results":"182","hashOfConfig":"114"},{"size":2425,"mtime":1714870074580,"results":"183","hashOfConfig":"114"},{"size":5435,"mtime":1719620572172,"results":"184","hashOfConfig":"114"},{"size":2487,"mtime":1719620266096,"results":"185","hashOfConfig":"114"},{"size":7573,"mtime":1714869738811,"results":"186","hashOfConfig":"114"},{"size":1833,"mtime":1714868884946,"results":"187","hashOfConfig":"114"},{"size":20461,"mtime":1706918864204,"results":"188","hashOfConfig":"114"},{"size":287,"mtime":1668217272646,"results":"189","hashOfConfig":"114"},{"size":6872,"mtime":1683947782055,"results":"190","hashOfConfig":"114"},{"size":1274,"mtime":1699058809305,"results":"191","hashOfConfig":"114"},{"size":620,"mtime":1711153045193,"results":"192","hashOfConfig":"114"},{"size":2591,"mtime":1711153045193,"results":"193","hashOfConfig":"114"},{"size":251,"mtime":1661073957709,"results":"194","hashOfConfig":"114"},{"size":2219,"mtime":1714868884946,"results":"195","hashOfConfig":"114"},{"size":231,"mtime":1688031906429,"results":"196","hashOfConfig":"114"},{"size":731,"mtime":1668218994637,"results":"197","hashOfConfig":"114"},{"size":2975,"mtime":1702080479796,"results":"198","hashOfConfig":"114"},{"size":474,"mtime":1702081112059,"results":"199","hashOfConfig":"114"},{"size":113,"mtime":1719622926799,"results":"200","hashOfConfig":"114"},{"size":3101,"mtime":1716003777406,"results":"201","hashOfConfig":"114"},{"size":11190,"mtime":1719622823673,"results":"202","hashOfConfig":"114"},{"size":1672,"mtime":1719622126453,"results":"203","hashOfConfig":"114"},{"size":1355,"mtime":1719622239706,"results":"204","hashOfConfig":"114"},{"size":3367,"mtime":1717200623608,"results":"205","hashOfConfig":"114"},{"size":1244,"mtime":1719622135093,"results":"206","hashOfConfig":"114"},{"size":1427,"mtime":1719622245031,"results":"207","hashOfConfig":"114"},{"size":909,"mtime":1685151891030,"results":"208","hashOfConfig":"114"},{"size":1437,"mtime":1719622250808,"results":"209","hashOfConfig":"114"},{"size":1905,"mtime":1719620478141,"results":"210","hashOfConfig":"114"},{"size":307,"mtime":1657353234651,"results":"211","hashOfConfig":"114"},{"size":997,"mtime":1719620847110,"results":"212","hashOfConfig":"114"},{"size":418,"mtime":1715930907419,"results":"213","hashOfConfig":"114"},{"size":951,"mtime":1719622231115,"results":"214","hashOfConfig":"114"},{"size":5030,"mtime":1719622157343,"results":"215","hashOfConfig":"114"},{"size":2384,"mtime":1714870621189,"results":"216","hashOfConfig":"114"},{"size":10726,"mtime":1719622181183,"results":"217","hashOfConfig":"114"},{"size":863,"mtime":1719622261751,"results":"218","hashOfConfig":"114"},{"size":34070,"mtime":1719620861028,"results":"219","hashOfConfig":"114"},{"size":173,"mtime":1708738279367,"results":"220","hashOfConfig":"114"},{"size":4286,"mtime":1716003697403,"results":"221","hashOfConfig":"114"},{"size":423,"mtime":1687168753355,"results":"222","hashOfConfig":"114"},{"size":7278,"mtime":1714869738811,"results":"223","hashOfConfig":"120"},{"size":783,"mtime":1687168753355,"results":"224","hashOfConfig":"114"},{"size":2090,"mtime":1708738018644,"results":"225","hashOfConfig":"114"},{"size":1816,"mtime":1714869677409,"results":"226","hashOfConfig":"120"},{"size":7182,"mtime":1716004285055,"results":"227","hashOfConfig":"114"},{"size":216,"mtime":1697856619180,"results":"228","hashOfConfig":"114"},{"size":529,"mtime":1716003759400,"results":"229","hashOfConfig":"114"},{"size":206,"mtime":1715930871216,"results":"230","hashOfConfig":"114"},{"size":1036,"mtime":1719619912473,"results":"231","hashOfConfig":"140"},{"filePath":"232","messages":"233","suppressedMessages":"234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"2v4qdl",{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"wcys5n",{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"i7kb13",{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"5cmes3",{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"42dd2h",{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18lvxmm",{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1pq004f",{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"349","messages":"350","suppressedMessages":"351","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"352","messages":"353","suppressedMessages":"354","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"355","messages":"356","suppressedMessages":"357","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"358","messages":"359","suppressedMessages":"360","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"361","messages":"362","suppressedMessages":"363","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"364","messages":"365","suppressedMessages":"366","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"367","messages":"368","suppressedMessages":"369","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"370","messages":"371","suppressedMessages":"372","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"373","messages":"374","suppressedMessages":"375","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"376","messages":"377","suppressedMessages":"378","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"379","messages":"380","suppressedMessages":"381","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"382","messages":"383","suppressedMessages":"384","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"385","messages":"386","suppressedMessages":"387","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"388","messages":"389","suppressedMessages":"390","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"391","messages":"392","suppressedMessages":"393","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"394","messages":"395","suppressedMessages":"396","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"397","messages":"398","suppressedMessages":"399","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"400","messages":"401","suppressedMessages":"402","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"403","messages":"404","suppressedMessages":"405","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"406","messages":"407","suppressedMessages":"408","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"409","messages":"410","suppressedMessages":"411","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"412","messages":"413","suppressedMessages":"414","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"415","messages":"416","suppressedMessages":"417","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"418","messages":"419","suppressedMessages":"420","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"421","messages":"422","suppressedMessages":"423","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"424","messages":"425","suppressedMessages":"426","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"427","messages":"428","suppressedMessages":"429","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"430","messages":"431","suppressedMessages":"432","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"433","messages":"434","suppressedMessages":"435","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"436","messages":"437","suppressedMessages":"438","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"439","messages":"440","suppressedMessages":"441","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"442","messages":"443","suppressedMessages":"444","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"445","messages":"446","suppressedMessages":"447","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"448","messages":"449","suppressedMessages":"450","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"451","messages":"452","suppressedMessages":"453","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"454","messages":"455","suppressedMessages":"456","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"457","messages":"458","suppressedMessages":"459","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"460","messages":"461","suppressedMessages":"462","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"463","messages":"464","suppressedMessages":"465","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"466","messages":"467","suppressedMessages":"468","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"469","messages":"470","suppressedMessages":"471","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"472","messages":"473","suppressedMessages":"474","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"475","messages":"476","suppressedMessages":"477","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"478","messages":"479","suppressedMessages":"480","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"481","messages":"482","suppressedMessages":"483","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"484","messages":"485","suppressedMessages":"486","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"487","messages":"488","suppressedMessages":"489","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"490","messages":"491","suppressedMessages":"492","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"493","messages":"494","suppressedMessages":"495","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"496","messages":"497","suppressedMessages":"498","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"499","messages":"500","suppressedMessages":"501","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"502","messages":"503","suppressedMessages":"504","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"505","messages":"506","suppressedMessages":"507","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"508","messages":"509","suppressedMessages":"510","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"511","messages":"512","suppressedMessages":"513","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"514","messages":"515","suppressedMessages":"516","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"517","messages":"518","suppressedMessages":"519","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"520","messages":"521","suppressedMessages":"522","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"523","messages":"524","suppressedMessages":"525","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"526","messages":"527","suppressedMessages":"528","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"529","messages":"530","suppressedMessages":"531","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"532","messages":"533","suppressedMessages":"534","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"535","messages":"536","suppressedMessages":"537","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"538","messages":"539","suppressedMessages":"540","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"541","messages":"542","suppressedMessages":"543","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"544","messages":"545","suppressedMessages":"546","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"547","messages":"548","suppressedMessages":"549","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"550","messages":"551","suppressedMessages":"552","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"553","messages":"554","suppressedMessages":"555","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"556","messages":"557","suppressedMessages":"558","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"559","messages":"560","suppressedMessages":"561","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"562","messages":"563","suppressedMessages":"564","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"565","messages":"566","suppressedMessages":"567","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"E:\\my\\unocss-preset-wxapp\\build.config.ts",[],[],"E:\\my\\unocss-preset-wxapp\\colors.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\eslint.config.js",[],[],"E:\\my\\unocss-preset-wxapp\\OLD_README.md",[],[],"E:\\my\\unocss-preset-wxapp\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\rules.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\theme.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\transformer.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\utils.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\variants.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\vitest.config.ts",[],[],"E:\\my\\unocss-preset-wxapp\\.vscode\\settings.json",[],[],"E:\\my\\unocss-preset-wxapp\\src\\colors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\preflights.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\shorthands.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\autocomplete.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\color.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\handler.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\parser.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\preflights.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\preset-mini.test.ts",[],["568"],"E:\\my\\unocss-preset-wxapp\\test\\preset-weapp.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\rpx.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\setup.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\transformer-attributify.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\transformer-class.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\wh-rpx.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\.github\\workflows\\ci.yml",[],[],"E:\\my\\unocss-preset-wxapp\\.github\\workflows\\release.yml",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\taro.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\uniapp.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\align.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\animation.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\background.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\behaviors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\border.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\color.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\container.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\decoration.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\divide.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\filters.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\flex.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\gap.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\grid.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\layout.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\line-clamp.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\position.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\question-mark.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\ring.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\safe-area.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\shadow.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\size.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\spacing.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\static.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\svg.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\transform.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\transition.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\typography.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\variables.ts",["569"],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\animation.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\aria.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\colors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\filters.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\font.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\misc.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\preflight.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\size.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\types.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\mappings.ts",[],["570"],"E:\\my\\unocss-preset-wxapp\\src\\utils\\utilities.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\variants.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\aria.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\breakpoints.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\combinators.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\container.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\dark.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\data.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\directions.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\important.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\media.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\misc.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\negative.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\pseudo.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\supports.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-mini-targets.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-weapp-targets.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\autocomplete.ts",[],["571","572","573","574","575"],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\transformer.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\handlers.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\regex.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\children.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\debug.test.ts",[],[],{"ruleId":"576","severity":2,"message":"577","line":253,"column":7,"nodeType":"578","messageId":"579","endLine":253,"endColumn":22,"suppressions":"580"},{"ruleId":"581","severity":2,"message":"582","line":80,"column":10,"nodeType":null,"messageId":"583","endLine":80,"endColumn":13},{"ruleId":"584","severity":2,"message":"585","line":109,"column":48,"nodeType":"578","messageId":"586","endLine":109,"endColumn":55,"suppressions":"587"},{"ruleId":"588","severity":2,"message":"589","line":5,"column":25,"nodeType":"578","messageId":"590","endLine":5,"endColumn":34,"fix":"591","suppressions":"592"},{"ruleId":"588","severity":2,"message":"593","line":5,"column":45,"nodeType":"578","messageId":"590","endLine":5,"endColumn":56,"suppressions":"594"},{"ruleId":"588","severity":2,"message":"595","line":7,"column":37,"nodeType":"578","messageId":"590","endLine":7,"endColumn":86,"suppressions":"596"},{"ruleId":"588","severity":2,"message":"597","line":7,"column":69,"nodeType":"578","messageId":"590","endLine":7,"endColumn":84,"suppressions":"598"},{"ruleId":"599","severity":2,"message":"600","line":7,"column":78,"nodeType":"578","messageId":"601","endLine":7,"endColumn":84,"suppressions":"602"},"no-template-curly-in-string","Unexpected template string expression.","Literal","unexpectedTemplateExpression",["603"],"unused-imports/no-unused-vars","'err' is defined but never used.","unusedVar","regexp/optimal-quantifier-concatenation","'(\\w)' and '\\w+' can be combined into one quantifier '\\w{2,}'. This cannot be fixed automatically because it might change or remove a capturing group.","combine",["604"],"regexp/no-super-linear-backtracking","The quantifier '.*' can exchange characters with '[^:]+'. Using any string accepted by /\\[+/, this can be exploited to cause at least polynomial backtracking.","trade",{"range":"605","text":"606"},["607"],"The quantifier '.+' can exchange characters with '.*'. Using any string accepted by /:+/, this can be exploited to cause at least polynomial backtracking.",["608"],"The quantifier '(?:'[^>']*'|\"[^>\"]*\"|`[^>`]*`|\\{[^>}]*\\}|[^>]*?)*' can exchange characters with '[^>}]*'. Using any string accepted by /\\{+/, this can be exploited to cause at least polynomial backtracking. This is going to cause exponential backtracking resulting in exponential worst-case runtime behavior.",["609"],"The quantifier '[^>]*?' can exchange characters with '[^>}]*'. Using any string accepted by /\\{+/, this can be exploited to cause at least polynomial backtracking. This is going to cause exponential backtracking resulting in exponential worst-case runtime behavior.",["610"],"regexp/no-dupe-disjunctions","Unexpected superset. This alternative is a superset of ''[^>']*'|\"[^>\"]*\"|`[^>`]*`|\\{[^>}]*\\}'. It might be possible to remove the other alternative(s). This ambiguity is likely to cause exponential backtracking.","superset",["611"],{"kind":"612","justification":"613"},{"kind":"612","justification":"613"},[210,247],"^(?![^\\n\\r[\\u2028\\u2029]*\\[(?:[^\\n\\r:\\u2028\\u2029]*:[^\\n\\r[\\u2028\\u2029]*\\[)*(?:[\\n\\r\\u2028\\u2029][^:]*|[^\\n\\r:\\u2028\\u2029]+(?:[\\n\\r\\u2028\\u2029][^:]*)?):.+\\]$)((?:.+:)?!?)(.*)$",{"kind":"612","justification":"613"},{"kind":"612","justification":"613"},{"kind":"612","justification":"613"},{"kind":"612","justification":"613"},{"kind":"612","justification":"613"},"directive",""] \ No newline at end of file +[{"E:\\my\\unocss-preset-wxapp\\build.config.ts":"1","E:\\my\\unocss-preset-wxapp\\colors.d.ts":"2","E:\\my\\unocss-preset-wxapp\\eslint.config.js":"3","E:\\my\\unocss-preset-wxapp\\OLD_README.md":"4","E:\\my\\unocss-preset-wxapp\\README.md":"5","E:\\my\\unocss-preset-wxapp\\rules.d.ts":"6","E:\\my\\unocss-preset-wxapp\\theme.d.ts":"7","E:\\my\\unocss-preset-wxapp\\transformer.d.ts":"8","E:\\my\\unocss-preset-wxapp\\utils.d.ts":"9","E:\\my\\unocss-preset-wxapp\\variants.d.ts":"10","E:\\my\\unocss-preset-wxapp\\vitest.config.ts":"11","E:\\my\\unocss-preset-wxapp\\.vscode\\settings.json":"12","E:\\my\\unocss-preset-wxapp\\src\\colors.ts":"13","E:\\my\\unocss-preset-wxapp\\src\\index.ts":"14","E:\\my\\unocss-preset-wxapp\\src\\preflights.ts":"15","E:\\my\\unocss-preset-wxapp\\src\\rules.ts":"16","E:\\my\\unocss-preset-wxapp\\src\\shorthands.ts":"17","E:\\my\\unocss-preset-wxapp\\src\\theme.ts":"18","E:\\my\\unocss-preset-wxapp\\src\\transformer.ts":"19","E:\\my\\unocss-preset-wxapp\\src\\utils.ts":"20","E:\\my\\unocss-preset-wxapp\\src\\variants.ts":"21","E:\\my\\unocss-preset-wxapp\\test\\autocomplete.test.ts":"22","E:\\my\\unocss-preset-wxapp\\test\\color.test.ts":"23","E:\\my\\unocss-preset-wxapp\\test\\handler.test.ts":"24","E:\\my\\unocss-preset-wxapp\\test\\parser.test.ts":"25","E:\\my\\unocss-preset-wxapp\\test\\preflights.test.ts":"26","E:\\my\\unocss-preset-wxapp\\test\\preset-mini.test.ts":"27","E:\\my\\unocss-preset-wxapp\\test\\preset-weapp.test.ts":"28","E:\\my\\unocss-preset-wxapp\\test\\rpx.test.ts":"29","E:\\my\\unocss-preset-wxapp\\test\\setup.ts":"30","E:\\my\\unocss-preset-wxapp\\test\\transformer-attributify.test.ts":"31","E:\\my\\unocss-preset-wxapp\\test\\transformer-class.test.ts":"32","E:\\my\\unocss-preset-wxapp\\test\\wh-rpx.test.ts":"33","E:\\my\\unocss-preset-wxapp\\.github\\workflows\\ci.yml":"34","E:\\my\\unocss-preset-wxapp\\.github\\workflows\\release.yml":"35","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\index.ts":"36","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\taro.ts":"37","E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\uniapp.ts":"38","E:\\my\\unocss-preset-wxapp\\src\\rules\\align.ts":"39","E:\\my\\unocss-preset-wxapp\\src\\rules\\animation.ts":"40","E:\\my\\unocss-preset-wxapp\\src\\rules\\background.ts":"41","E:\\my\\unocss-preset-wxapp\\src\\rules\\behaviors.ts":"42","E:\\my\\unocss-preset-wxapp\\src\\rules\\border.ts":"43","E:\\my\\unocss-preset-wxapp\\src\\rules\\color.ts":"44","E:\\my\\unocss-preset-wxapp\\src\\rules\\container.ts":"45","E:\\my\\unocss-preset-wxapp\\src\\rules\\decoration.ts":"46","E:\\my\\unocss-preset-wxapp\\src\\rules\\default.ts":"47","E:\\my\\unocss-preset-wxapp\\src\\rules\\divide.ts":"48","E:\\my\\unocss-preset-wxapp\\src\\rules\\filters.ts":"49","E:\\my\\unocss-preset-wxapp\\src\\rules\\flex.ts":"50","E:\\my\\unocss-preset-wxapp\\src\\rules\\gap.ts":"51","E:\\my\\unocss-preset-wxapp\\src\\rules\\grid.ts":"52","E:\\my\\unocss-preset-wxapp\\src\\rules\\index.ts":"53","E:\\my\\unocss-preset-wxapp\\src\\rules\\layout.ts":"54","E:\\my\\unocss-preset-wxapp\\src\\rules\\line-clamp.ts":"55","E:\\my\\unocss-preset-wxapp\\src\\rules\\position.ts":"56","E:\\my\\unocss-preset-wxapp\\src\\rules\\question-mark.ts":"57","E:\\my\\unocss-preset-wxapp\\src\\rules\\ring.ts":"58","E:\\my\\unocss-preset-wxapp\\src\\rules\\safe-area.ts":"59","E:\\my\\unocss-preset-wxapp\\src\\rules\\shadow.ts":"60","E:\\my\\unocss-preset-wxapp\\src\\rules\\size.ts":"61","E:\\my\\unocss-preset-wxapp\\src\\rules\\spacing.ts":"62","E:\\my\\unocss-preset-wxapp\\src\\rules\\static.ts":"63","E:\\my\\unocss-preset-wxapp\\src\\rules\\svg.ts":"64","E:\\my\\unocss-preset-wxapp\\src\\rules\\transform.ts":"65","E:\\my\\unocss-preset-wxapp\\src\\rules\\transition.ts":"66","E:\\my\\unocss-preset-wxapp\\src\\rules\\typography.ts":"67","E:\\my\\unocss-preset-wxapp\\src\\rules\\variables.ts":"68","E:\\my\\unocss-preset-wxapp\\src\\theme\\animation.ts":"69","E:\\my\\unocss-preset-wxapp\\src\\theme\\aria.ts":"70","E:\\my\\unocss-preset-wxapp\\src\\theme\\colors.ts":"71","E:\\my\\unocss-preset-wxapp\\src\\theme\\default.ts":"72","E:\\my\\unocss-preset-wxapp\\src\\theme\\filters.ts":"73","E:\\my\\unocss-preset-wxapp\\src\\theme\\font.ts":"74","E:\\my\\unocss-preset-wxapp\\src\\theme\\index.ts":"75","E:\\my\\unocss-preset-wxapp\\src\\theme\\misc.ts":"76","E:\\my\\unocss-preset-wxapp\\src\\theme\\preflight.ts":"77","E:\\my\\unocss-preset-wxapp\\src\\theme\\size.ts":"78","E:\\my\\unocss-preset-wxapp\\src\\theme\\types.ts":"79","E:\\my\\unocss-preset-wxapp\\src\\transformer\\index.ts":"80","E:\\my\\unocss-preset-wxapp\\src\\utils\\index.ts":"81","E:\\my\\unocss-preset-wxapp\\src\\utils\\mappings.ts":"82","E:\\my\\unocss-preset-wxapp\\src\\utils\\utilities.ts":"83","E:\\my\\unocss-preset-wxapp\\src\\utils\\variants.ts":"84","E:\\my\\unocss-preset-wxapp\\src\\variants\\aria.ts":"85","E:\\my\\unocss-preset-wxapp\\src\\variants\\breakpoints.ts":"86","E:\\my\\unocss-preset-wxapp\\src\\variants\\combinators.ts":"87","E:\\my\\unocss-preset-wxapp\\src\\variants\\container.ts":"88","E:\\my\\unocss-preset-wxapp\\src\\variants\\dark.ts":"89","E:\\my\\unocss-preset-wxapp\\src\\variants\\data.ts":"90","E:\\my\\unocss-preset-wxapp\\src\\variants\\default.ts":"91","E:\\my\\unocss-preset-wxapp\\src\\variants\\directions.ts":"92","E:\\my\\unocss-preset-wxapp\\src\\variants\\important.ts":"93","E:\\my\\unocss-preset-wxapp\\src\\variants\\index.ts":"94","E:\\my\\unocss-preset-wxapp\\src\\variants\\media.ts":"95","E:\\my\\unocss-preset-wxapp\\src\\variants\\misc.ts":"96","E:\\my\\unocss-preset-wxapp\\src\\variants\\negative.ts":"97","E:\\my\\unocss-preset-wxapp\\src\\variants\\pseudo.ts":"98","E:\\my\\unocss-preset-wxapp\\src\\variants\\supports.ts":"99","E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-mini-targets.ts":"100","E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-weapp-targets.ts":"101","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\autocomplete.ts":"102","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\index.ts":"103","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\README.md":"104","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\transformer.ts":"105","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\index.ts":"106","E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\README.md":"107","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\handlers.ts":"108","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\index.ts":"109","E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\regex.ts":"110","E:\\my\\unocss-preset-wxapp\\src\\variants\\children.ts":"111","E:\\my\\unocss-preset-wxapp\\test\\debug.test.ts":"112"},{"size":412,"mtime":1699060794967,"results":"113","hashOfConfig":"114"},{"size":30,"mtime":1656056867374,"results":"115","hashOfConfig":"116"},{"size":1157,"mtime":1715990692525,"results":"117","hashOfConfig":"118"},{"size":34760,"mtime":1719623232566,"results":"119","hashOfConfig":"120"},{"size":20187,"mtime":1719623246165,"results":"121","hashOfConfig":"120"},{"size":29,"mtime":1656981949779,"results":"122","hashOfConfig":"116"},{"size":29,"mtime":1656981947691,"results":"123","hashOfConfig":"116"},{"size":35,"mtime":1663937998033,"results":"124","hashOfConfig":"116"},{"size":29,"mtime":1656981945527,"results":"125","hashOfConfig":"116"},{"size":32,"mtime":1656981943174,"results":"126","hashOfConfig":"116"},{"size":182,"mtime":1657351485671,"results":"127","hashOfConfig":"114"},{"size":181,"mtime":1686963008080,"results":"128","hashOfConfig":"129"},{"size":31,"mtime":1656056867374,"results":"130","hashOfConfig":"114"},{"size":5573,"mtime":1702080479796,"results":"131","hashOfConfig":"114"},{"size":1088,"mtime":1706918864204,"results":"132","hashOfConfig":"114"},{"size":30,"mtime":1656056867374,"results":"133","hashOfConfig":"114"},{"size":197,"mtime":1692415399638,"results":"134","hashOfConfig":"114"},{"size":30,"mtime":1656056867389,"results":"135","hashOfConfig":"114"},{"size":36,"mtime":1663937998025,"results":"136","hashOfConfig":"114"},{"size":30,"mtime":1699059160701,"results":"137","hashOfConfig":"114"},{"size":33,"mtime":1721866701224,"results":"138","hashOfConfig":"114"},{"size":6286,"mtime":1714868884963,"results":"139","hashOfConfig":"140"},{"size":11204,"mtime":1719622857905,"results":"141","hashOfConfig":"140"},{"size":5001,"mtime":1714869738811,"results":"142","hashOfConfig":"140"},{"size":938,"mtime":1687169626864,"results":"143","hashOfConfig":"140"},{"size":1425,"mtime":1714869738811,"results":"144","hashOfConfig":"140"},{"size":13428,"mtime":1719622843937,"results":"145","hashOfConfig":"140"},{"size":2063,"mtime":1717200854549,"results":"146","hashOfConfig":"140"},{"size":2974,"mtime":1714869694953,"results":"147","hashOfConfig":"140"},{"size":450,"mtime":1677995932236,"results":"148","hashOfConfig":"114"},{"size":1116,"mtime":1714869738811,"results":"149","hashOfConfig":"140"},{"size":3019,"mtime":1714869738811,"results":"150","hashOfConfig":"140"},{"size":955,"mtime":1714869738811,"results":"151","hashOfConfig":"140"},{"size":1268,"mtime":1699061738980,"results":"152","hashOfConfig":"153"},{"size":356,"mtime":1699061748045,"results":"154","hashOfConfig":"153"},{"size":680,"mtime":1715991302326,"results":"155","hashOfConfig":"114"},{"size":2782,"mtime":1714869738811,"results":"156","hashOfConfig":"114"},{"size":533,"mtime":1721866708747,"results":"157","hashOfConfig":"114"},{"size":1191,"mtime":1716004566060,"results":"158","hashOfConfig":"114"},{"size":3840,"mtime":1716002940543,"results":"159","hashOfConfig":"114"},{"size":6354,"mtime":1719622305125,"results":"160","hashOfConfig":"114"},{"size":1957,"mtime":1706918864204,"results":"161","hashOfConfig":"114"},{"size":6638,"mtime":1719622325332,"results":"162","hashOfConfig":"114"},{"size":1788,"mtime":1716004249230,"results":"163","hashOfConfig":"114"},{"size":367,"mtime":1668218887756,"results":"164","hashOfConfig":"114"},{"size":2291,"mtime":1702080479796,"results":"165","hashOfConfig":"114"},{"size":2949,"mtime":1706918864204,"results":"166","hashOfConfig":"114"},{"size":1899,"mtime":1716002940543,"results":"167","hashOfConfig":"114"},{"size":6057,"mtime":1716002940543,"results":"168","hashOfConfig":"114"},{"size":1817,"mtime":1714869662770,"results":"169","hashOfConfig":"114"},{"size":881,"mtime":1706918864204,"results":"170","hashOfConfig":"114"},{"size":3227,"mtime":1711153045185,"results":"171","hashOfConfig":"114"},{"size":784,"mtime":1688028486615,"results":"172","hashOfConfig":"114"},{"size":577,"mtime":1660479647939,"results":"173","hashOfConfig":"114"},{"size":611,"mtime":1687671347063,"results":"174","hashOfConfig":"114"},{"size":7114,"mtime":1714869738811,"results":"175","hashOfConfig":"114"},{"size":562,"mtime":1714870789567,"results":"176","hashOfConfig":"114"},{"size":2631,"mtime":1711153045185,"results":"177","hashOfConfig":"114"},{"size":519,"mtime":1659445355764,"results":"178","hashOfConfig":"114"},{"size":1488,"mtime":1711153045185,"results":"179","hashOfConfig":"114"},{"size":3579,"mtime":1714869667386,"results":"180","hashOfConfig":"114"},{"size":2225,"mtime":1716002940543,"results":"181","hashOfConfig":"114"},{"size":11315,"mtime":1714869738811,"results":"182","hashOfConfig":"114"},{"size":2425,"mtime":1714870074580,"results":"183","hashOfConfig":"114"},{"size":5435,"mtime":1719620572172,"results":"184","hashOfConfig":"114"},{"size":2487,"mtime":1719620266096,"results":"185","hashOfConfig":"114"},{"size":7573,"mtime":1714869738811,"results":"186","hashOfConfig":"114"},{"size":1827,"mtime":1722038430329,"results":"187","hashOfConfig":"114"},{"size":20461,"mtime":1706918864204,"results":"188","hashOfConfig":"114"},{"size":287,"mtime":1668217272646,"results":"189","hashOfConfig":"114"},{"size":6872,"mtime":1683947782055,"results":"190","hashOfConfig":"114"},{"size":1274,"mtime":1699058809305,"results":"191","hashOfConfig":"114"},{"size":620,"mtime":1711153045193,"results":"192","hashOfConfig":"114"},{"size":2591,"mtime":1711153045193,"results":"193","hashOfConfig":"114"},{"size":251,"mtime":1661073957709,"results":"194","hashOfConfig":"114"},{"size":2219,"mtime":1714868884946,"results":"195","hashOfConfig":"114"},{"size":231,"mtime":1688031906429,"results":"196","hashOfConfig":"114"},{"size":731,"mtime":1668218994637,"results":"197","hashOfConfig":"114"},{"size":2975,"mtime":1702080479796,"results":"198","hashOfConfig":"114"},{"size":474,"mtime":1702081112059,"results":"199","hashOfConfig":"114"},{"size":113,"mtime":1719622926799,"results":"200","hashOfConfig":"114"},{"size":3101,"mtime":1716003777406,"results":"201","hashOfConfig":"114"},{"size":11190,"mtime":1719622823673,"results":"202","hashOfConfig":"114"},{"size":1672,"mtime":1719622126453,"results":"203","hashOfConfig":"114"},{"size":1355,"mtime":1719622239706,"results":"204","hashOfConfig":"114"},{"size":3367,"mtime":1717200623608,"results":"205","hashOfConfig":"114"},{"size":1244,"mtime":1719622135093,"results":"206","hashOfConfig":"114"},{"size":1427,"mtime":1719622245031,"results":"207","hashOfConfig":"114"},{"size":909,"mtime":1685151891030,"results":"208","hashOfConfig":"114"},{"size":1437,"mtime":1719622250808,"results":"209","hashOfConfig":"114"},{"size":1905,"mtime":1719620478141,"results":"210","hashOfConfig":"114"},{"size":307,"mtime":1657353234651,"results":"211","hashOfConfig":"114"},{"size":997,"mtime":1719620847110,"results":"212","hashOfConfig":"114"},{"size":418,"mtime":1715930907419,"results":"213","hashOfConfig":"114"},{"size":951,"mtime":1719622231115,"results":"214","hashOfConfig":"114"},{"size":5030,"mtime":1719622157343,"results":"215","hashOfConfig":"114"},{"size":2384,"mtime":1714870621189,"results":"216","hashOfConfig":"114"},{"size":10726,"mtime":1719622181183,"results":"217","hashOfConfig":"114"},{"size":863,"mtime":1719622261751,"results":"218","hashOfConfig":"114"},{"size":34070,"mtime":1719620861028,"results":"219","hashOfConfig":"114"},{"size":173,"mtime":1708738279367,"results":"220","hashOfConfig":"114"},{"size":4286,"mtime":1716003697403,"results":"221","hashOfConfig":"114"},{"size":423,"mtime":1687168753355,"results":"222","hashOfConfig":"114"},{"size":7278,"mtime":1714869738811,"results":"223","hashOfConfig":"120"},{"size":783,"mtime":1687168753355,"results":"224","hashOfConfig":"114"},{"size":2090,"mtime":1708738018644,"results":"225","hashOfConfig":"114"},{"size":1816,"mtime":1714869677409,"results":"226","hashOfConfig":"120"},{"size":7182,"mtime":1716004285055,"results":"227","hashOfConfig":"114"},{"size":216,"mtime":1697856619180,"results":"228","hashOfConfig":"114"},{"size":529,"mtime":1716003759400,"results":"229","hashOfConfig":"114"},{"size":206,"mtime":1715930871216,"results":"230","hashOfConfig":"114"},{"size":1036,"mtime":1719619912473,"results":"231","hashOfConfig":"140"},{"filePath":"232","messages":"233","suppressedMessages":"234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"2v4qdl",{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"wcys5n",{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"i7kb13",{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"5cmes3",{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"42dd2h",{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18lvxmm",{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1pq004f",{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"349","messages":"350","suppressedMessages":"351","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"352","messages":"353","suppressedMessages":"354","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"355","messages":"356","suppressedMessages":"357","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"358","messages":"359","suppressedMessages":"360","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"361","messages":"362","suppressedMessages":"363","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"364","messages":"365","suppressedMessages":"366","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"367","messages":"368","suppressedMessages":"369","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"370","messages":"371","suppressedMessages":"372","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"373","messages":"374","suppressedMessages":"375","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"376","messages":"377","suppressedMessages":"378","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"379","messages":"380","suppressedMessages":"381","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"382","messages":"383","suppressedMessages":"384","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"385","messages":"386","suppressedMessages":"387","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"388","messages":"389","suppressedMessages":"390","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"391","messages":"392","suppressedMessages":"393","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"394","messages":"395","suppressedMessages":"396","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"397","messages":"398","suppressedMessages":"399","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"400","messages":"401","suppressedMessages":"402","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"403","messages":"404","suppressedMessages":"405","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"406","messages":"407","suppressedMessages":"408","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"409","messages":"410","suppressedMessages":"411","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"412","messages":"413","suppressedMessages":"414","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"415","messages":"416","suppressedMessages":"417","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"418","messages":"419","suppressedMessages":"420","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"421","messages":"422","suppressedMessages":"423","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"424","messages":"425","suppressedMessages":"426","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"427","messages":"428","suppressedMessages":"429","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"430","messages":"431","suppressedMessages":"432","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"433","messages":"434","suppressedMessages":"435","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"436","messages":"437","suppressedMessages":"438","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"439","messages":"440","suppressedMessages":"441","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"442","messages":"443","suppressedMessages":"444","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"445","messages":"446","suppressedMessages":"447","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"448","messages":"449","suppressedMessages":"450","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"451","messages":"452","suppressedMessages":"453","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"454","messages":"455","suppressedMessages":"456","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"457","messages":"458","suppressedMessages":"459","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"460","messages":"461","suppressedMessages":"462","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"463","messages":"464","suppressedMessages":"465","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"466","messages":"467","suppressedMessages":"468","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"469","messages":"470","suppressedMessages":"471","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"472","messages":"473","suppressedMessages":"474","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"475","messages":"476","suppressedMessages":"477","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"478","messages":"479","suppressedMessages":"480","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"481","messages":"482","suppressedMessages":"483","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"484","messages":"485","suppressedMessages":"486","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"487","messages":"488","suppressedMessages":"489","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"490","messages":"491","suppressedMessages":"492","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"493","messages":"494","suppressedMessages":"495","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"496","messages":"497","suppressedMessages":"498","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"499","messages":"500","suppressedMessages":"501","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"502","messages":"503","suppressedMessages":"504","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"505","messages":"506","suppressedMessages":"507","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"508","messages":"509","suppressedMessages":"510","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"511","messages":"512","suppressedMessages":"513","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"514","messages":"515","suppressedMessages":"516","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"517","messages":"518","suppressedMessages":"519","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"520","messages":"521","suppressedMessages":"522","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"523","messages":"524","suppressedMessages":"525","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"526","messages":"527","suppressedMessages":"528","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"529","messages":"530","suppressedMessages":"531","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"532","messages":"533","suppressedMessages":"534","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"535","messages":"536","suppressedMessages":"537","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"538","messages":"539","suppressedMessages":"540","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"541","messages":"542","suppressedMessages":"543","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"544","messages":"545","suppressedMessages":"546","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"547","messages":"548","suppressedMessages":"549","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"550","messages":"551","suppressedMessages":"552","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"553","messages":"554","suppressedMessages":"555","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"556","messages":"557","suppressedMessages":"558","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"559","messages":"560","suppressedMessages":"561","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"562","messages":"563","suppressedMessages":"564","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"565","messages":"566","suppressedMessages":"567","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"E:\\my\\unocss-preset-wxapp\\build.config.ts",[],[],"E:\\my\\unocss-preset-wxapp\\colors.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\eslint.config.js",[],[],"E:\\my\\unocss-preset-wxapp\\OLD_README.md",[],[],"E:\\my\\unocss-preset-wxapp\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\rules.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\theme.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\transformer.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\utils.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\variants.d.ts",[],[],"E:\\my\\unocss-preset-wxapp\\vitest.config.ts",[],[],"E:\\my\\unocss-preset-wxapp\\.vscode\\settings.json",[],[],"E:\\my\\unocss-preset-wxapp\\src\\colors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\preflights.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\shorthands.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\autocomplete.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\color.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\handler.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\parser.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\preflights.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\preset-mini.test.ts",[],["568"],"E:\\my\\unocss-preset-wxapp\\test\\preset-weapp.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\rpx.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\setup.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\transformer-attributify.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\transformer-class.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\wh-rpx.test.ts",[],[],"E:\\my\\unocss-preset-wxapp\\.github\\workflows\\ci.yml",[],[],"E:\\my\\unocss-preset-wxapp\\.github\\workflows\\release.yml",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\taro.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rpxTranform\\uniapp.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\align.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\animation.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\background.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\behaviors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\border.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\color.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\container.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\decoration.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\divide.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\filters.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\flex.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\gap.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\grid.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\layout.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\line-clamp.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\position.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\question-mark.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\ring.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\safe-area.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\shadow.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\size.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\spacing.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\static.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\svg.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\transform.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\transition.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\typography.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\rules\\variables.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\animation.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\aria.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\colors.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\filters.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\font.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\misc.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\preflight.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\size.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\theme\\types.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\mappings.ts",[],["569"],"E:\\my\\unocss-preset-wxapp\\src\\utils\\utilities.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\variants.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\aria.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\breakpoints.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\combinators.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\container.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\dark.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\data.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\default.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\directions.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\important.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\media.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\misc.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\negative.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\pseudo.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\supports.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-mini-targets.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\assets\\preset-weapp-targets.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\autocomplete.ts",[],["570","571","572","573","574"],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerAttributify\\transformer.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\transformer\\transformerClass\\README.md",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\handlers.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\index.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\utils\\handlers\\regex.ts",[],[],"E:\\my\\unocss-preset-wxapp\\src\\variants\\children.ts",[],[],"E:\\my\\unocss-preset-wxapp\\test\\debug.test.ts",[],[],{"ruleId":"575","severity":2,"message":"576","line":253,"column":7,"nodeType":"577","messageId":"578","endLine":253,"endColumn":22,"suppressions":"579"},{"ruleId":"580","severity":2,"message":"581","line":109,"column":48,"nodeType":"577","messageId":"582","endLine":109,"endColumn":55,"suppressions":"583"},{"ruleId":"584","severity":2,"message":"585","line":5,"column":25,"nodeType":"577","messageId":"586","endLine":5,"endColumn":34,"fix":"587","suppressions":"588"},{"ruleId":"584","severity":2,"message":"589","line":5,"column":45,"nodeType":"577","messageId":"586","endLine":5,"endColumn":56,"suppressions":"590"},{"ruleId":"584","severity":2,"message":"591","line":7,"column":37,"nodeType":"577","messageId":"586","endLine":7,"endColumn":86,"suppressions":"592"},{"ruleId":"584","severity":2,"message":"593","line":7,"column":69,"nodeType":"577","messageId":"586","endLine":7,"endColumn":84,"suppressions":"594"},{"ruleId":"595","severity":2,"message":"596","line":7,"column":78,"nodeType":"577","messageId":"597","endLine":7,"endColumn":84,"suppressions":"598"},"no-template-curly-in-string","Unexpected template string expression.","Literal","unexpectedTemplateExpression",["599"],"regexp/optimal-quantifier-concatenation","'(\\w)' and '\\w+' can be combined into one quantifier '\\w{2,}'. This cannot be fixed automatically because it might change or remove a capturing group.","combine",["600"],"regexp/no-super-linear-backtracking","The quantifier '.*' can exchange characters with '[^:]+'. Using any string accepted by /\\[+/, this can be exploited to cause at least polynomial backtracking.","trade",{"range":"601","text":"602"},["603"],"The quantifier '.+' can exchange characters with '.*'. Using any string accepted by /:+/, this can be exploited to cause at least polynomial backtracking.",["604"],"The quantifier '(?:'[^>']*'|\"[^>\"]*\"|`[^>`]*`|\\{[^>}]*\\}|[^>]*?)*' can exchange characters with '[^>}]*'. Using any string accepted by /\\{+/, this can be exploited to cause at least polynomial backtracking. This is going to cause exponential backtracking resulting in exponential worst-case runtime behavior.",["605"],"The quantifier '[^>]*?' can exchange characters with '[^>}]*'. Using any string accepted by /\\{+/, this can be exploited to cause at least polynomial backtracking. This is going to cause exponential backtracking resulting in exponential worst-case runtime behavior.",["606"],"regexp/no-dupe-disjunctions","Unexpected superset. This alternative is a superset of ''[^>']*'|\"[^>\"]*\"|`[^>`]*`|\\{[^>}]*\\}'. It might be possible to remove the other alternative(s). This ambiguity is likely to cause exponential backtracking.","superset",["607"],{"kind":"608","justification":"609"},{"kind":"608","justification":"609"},[210,247],"^(?![^\\n\\r[\\u2028\\u2029]*\\[(?:[^\\n\\r:\\u2028\\u2029]*:[^\\n\\r[\\u2028\\u2029]*\\[)*(?:[\\n\\r\\u2028\\u2029][^:]*|[^\\n\\r:\\u2028\\u2029]+(?:[\\n\\r\\u2028\\u2029][^:]*)?):.+\\]$)((?:.+:)?!?)(.*)$",{"kind":"608","justification":"609"},{"kind":"608","justification":"609"},{"kind":"608","justification":"609"},{"kind":"608","justification":"609"},{"kind":"608","justification":"609"},"directive",""] \ No newline at end of file diff --git a/src/rules/variables.ts b/src/rules/variables.ts index 4c11a51..383f172 100644 --- a/src/rules/variables.ts +++ b/src/rules/variables.ts @@ -77,7 +77,7 @@ function isURI(declaration: string) { try { return new URL(declaration).host !== '' } - catch (err) { + catch { return false } }