canjs / can-view-import

Import dependencies in CanJS views
https://canjs.com/doc/can-view-import.html
MIT License
3 stars 2 forks source link

if available, immediately expose imported module #124

Closed nlundquist closed 5 years ago

nlundquist commented 5 years ago

…on viewmodel via export keyword.

Resolves #111.

This depends on tagImportMap being passed in helpers by canjs/steal-stache. This is added in canjs/steal-stache#83.

nlundquist commented 5 years ago

As per discussion w/ Kevin, merging this despite the PR CI failing. Kevin is moving CI to use something other than FF, so considering this is working locally we'll merge as-is and revisit it if it fails once the CI is on another browser.