Closed guybedford closed 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.
import module x from 'x'
import source x from 'x'
phase
Cross-references are updated accordingly.
sorry, can you clarify the term we're using now? I'm a bit confused.
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'
toimport source x from 'x'
using thephase
attribute for dynamic import.Cross-references are updated accordingly.