From the API examples, in Chrome console:
snippets = $('.syntaxhighlighter.js table')
bits = []; snippets.each((i, snippet) => bits.push(snippet.innerText));
console.log(bits.join('\n'));
After that, I ran ts-node
against squel-test.ts
until it compiled... and I gave up when I started hititng all the class bits.