— IMO all electron apps should be in TS
— Well, I don't mean to imply that
— I just feel it's the right language to use specifically for electron
— It has to do with type safety problems that can very easily cause kernel level malware to run
— The closer you can get to being type safe and using strict typed langs, the better
— Type safety != security
— If there's a security issue it's almost always something along the lines of memory management or parsing
Message permanent page
— Typescript won't help you if you run remote content as a local command :)