Running Chrome 61 which is supposed to support module loading with import.
import
Indeed Paul\'s demo works for me. However, when I try it myself I get a JS er
That should be . The entire syntax is subtly changed in module scripts (import and export are allowed, as well as strict mode being mandatory).
export