TerrariaMods-Scratch / terrariamods-scratch.github.io

3 stars 2 forks source link

Use strict #4

Open lishaduck opened 3 months ago

lishaduck commented 3 months ago

Review commit by commit. First commit uses a formatter over the codebase. My editor does it either way, and this way I don't ruin commit diffs, only PR diffs. Second commit updates a comment. Third commit adds pragmas to the top of files to use es5. No, not es6. Not es2025. es5. 😜 (only commit that might break anything, for which I added @ts-check, which thinks it should be fine)

lishaduck commented 3 months ago

@TerrariaMods-Scratch, would you like accessibility fixes here, or in a stack?