Compile ES2015 classes to ES5
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.
Allow parsing of class properties
Compile ES2015 template literals to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 block scoping (const and let) to ES5
See my blog post for an introduction: https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
Add a __self prop to all JSX Elements
Compile ES2015 arrow functions to ES5
Turn JSX into React function calls
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Ensure that reserved words are quoted in object property keys
Allow parsing of BigInt literals
Transform optional chaining operators into a series of nil checks
Compile ES2015 object super to ES5
Compile ES2015 computed properties to ES5
Ensure that no reserved words are used.
Compile ES2015 default and rest parameters to ES5
No description provided.
Allow parsing of the nullish-coalescing operator