vhtml icon indicating copy to clipboard operation
vhtml copied to clipboard

Separate stringify from entry

Open nathancahill opened this issue 8 years ago • 1 comments

Moves the main function to its own export so it can be used separately. Also, adds String() to the returned values so it can be used with toString()

Adds 23 bytes, 580 B to 603 B.

nathancahill avatar May 02 '17 17:05 nathancahill

This will also allow vhtml to support arrays of JSX: nathancahill/vhtml#1, since there's nothing about JSX that imposes that restriction, it's a React implementation detail that's being fixed.

nathancahill avatar May 05 '17 07:05 nathancahill