Andreas Rozek

Results 82 issues of Andreas Rozek

I'm currently trying to "convert" \_hyperscript.js to TypeScript because * TypeScript finds so many typos that the actual testing effort is drastically reduced and * TypeScript cross-compiles to a JavaScript...

...but `makeToken` passes the missing `type` to `makeToken` which itself does not provide any default!

According to the [overview](https://hyperscript.org/docs/#separators) it is allowed to omit the `end` which terminates a feature or a statement if a new feature starts. The following code, however ``` on mousemove...

As briefly [mentioned in the overview](https://hyperscript.org/docs/#functions) "Functions defined on elements will be available to the element the function is defined on, as well as any child elements." (see this [live...

Sorry, but my "boy scout" behaviour results in a "stream" of minor changes - I'm just correcting any (trivial) mistakes whenever I get aware of them... A note on "package-lock.json":...

What is an empty TypeScript definition file good for? Its presence suggests some TypeScript compatibility - but that's not true. Thus, please either fill it with real definitions (that would...

running `npm install` reveals a number of potential security concerns ``` 37 vulnerabilities (10 moderate, 22 high, 5 critical) To address issues that do not require attention, run: npm audit...

references of the form `*` are briefly [mentioned in the overview](https://hyperscript.org/docs/#:~:text=%C2%A7-,DOM,-Literals) but they don't have their own file in the [reference](https://hyperscript.org/reference/) - although I would assume that they are really...

...otherwise `init` blocks may fail silently (like in this [live example](https://svelte.dev/repl/fca1e8e202d84bd8a29dc30af4a788c9)) and important initializations may not be finished

in [the docs for `hide`](https://hyperscript.org/commands/hide/) what do * `[: ]` and * `[when ]` mean? Addendum: I meanwhile found a description in [the docs for `show`](https://hyperscript.org/commands/show/). Is that also valid...