googlearchive / IMD

An AMD-compatible module registry for use with HTML Imports
73 stars 24 forks source link

Fix relative module loading. Add default dependencies. Add tests. #14

Closed justinfagnani closed 8 years ago

justinfagnani commented 8 years ago

A few fixes that make IMD more AMD-compliant and get IMD ready to help with better module support in Polymer land.

Also includes a fix for preferring the return value of a module declaration as well, which should make this play nice TypeScript compiled modules.

justinfagnani commented 8 years ago

Fixes #6

garlicnation commented 8 years ago

LGTM.