TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Issue 379: Refactor Template Service to Template Utility. #396

Closed kaladay closed 3 years ago

kaladay commented 3 years ago

Renamed the (now) utility functions to have wvr prefixed in front of them. This is not used in core, so relocate it to the utility directory into the shared directory and add appropriate imports.

The compile() which is now wvrCompile() could potentially be made private and not exposed. For now, it is just being made available along with the now named wvrParseProjectedContent().

Removed all imports to the now no longer existing template.service.

resolves #379