Import error with unexpected token
Hello and apologies for cross-posting here as I am not quite sure if the issue is indeed a bug, but it has the look of it, a debut output Unexpected token
string literal'\n" `.
More details on https://musescore.org/en/node/379847
Kind regards, peter.
Comments
To reproduce, on a command shell:
Enable plugin, load a score and run the plugin notation/Simplicior Notation
For the records. Through trial and error I think it has become clear that an imported javascript file cannot in turn import another file. I wonder if this limitation to modular software design is intended, comes with the
QmlEngine
and could be overcome somehow.