Expand description

The module responsible for the code generation.

There is one sub module for every language

Enums

Traits

Functions

  • Visit each item in order in which they should appear in the children tree array.
  • Call the given function for each constant property in the Component so one can set set_constant on it.
  • Will call the handle_property callback for every property that needs to be initialized. This function makes sure to call them in order so that if constant binding need to access constant properties, these are already initialized
  • Convert a ascii pascal case string to kebab case
  • Convert a ascii kebab string to pascal case