Skip to content

[Bug]: cross file parse #20

@ryouaki

Description

@ryouaki

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions