Knut Olav Bøhmer

Results 13 issues of Knut Olav Bøhmer

js2-mode should warn about "unused var0" and "var1 is not defined". ``` js function missingWarning (var0) { const var1 = {var1}; console.log("Var1:", var1); } missingWarning(); ``` ``` $ node ./missing-warning.jsx...

Adding a input field, so you can see which word number you are at in the text. The input field changes upon pressing pause, so you will not be disturbed...

Gulp 3 does not work so good with some versions of node.