jcubic / koduj

P5.js playground
https://koduj.org
3 stars 1 forks source link

ES modules import doesn't work #8

Closed jcubic closed 1 year ago

jcubic commented 2 years ago

There should be a way to import ES Modules.

  1. Use type="module" in output HTML
  2. Replace Esprima with Espree that should support ES Modules
  3. Test with import { foo } from "data:text/javascript;charset=utf-9,export const foo = 42;"