onilabs / stratifiedjs

Oni StratifiedJS (previously Apollo)
http://onilabs.com/stratifiedjs
Other
228 stars 22 forks source link

missing '}' in module leads to spurious compilation error #9

Open afri opened 12 years ago

afri commented 12 years ago

if { ... without terminating brace yields a module compilation error about an unexpected ')'. We need to compile just the module source without wrapper function to avoid this