glimmerjs / resolution-map-builder

MIT License
4 stars 7 forks source link

Fix various issues with invalid output. #18

Closed rwjblue closed 7 years ago

rwjblue commented 7 years ago

Fixup issues around generating module identifiers.

Previously a number of issues existed:

This fixes those two issues by:


Prevent duplicate specifiers from being generated.

Throw a helpful error when the same specifier is generated for two different modules.


Fixes https://github.com/glimmerjs/resolution-map-builder/issues/17