Last active 4 days ago

Revision 13c886af8c99b29384e56b1ce0496bd93c6f4fcd

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.error("No solution found (probably a personal project)")}