I was trying to play with ECMA6... i have the experimental javascript flag enabled, but the next line throws an "uncaught SyntaxError: Unexpected reserved word import"
import {Pool} from 'maskera-client/modules/core/core-models.js';
I didn't find any info about this, just a bunch of things about Ecma6 to Ecma5 transpiler... the flag is enabled... It doesn't work in Chrome and Firefox. I saw older posts speaking about this features, but i can't make it work.
Thanks and sorry my bad english :) PD: The rest of the code is irrelevant i think...
EDIT: The "possible duplicated" doesn't solve my problem, also i'm asking for the es6 modules, not arrow functions... maybe they're supported, i don't know...
-- EDIT 2: Still not working :\