Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Code generator design

Paul Jolly edited this page Aug 26, 2018 · 13 revisions

Design

Assumptions

Largely covered in https://github.com/myitcv/react/wiki/Creating-a-GopherJS-React-app

Detail to follow here

TODO

  1. prevent state and props types from being *js.Object-special (and most importantly remember rationale for needing this...)
  2. Reference use of gg or gai for making code generation an automatic part of workflow
  3. Generate warnings for methods defined but with wrong types