moodle-plugin-ci
moodle-plugin-ci copied to clipboard
Mustache lint check complains about ES6
The following elements in Mustache templates fail the mustache check:
-
const square = x => x*2;
-
let v =
some ${string};
(Parsing error: Unexpected character '`')