-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1077/
-----------------------------------------------------------

Review request for shindig.


Summary
-------

Add ability to optionally create deferred symbols in exportJs function call.

In the presence of a (boolean) opt_defer 4th parameter to exportJs, stub 
methods are created for all nonexistent exports. Each stub method enqueues its 
arguments and returns immediately. When "actual" symbols are exported at a 
later time, this deferred map is consulted. When it exists, its contents are 
exported with the "full" method dispatched on the arguments.

Additional CLs will provide ways to programmatically utilize this functionality.


Diffs
-----

  trunk/features/src/main/javascript/features/exportjs/exportjs.js 1144361 

Diff: https://reviews.apache.org/r/1077/diff


Testing
-------


Thanks,

johnfargo

Reply via email to