FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

Have you considered writing source code using typescript?

Open zdu-strong opened this issue 2 years ago • 4 comments

Have you considered writing source code using typescript? Now, the source code of ffcreator is js, and provides .d.ts files. From a long-term maintenance perspective, the js code will cause out of sync issues with the .d.ts files.

NestJS is a Node.js framework that provides typescript, eslint, debug, compile and test support. Perhaps, it is possible to refactor on the basis of the NestJS project to obtain a project that is easy to upgrade and maintain.

Below is a screenshot showing how to create a new NestJS project: image

zdu-strong avatar Oct 18 '22 10:10 zdu-strong

I have multiple projects refactored based on NestJS and it's working fine. It's trustworthy.

zdu-strong avatar Oct 18 '22 11:10 zdu-strong

Oh, great idea, but a little busy. I'm developing a new project.

drawcall avatar Oct 19 '22 01:10 drawcall

can't agree more, @drawcall I may to do if I have leisure time. may I?😄

JuerGenie avatar Oct 19 '22 08:10 JuerGenie

can't agree more, @drawcall I may to do if I have leisure time. may I?😄

New branches can created

drawcall avatar Oct 19 '22 10:10 drawcall