Hi Fabian,
I catch up the discussion ;-)
Could you elaborate on the difference between "use" and "require" ? What 
kind of use case would make it mandatory to use "require" instead of 
"use" ? What does it imply in terms of generated JS ? Maybe you can just 
point me to some doc about the compiler directives that can be used.

Regards,
Vincent

Fabian Jakobs a écrit :
> Hi Andreas,
>
> The generator is very picky about the statment. It expects them to be at 
> the start of the line. We usually place them in the header of the file.
>
> The difference between "use" and "require" is that "use" establishes a 
> runtime dependency and "require" the stricter load time dependency.
>
> Fabian
>   
-- 

Vincent Vandenschrick
 Jspresso Framework
 http://www.jspresso.org


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to