umijs / father

NPM package development tool
MIT License
2.12k stars 273 forks source link

bug: 执行 father doctor 对修饰器语法报错,father build 可以正常运行 #756

Open gaoqiming0523 opened 4 months ago

gaoqiming0523 commented 4 months ago

Version

4.4.1

OS Version

14.1.1

Node.js Version

14

Link to minimal reproduction

--

Steps to reproduce

修饰器语法不支持

What is expected?

支持修饰器语法,与 father build 保持一致

What is actually happening?

修饰器语法不支持

Any additional comments? (optional)

No response

PeachScript commented 4 months ago

需要提供最小复现仓库及报错信息

gaoqiming0523 commented 4 months ago

不太方便提供仓库,可以安装一下 mini-store3 ,在主页面创建一个 store ,然后用 @connect 获取下数据,运行 father doctor