Tencent / hel

A module federation SDK which is unrelated to tool chain for module consumer. 工具链无关的运行时模块联邦sdk.
https://tencent.github.io/hel/
Other
933 stars 79 forks source link

请教一下关于hel-micro-core中源码的一个小问题 #9

Closed lzs246 closed 1 year ago

lzs246 commented 1 year ago

在执行preFetchLib中,会去请求lib对应的hel-json,然后拿到lib对应的资源地址,加载完lib对应的资源后,然后会从cache的appName2verEmitLib中取出。

代码:

image

然后我这边疑问的是

before打印

image

after打印

image

loadAssetsStarter函数又只去加载了lib的js和css,我没有弄明白appName2verEmitLib是从哪赋的值,是在lib的产物js中吗?还是说在别的地方呢?

麻烦大佬赐教

fantasticsoul commented 1 year ago

hel-lib-proxylibReady方法 https://github.com/tnfe/hel/blob/main/packages/hel-lib-proxy/src/index.ts