(text, options)
| 30 | } |
| 31 | |
| 32 | async function check(text, options) { |
| 33 | return (await format(text, options)) === text; |
| 34 | } |
| 35 | |
| 36 | const getSupportInfo = withPlugins(getSupportInfoWithoutPlugins, 0); |
| 37 |
nothing calls this directly
no test coverage detected
searching dependent graphs…