zmkfirmware / zmk-studio-old

ZMK Studio
MIT License
25 stars 8 forks source link

Change typescript target from es5 to es6 #3

Open innovaker opened 4 years ago

innovaker commented 4 years ago

Do we need to target es5 or can we use es6?

Nicell commented 4 years ago

Technically using es5 is a best practice, but we're using advanced browser features that make using es5 kinda useless. Only issue I forsee is someone needing es5, but can't load the page to download the Electron app version properly.