()
| 34 | } |
| 35 | |
| 36 | export async function compileBindings() { |
| 37 | await compileJs(); |
| 38 | await compileNativeAddon(); |
| 39 | } |
| 40 | |
| 41 | async function buildModelInterfaceLibrary(buildNativeExtraArgs: string[]) { |
| 42 | for (const buildNativeArg of buildNativeExtraArgs) { |
no test coverage detected