a post-component library for building user-interfaces on the web.

remove Span dev helper from coverage (#33)

authored by tombl.dev and committed by

GitHub 7bdacf12 17a523b1

+2
+2
src/html.js
··· 97 97 } 98 98 } 99 99 100 + /* v8 ignore start */ 100 101 if (DEV) { 101 102 Span.prototype.toString = function () { 102 103 let result = '' ··· 107 108 return result 108 109 } 109 110 } 111 + /* v8 ignore stop */ 110 112 111 113 class BoundTemplateInstance { 112 114 /** @type {CompiledTemplate | undefined} */ #template