proposal-defer-import-eval
proposal-defer-import-eval copied to clipboard
clarification example
I think it would be helpful to explain a top level example that immediately references the binding like:
import a from 'a' with {lazyInit: true};
a;
This would immediately execute "a", but i can add that.