Hi,

We'd like to make Shaarli (https://github.com/shaarli/Shaarli)
compatible with LibreJS.

However I'm facing 2 issues:

  * the license zlib/libpng isn't supported:
     - license text: http://zlib.net/zlib_license.html
     - example:
https://raw.githubusercontent.com/shaarli/Shaarli/master/tpl/default/js/shaarli.js
  * LibreJS doesn't seem to support ES6 syntax and the following piece
of code results in "error parsing":

    let autofocusElements = document.querySelectorAll('.autofocus');
    for (let autofocusElement of autofocusElements) {
        if (autofocusElement.value == '') {
            autofocusElement.focus();
            break;
        }
    }

Regards,
-- 
Arthur Hoaro

Attachment: 0x00F82964.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to