moodle-plugin-ci icon indicating copy to clipboard operation
moodle-plugin-ci copied to clipboard

Mustache lint check complains about ES6

Open marinaglancy opened this issue 4 years ago • 0 comments

The following elements in Mustache templates fail the mustache check:

  1. const square = x => x*2;

  2. let v = some ${string};

(Parsing error: Unexpected character '`')

marinaglancy avatar Jul 06 '21 15:07 marinaglancy