cellbang / cell

Cell is a Serverless First, componentized, platform-independent progressive application framework based on TypeScript. Cell 是基于 TypeScript 的 Serverless First、组件化、平台无关的渐进式应用框架。
https://malagu.naily.cc
MIT License
705 stars 62 forks source link

能否将使用了`ts-node`的地方,都使用`importx`库重构? #211

Closed Groupguanfang closed 1 month ago

Groupguanfang commented 1 month ago

importx是由antfu大佬近几个月发的新包,可以查看它的README了解一系列的加载机制:https://github.com/antfu-collective/importx

使用importx重构之后不会再出现以下问题:

目前我发现两个具体要修改的类有:

Groupguanfang commented 1 month ago

已重构完成,相关commit: