thx/rapper

当根结点是数组时,会生成_root_层级

AtarisMio opened this issue · 1 comments

当根结点是数组时,会生成_root_层级

如在rap2中导入[{a: 1}, {a: 2}]
rapper生成代码的interface 会变成

Res: {
      _root_: {
            a: number;
      }[]
}

在 1.0.4 版本已修复