_hyperscript icon indicating copy to clipboard operation
_hyperscript copied to clipboard

[Announcement] experimental TypeScript port of _hyperscript

Open rozek opened this issue 3 years ago • 2 comments

Because of problems with the (quite modern) JavaScript code of _hyperscript on older browsers, I have started an experimental port to TypeScript. Being a cross-compiler, TypeScript not only performs extensive code checks but also generates JavaScript code which may run on older devices.

The code may be found in the "dev" branch(!) of my fork of _hyperscript and may be used by inserting

<script src="https://unpkg.com/hyperscript-experimental"></script>

rather than the original.

And please, don't blame Big Sky Software for the mistakes I may have made by porting...

rozek avatar Jul 29 '22 17:07 rozek

FYI: I've just changed my _hyperscript examples (see here) in order to run them using my port - and they seem to work like with the original code

rozek avatar Jul 29 '22 18:07 rozek

Good morning!

I've migrated everything until before hyperscriptCoreGrammar so far (approximately one third?)

rozek avatar Jul 30 '22 04:07 rozek

leaving as JS for now

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