htmlhammer icon indicating copy to clipboard operation
htmlhammer copied to clipboard

JavaScript-only HTML template engine and WebComponent library

Results 12 htmlhammer issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I figured out a sort of hacky way to use hammerjs in nodejs by using the library `jsdom`. Hammer expects there to be some global browser objects in order to...

This enhancement remove the need to also manually create property. example: customElement('my-el', { Authenticated: false, // this feature would remove the need for this property observedAttributes:["authenticated"], });

enhancement

When customElement provider parameter is passed a class, non-custom-element methods seem to be lost. Demonstration: ```javascript const yetiCustom = customElement( 'yeti-custom', new (class { SomeObj = { someProp: 0 };...

```javascript // we want to set someAtr attriibute to 1,2,3 values respectively div({$for: [1,2,3], someAtr: value}) ```

enhancement

I am not sure if this is something we should be doing at all. It is ok to report duplicate element. It would also be nice to be able to...

question