pr0ph0z / whatstalk

Chrome extension to monitor user activity in Whatsapp Web
30 stars 14 forks source link

ES6 export/import #1

Open pr0ph0z opened 4 years ago

pr0ph0z commented 4 years ago

There are a bunch of functions in popup.js that possibly can be reusable https://github.com/pr0ph0z/whatstalk/blob/b6eec58073805e50ff5420b07a945ca2efb274b4/popup.js#L8-L39 It's a good practice to use ES6 export/import if possible. Otherwise, you can use anything to achieve this (but kindly to discuss here first).