ESM: Added remaining Base64 ops and created a Base64 library. Added the prefer-const eslint rule.

This commit is contained in:
n1474335 2018-04-02 17:10:51 +01:00
parent 9b4fc3d3aa
commit 041cd9fb8e
30 changed files with 986 additions and 825 deletions

View file

@ -226,7 +226,7 @@ class Recipe {
const highlights = [];
for (let i = 0; i < this.opList.length; i++) {
let op = this.opList[i];
const op = this.opList[i];
if (op.disabled) continue;
// If any breakpoints are set, do not attempt to highlight