Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 811 Bytes

api-references.md

File metadata and controls

34 lines (23 loc) · 811 Bytes

API references

This is a documentation for the JavaScript interface of Heta compiler.

For users guidance and CLI references see the main documentation site.

Under developments. If you have questions contact the developers directly.

Main classes

  • [Builder]{@link Builder}
  • [Container]{@link Container}
  • [Namespace]{@link Namespace}

Modules

  • [ModuleSystem]{@link ModuleSystem}
  • [_Module]{@link _Module}

Elements

  • [Top]{@link Top}
  • [Component]{@link Component}
  • [Const]{@link Const}
  • [Unit]{@link Unit}
  • [Expression]{@link Expression}

Auxiliary

  • [Logger]{@link Logger}
  • [Transport]{@link Transport}
  • [JSONTransport]{@link JSONTransport}
  • [StdoutTransport]{@link StdoutTransport}
  • [StringTransport]{@link StringTransport}