[Announcement] experimental TypeScript port of _hyperscript
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...
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
Good morning!
I've migrated everything until before hyperscriptCoreGrammar so far (approximately one third?)
leaving as JS for now