TypeScript improves over regular JavaScript by adding compile time type checking, which helps catch certain errors early before you ship code. I'm hoping to improve AkashaCMS quality by moving to TypeScript. As a trial run two modules have been converted.
The converted modules are
- Stacked Directories ( pull request) which sits at the core of AkashaRender
- EPUB Tools ( pull request) which handles the packaging for EPUB documents, and is the core of AkashaRender-EPUB (read full announcement)
At the moment there is no firm plan to do further conversion.
comments powered by Disqus