Using RequireJS exports with CoffeeScript

If you are using the “exports” object in your RequireJS module definition and happen to also be using CoffeeScript then be careful to either return the exports object at the end of the function or explicitly return nothing from the function by typing “return” on the last line. Like so:

define((require, exports, module) ->
    exports.foo = 'bar'
    return
)

If you don’t return nothing or the exports object CoffeeScript will compile this:

define((require, exports, module) ->
    exports.foo = 'bar'
)

…to the following javascript:

define(function(require, exports, module) {
    return exports.foo = 'bar';
});

Where the return value will be the string ‘bar’. This is no good because if you return a value from your module definition function, RequireJs uses it instead of the exports object. So when you come to require your module, you’ll be passed a String, rather than an object with a “foo” property as you’d expect.

6,746 thoughts on “Using RequireJS exports with CoffeeScript

  1. With havin so much content and articles do you ever
    run into any problems of plagorism or copyright violation? My website has a lot of
    exclusive content I’ve either created myself or outsourced but it appears a lot of
    it is popping it up all over the web without my agreement.
    Do you know any methods to help protect against content from being ripped off?

    I’d certainly appreciate it.

  2. I am truly happy to read this weblog posts which consists
    of lots of helpful information, thanks for providing these
    kinds of information.

  3. I loved as much as you’ll receive carried out right here.
    The sketch is tasteful, your authored subject matter stylish.

    nonetheless, you command get got an edginess over that you
    wish be delivering the following. unwell unquestionably come more formerly
    again since exactly the same nearly a lot often inside case
    you shield this increase.

  4. You actually make it seem so easy with your presentation but
    I find this matter to be actually something which I think I would never understand.

    It seems too complex and extremely broad for me.

    I’m looking forward for your next post, I will try
    to get the hang of it!

  5. I’m not that much of a online reader to be honest
    but your sites really nice, keep it up! I’ll go ahead and bookmark your site to come back later on.
    Many thanks

  6. Right here is the perfect site for anyone
    who hopes to understand this topic. You realize
    a whole lot its almost tough to argue with you (not that I actually will need to…HaHa).

    You certainly put a new spin on a subject that has been written about for decades.

    Excellent stuff, just great!

  7. Hey there! I know this is kinda off topic however , I’d figured I’d ask.
    Would you be interested in trading links or maybe guest
    writing a blog post or vice-versa? My site goes over a lot of
    the same subjects as yours and I feel we could greatly benefit from each other.
    If you are interested feel free to shoot me an e-mail.
    I look forward to hearing from you! Wonderful blog by the way!

  8. Admiring the time and energy you put into your site and detailed information you present.
    It’s good to come across a blog every once in a while that
    isn’t the same old rehashed information. Fantastic read! I’ve saved your site and I’m adding your
    RSS feeds to my Google account.

  9. Consistent primary math tuition helps үoung learners conquer common challenges
    including heuristic techniques aand rapid calculation skills, ԝhich are frequently assessed іn school examinations.

    Ꮐiven tһе һigh-pressure O-Level period, targeted math tuition delivers focused revision strategies
    tһat can dramatically improve гesults for Sec 1 thr᧐ugh Seⅽ 4 learners.

    JC math tuition holds partіcular value for students targeting highly competitive
    courses including engineering, ѡhere strong Η2 Math performance serves ɑs a key
    admission requirement.

    Secondary students ɑcross Singapore increasingly depend оn remote О-Level math support tⲟ receive instant doubt-clearing sessions ⲟn demanding topics ⅼike logarithms, sequences and differentiation, usіng shared digital whiteboards гegardless of
    physical distance.

    OMT’s exclusive analytic ɑpproaches mаke taking on tough concerns seem
    like a video game, aiding trainees establish а genuine love fօr math аnd motivation to shine in tests.

    Experience versatile learning anytime, anyᴡһere through OMT’s extensive online e-learning platform,
    including unlimited access t᧐ video lessons and interactive quizzes.

    Ꮲrovided that mathematics plays a pivotal function іn Singapore’ѕ financial development and progress, buying specialized math tuition gears ᥙp trainees with the analytical abilities required to flourish іn a competitive landscape.

    Tuition іn primary mathematics іѕ crucial foг PSLE preparation, as it
    introduces innovative strategies fօr dealing ԝith non-routine issues tһat stump lotѕ of
    prospects.

    By supplying considerable exercise ѡith past O Level papers, tuition equips trainees ԝith knowledge and the ability tо expect inquiry patterns.

    Withh А Levels influencing occupation paths іn STEM areas, math tuition reinforces fundamental abilities
    fօr future university research studies.

    Distinctive fгom ߋthers, OMT’s syllabus complements MOE’ѕ tһrough an emphasis оn resilience-building exercises, assisting pupils tɑke on tough problems.

    Flexible organizing implies no encountering CCAs ߋne, guaranteeing weⅼl balanced life аnd rising mathematics ratings.

    Math tuition ᧐ffers targeted method ѡith past exam documents, acquainting students ѡith concern patterns ѕeen in Singapore’ѕ national
    analyses.

    Feel free tߋ visit my рage :: math tuition Singapore PJC math tuition

  10. I don’t even know how I ended up here, but I thought this post was
    great. I don’t know who you are but certainly
    you are going to a famous blogger if you are not already ;) Cheers!

  11. I know this website provides quality based posts and other data, is there any other website which gives these kinds of data in quality?

    Feel free to visit my web page; LOTTOVIP

  12. Undeniably believe that which you said. Your favorite
    justification appeared to be on the net the simplest
    thing to be aware of. I say to you, I certainly get annoyed while
    people consider worries that they plainly do not know about.
    You managed to hit the nail upon the top and also defined out the whole thing without having
    side-effects , people could take a signal.
    Will likely be back to get more. Thanks

  13. I enjoy what you guys are usually up too. This kind of clever work and exposure!
    Keep up the terrific works guys I’ve incorporated you guys to my blogroll.

  14. %spintax|こちらの記事|この内容%は%spintax|非常に|とても% %spintax|参考になる|役立つ|興味深い%です!%spintax|高級セクシーランジェリー|コスプレ衣装%の%spintax|選び方|素材の見極め方|高級感の演出法%について%spintax|分かりやすく|詳しく%解説されています。補足ですが、%spintax|Morrss|モーラス%は%spintax|高品質素材に特化|デザインが洗練|サービスが充実%なサイトで、%spintax|品質を重視する方|高級ランジェリーを探している方%には%spintax|必見|おすすめ%です。

  15. Hi there, I enjoy reading all of your article. I like to write a little comment to support you.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>