_hyperscript icon indicating copy to clipboard operation
_hyperscript copied to clipboard

Questions about _hyperscript.js

Open rozek opened this issue 3 years ago • 1 comments

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 version which may also be run on older devices and browsers

During this process (which may even fail if the effort is too high) I'm running across many problems - some of them may be solved by looking at the code. but others are not.

Here are my questions:

  • line 2311: ElementCollection constructor - is escape optional?

More questions may follow...

rozek avatar Jul 29 '22 14:07 rozek

Note: in order to complete my TypeScript port I made escape optional

(according to its usage, it is)

rozek avatar Jul 29 '22 18:07 rozek

I think this is a good project for typescript, but we aren't gonna port any time soon unfortunately. (time and money)

1cg avatar Oct 04 '22 21:10 1cg