| 42 | } |
| 43 | |
| 44 | static CBMFileResult *extract_js(const char *source) { |
| 45 | return extract_with(source, CBM_LANG_JAVASCRIPT, "main.js"); |
| 46 | } |
| 47 | |
| 48 | static CBMFileResult *extract_dts(const char *source) { |
| 49 | return extract_with(source, CBM_LANG_TYPESCRIPT, "main.d.ts"); |
no test coverage detected