(target)
| 2 | export const WEB_ASSET_MANIFEST_VERSION = 1; |
| 3 | |
| 4 | export function buildManifestKey(target) { |
| 5 | return `native/${target}/manifest.json`; |
| 6 | } |
| 7 | |
| 8 | export function isManifestVersionSupported(version) { |
| 9 | return version === NATIVE_ASSET_MANIFEST_VERSION; |
no outgoing calls
no test coverage detected