Import/export declarations are designed to be static. However, eval() seems to 
break this invariant:

eval('import ' + foo + ' from ' + bar);

Is this valid ES6 code? Should it be valid?

Juan
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to