This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Angular's transformers do not follow Barbacks asset resolution. #1651
Closed
Description
Barbacks rules for asset resolution are defined here: http://goo.gl/YDMRc2. The expression generator tests use lib/test.html as URIs for resolution. In practice these URIs would not be used by the pub system. Instead all library resources would have packages in the URI. In addition the current code does not handle web URIs correctly. Any URI which do not contain packages/ are considered web resources. These resources will not start with web. Yet when creating the AssetID the web location must be prepended to find the resource.
Metadata
Metadata
Assignees
Labels
No labels