whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Typescriptify `ui/apple2.js` #74

Closed iflan closed 3 years ago

iflan commented 3 years ago

This is mostly a mechanical change; there are still lots of things about ui/apple2 that could be improved. The change also converts a few dependencies of ui/apple2, like applesoft/compiler.

Besides the straight conversions, some other packages have changes to make all of the typing work out.

Lastly, @types/micromodal has been added as a development dependency.