We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
nodejs
I want to get file2 from ast.
The text was updated successfully, but these errors were encountered:
Parser only work for single file. Did you mean that you want get file2.wxml ast to inject to current AST tree ? That's impossible.
Sorry, something went wrong.
yes,get file2.wxml ast to inject to current AST tree。Current can include file1 into ast tree。but file2 is not。。。。
So i think it is a bug。just because the tag with "if"。。。。
Yes this is I want。
iChenLei
No branches or pull requests
To reproduce:
Current behavior:
I can not get the file2 from ast
@wxml/parser
version: 0.3.0nodejs
version: 16.xI want to get file2 from ast.
The text was updated successfully, but these errors were encountered: