To reproduce:
// file1.wxml
<template>
<import src="./file1.wxml"/>
<block wx:if="{{ thing }}">
<import src="./file2.wxml"/>
</block>
</template>
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 ast.
To reproduce:
Current behavior:
I can not get the file2 from ast
@wxml/parserversion: 0.3.0nodejsversion: 16.xI want to get file2 from ast.