ahrefs / atd

Static types for JSON APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atdd: generate .di files

elrandar opened this issue · comments

  • Hide implementation by generating .di files containing the type definitions and interface.
  • Put the rest of the implementation in .d files.

Right now when working with files generated with atdd, we do not care about all the functions that are only there for serialisation or deserialisation purposes. That would help simplify the generated code quite a lot.