They give the error:
13,13: Property 'is_checking' does not exist on type 'Global & typeof globalThis'.
Which is generated by the line:
if (!global.is_checking) {
7
10
5