gristlabs / ts-interface-builder

Compile TypeScript interfaces into a description that allows runtime validation
Apache License 2.0
132 stars 28 forks source link

Migrate to typescript 4 #47

Open Termina1 opened 2 years ago

Termina1 commented 2 years ago

Found 2 differences:

  1. Nill is now a literal, fixed code to produce the same output
  2. Do not understand why simply concat string with + became "".concat(...), but looks like its identical in terms of behavior