hyperaxe
hyperaxe copied to clipboard
🪓 An enchanted hyperscript weapon.
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...
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 [](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...