hyperaxe icon indicating copy to clipboard operation
hyperaxe copied to clipboard

🪓 An enchanted hyperscript weapon.

Results 5 hyperaxe issues
Sort by recently updated
recently updated
newest added

Hi! Me again. I'm rendering a webpage like: ```js div( someArray ) ``` Unfortunately my `someArray` takes a long time to generate, so I'm considering replacing it with a stream....

I like Hyperaxe. I'm using vim to develop and tsserver to make ale plugin able to jump to definition... so I need .d.ts file to make tsserver able to compile....

```js var x = require('hyperaxe') var textInput = x('input', { type: 'text' }) textInput({ value: 'foo' }) // => textInput({ type: 'email', value: 'foo' }) // => ```

Bumps [html-tags](https://github.com/sindresorhus/html-tags) from 3.3.1 to 4.0.0. Release notes Sourced from html-tags's releases. v4.0.0 Breaking Require Node.js 18 3b93d6b This package is now pure ESM. Please read this. The require('html-tags/void') import...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.3 to 25.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.10.3&new-version=25.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript