Hi Tobias,

exports are used in a modular javascript-system to make pieces of code 
publicly usable by other js-modules. Otherwise they are not visible.

Javascript itself does not know this concept as everything is stored in one 
file. but with node.js it is possible and tw also uses this to dynamically 
load pieces of code when run from a single html.

Hope I didn't say something wrong :)

Felix

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to