Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
${ this.todos.map( (item, index) => wire(item)`<li><label>
<input data-index="${index}"> this.done(e)} type=checkbox checked=${item.done}/>
<span>${item.text}</span>
</label></li>`)}