**To reproduce:** ```wxml // 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.