Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
bytecodeHarSourceMap.json | H A D | 25-Oct-2024 | 205 | |
cache/ | H | 25-Oct-2024 | 4 KiB | |
entry/ | H | 25-Oct-2024 | 4 KiB | |
README_zh.md | H A D | 25-Oct-2024 | 1.6 KiB | |
updateSourceMap.json | H A D | 25-Oct-2024 | 5.9 KiB |
README_zh.md
1# TestData 2 3#### 介绍 4 5此文件夹下存储ets-loader测试使用的文件数据,API输出文件禁止上传(使用gitignore 屏蔽)。 6 7#### 文件列表 8 9| 文件 | 接口 | 备注 | 10| --------------------------------------------- | ---------------------- | --------------------------------------------------- | 11| entry/preview/module.json | getPackageInfo | 应用于preview模式,读取bundle name, module name信息 | 12| entry/build/module.json | getPackageInfo | 应用于build模式,读取bundle name, module name信息 | 13| entry/build/sourceMaps.json | updateCachedSourceMaps | 应用于build模式(debug),更新CacheSource文件 | 14| entry/preview/sourceMaps.json | updateCachedSourceMaps | 应用于preview模式,更新CacheSource文件 | 15| entry/build/loader.json | initArkProjectConfig | 应用于build模式,给参数projectConfig.aceBuildJson赋值| 16| entry/build/loader_aotMode.json | initArkProjectConfig | 应用于build模式(debug),给参数aceBuildJson赋值 | 17| entry/preview/loader.json | initArkProjectConfig | 应用于preview模式,给参数buildJsonInfo赋值 | 18| entry/build/hotReload/sourceMaps.map | updateSourceMapFromFileList | 应用于hotReload模式,读取SourceMap信息 | 19| updateSourceMap.json | updateSourceMap | 应用于build模式,读取SourceMap信息 |