wxml-parser icon indicating copy to clipboard operation
wxml-parser copied to clipboard

A fast and tolerant wxml parser

Results 5 wxml-parser issues
Sort by recently updated
recently updated
newest added

**What**: create npm-publish.yml~。~

adjust the location so that eslint's SourceCode instance can work properly

能否提供generator

enhancement

**To reproduce:** ```wxml // file1.wxml ``` **Current behavior:** I can not get the file2 from ast - `@wxml/parser` version: 0.3.0 - `nodejs` version: 16.x I want to get file2 from...

bug

**To reproduce:** ```wxml 1 ``` https://ast.sxzz.moe/#eNqrVspRslIqr8jNUdJRKoAydQsSi4pTi4AiyUARQyCdD6Sra5VqAVDcDaY= **Current behavior:** ```json { "type": "Program", "body": [ { "type": "WXText", "value": "1", "start": 0, "end": 0, "range": [0, 0] } ], "comments": [],...

bug