Last active 4 days ago

Revision 4a21253ac6567f3c7487e4dfe1c6dd912c513d5d

tscheat.js Raw
1if("solution" in tsProjectInfos){let currentFile=document.querySelector(".mdl-tabs__tab.ts-editor-tab.is-active").innerText;tsProjectInfos.solution.textFileInfos.forEach((file)=>{if (file.name===currentFile){console.warn(file.content)}})}else{console.warn("No solution found (probably a personal project)")}