April 2018
Beginner
536 pages
13h 21m
English
TypeScript also has the concept of an external module. JavaScript versions before ECMAScript 6 (ES6) don't include native support for external modules. Developers were forced to develop custom module loaders, and the open source community tried to come up with improved solutions over the years. As a result, today, there are several types of module loaders, and each one of them supports at least one module definition syntax.