AprilSylph / XKit-Rewritten

🧰 The enhancement suite for Tumblr's new web interface
GNU General Public License v3.0
274 stars 44 forks source link

consistent function style #1521

Open marcustyphoon opened 5 days ago

marcustyphoon commented 5 days ago

Description

Re: https://github.com/AprilSylph/XKit-Rewritten/pull/1516#discussion_r1649783836

Just for shits and giggles: this removes the async keyword, the function keyword, and the parentheses around single arrow function parameters pretty much everywhere.

Injectable functions are left as export default function because a bunch of them can't be arrow functions, as they use this.

Basically just regex practice, honestly.

Testing steps

largely untested