tc39 / proposal-source-phase-imports

Proposal to enable importing modules at the source phase
https://tc39.es/proposal-source-phase-imports/
MIT License
129 stars 9 forks source link

Throw on null reflections #27

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

This updates the spec to throw on null reflections, so that by default an error is thrown for JS reflections allowing this to be added in future without backwards compatibility concerns.

In addition I've updated the readme as appropriate to the latest directions.