Hacker News new | ask | show | jobs
by Bahamut 3822 days ago
JSPM also normalizes importing in ES6 from AMD, CommonJS, and ES6 (not sure about TypeScript, probably though). It is built on top of System.js, which lets you import modules and allows you to configure the local global namespace.

Edit: Looks like there was a ninja edit since I started typing :)