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

Sec 10.4.6.8.1: fix assertion on deferred field #46

Closed takikawa closed 1 month ago

takikawa commented 1 month ago

I think this assertion for EnsureDeferredNamespaceEvaluation ( O ) should check the deferred field is true rather than false, as the only call site (10.4.6.8) guards that it's true.