core/reactive/local/reactive/debug/Debug

core/reactive/local/reactive/debug~ core/reactive/local/reactive/debug/Debug

new core/reactive/local/reactive/debug/Debug()

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Reactive module debug tools.

If debug is enabled, this reactive module will spy all the reactive instances and keep a record of the changes and components they have.

It is important to note that the Debug class is also a Reactive module. The debug instance keeps the reactive instances data as its own state. This way it is possible to implement development tools that whatches this data.