uuosio / ascdk

MIT License
12 stars 9 forks source link

Maybe we should skip `target` generation #58

Open jafri opened 2 years ago

jafri commented 2 years ago

Thinking from a dev's perspective, might make more sense to remove target folder generation by default

Or maybe not generate all the .ts files by default in target

learnforpractice commented 2 years ago

That's why I added nocodegen to decorator. I think it's more reasonable to generate code first and then import the generated code, so error hints can be eliminated.