some question about module loaders

# LungZeno (15 years ago)

I have read strawman:module_loaders

Which is src in evalScript(src : String) : any; url or source code? Can programmer eval code through ModuleLoader like eval operator?

# Mark S. Miller (15 years ago)

[+es-discuss]

Hi LungZeno. The es4-discuss list is inactive (as is ES4 of course). Please discuss this on the es-discuss list, cc'ed.

On Wed, Dec 22, 2010 at 11:13 PM, LungZeno <lungzenoopen+es4 at gmail.com<lungzenoopen%2Bes4 at gmail.com>

# Sam Tobin-Hochstadt (15 years ago)

On Wed, Dec 22, 2010 at 11:13 PM, LungZeno <lungzenoopen+es4 at gmail.com> wrote:

I have read strawman:module_loaders

Which is src in evalScript(src : String) : any;    url or source code? Can programmer eval code through ModuleLoader like eval operator?


es-discuss mailing list es-discuss at mozilla.org, mail.mozilla.org/listinfo/es-discuss

src' is source code here. In all of theevalX', the `src' argument refers to source code strings or some collection of such strings.