-
Notifications
You must be signed in to change notification settings - Fork 6
[Bug]: cross file parse #20
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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/parserversion: 0.3.0nodejsversion: 16.x
I want to get file2 from ast.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working