hyperapp/tests
Jorge Bucaran 8e6a490895
Don't obfuscate VDOM shape
There was no need to mutilate the VDOM shape beyond
recognition just to save a few bytes. Now each prop
clearly expresses its intent:

  {
    tag,
    props,
    children,
    node,
    type,
    key,
  }
2021-01-21 22:43:08 +09:00
..
index.test.js Don't obfuscate VDOM shape 2021-01-21 22:43:08 +09:00