Comments
-
Do you have a link to said source code of the CW decoder? Just to take a look at babel issue. EDIT: Sorry, found it myself (at least the one benson mentioned): https://github.com/scp93ch/morse-pro/blob/master/src/morse-pro-decoder.js
-
jks, you can use something like Babel (http://babeljs.io) to transpile code from ES6 to ES2015. This could be done one-time, or even better, in the Makefile as a build step that would compile it down. This looks basically a simple 3 step process t…