What is a shim repository?

梦想与她 提交于 2019-12-01 13:55:44

问题


In the context of web programming. What is a shim repository?

For instance, when I search "handlebars" in the bower package search page one of the result is:

"Shim repository for Handlebars.js"


回答1:


I don't think "shim repository" is a standardized term in web programming - its just how that specific project - the Components project - describes the repositories they create as stand-ins for those popular 3rd-party components.

Those repositories are "shims" in the sense that they adapt the releases of those popular components into a standard format needed by the Components project to support the package managers that the Components project targets.



来源:https://stackoverflow.com/questions/26301475/what-is-a-shim-repository

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!