some question about module loaders

Sam Tobin-Hochstadt samth at ccs.neu.edu
Thu Dec 23 06:28:09 PST 2010


> On Wed, Dec 22, 2010 at 11:13 PM, LungZeno <lungzenoopen+es4 at gmail.com>
> wrote:
>>
>> I have read http://wiki.ecmascript.org/doku.php?id=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
>> https://mail.mozilla.org/listinfo/es-discuss

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

-- 
sam th
samth at ccs.neu.edu


More information about the es-discuss mailing list