tc39 / proposal-source-phase-imports

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

Source phase terminology #35

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Renames the proposal to "Module Source Imports", using the terminology of this being a module phase as opposed to using the reflection term.

Syntax is updated from import module x from 'x' to import source x from 'x' using the phase attribute for dynamic import.

Cross-references are updated accordingly.

Jack-Works commented 1 year ago

sorry, can you clarify the term we're using now? I'm a bit confused.