proposal-defer-import-eval icon indicating copy to clipboard operation
proposal-defer-import-eval copied to clipboard

clarification example

Open bmeck opened this issue 4 years ago • 1 comments

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;

bmeck avatar Jan 31 '21 14:01 bmeck

This would immediately execute "a", but i can add that.

codehag avatar May 25 '22 16:05 codehag