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