AtarisMio opened this issue 5 years ago · 1 comments
当根结点是数组时,会生成_root_层级
如在rap2中导入[{a: 1}, {a: 2}]时 rapper生成代码的interface 会变成
[{a: 1}, {a: 2}]
Res: { _root_: { a: number; }[] }
在 1.0.4 版本已修复