tc39 / proposal-defer-import-eval

A proposal for introducing a way to defer evaluate of a module
https://tc39.es/proposal-defer-import-eval
MIT License
208 stars 12 forks source link

Spec review #40

Open Jack-Works opened 4 months ago

Jack-Works commented 4 months ago
  1. If m is not a Cyclic Module Record, or both m.[[Status]] is linked and AnyDependencyNeedsAsyncEvaluation(m) is false, then a. Perform ? EvaluateSync(m).
nicolo-ribaudo commented 4 months ago

Hey, thanks!