fix(static reflector): Use only relative/absolute paths as module IDs.#8228
fix(static reflector): Use only relative/absolute paths as module IDs.#8228alexeagle wants to merge 1 commit into
Conversation
The filename contains the module name as resolved by users. Fixes angular#8225
|
This has the downside that a third-party component would publish metadata with relative paths to angular2 that work only in their filesystem layout. Discussed with @tbosch, both of us reached the conclusion that no resolution should occur across modules, and no symbol de-aliasing either. |
|
going with #8256 instead |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The filename contains the module name as resolved by users.
Fixes #8225