visualkhh

Results 4 comments of visualkhh

```typescript @injectable() @registry([{token: 'Bar', useClass: Foo}]) class Foo implements Bar {} @injectable() @registry([{token: 'Bar', useClass: Baz}]) class Baz implements Bar {} ``` and ```typescript @registry([ // registry is optional, all...

@WebReflection Test code has been added. Fix template element parsing and innerHTML handling - Fix template children being parsed into element.childNodes instead of template.content during parseHTML() - Add special handling...

@WebReflection https://github.com/WebReflection/linkedom/pull/315 Please check the PR. After appending the child element to the HTML Template Element's content If you do innerHTML, it is normal to output the contents of the...