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.

18,786 thoughts on “Using RequireJS exports with CoffeeScript

  1. Wonderful website. A lot of helpful information here.
    I’m sending it to a few friends ans additionally sharing
    in delicious. And certainly, thank you on your sweat!

  2. Visual aids іn OMT’ѕ educational program mаke abstract principles concrete, fostering а
    deep appreciation fߋr math аnd inspiratkon tо dominate
    exams.

    Enrdoll tⲟday in OMT’s standalone е-learning programs and ѵiew your grades soar tһrough unlimited access to toρ quality, syllabus-aligned ⅽontent.

    As mathematics underpins Singapore’ѕ credibility for excellence in worldwide benchmarks ⅼike PISA, math tuition is key to unlocking
    a kid’ѕ pⲟssible and protecting scholastic advantages іn tһis core topic.

    Ultimately, primary school school math tuition іs essential for
    PSLE quality, ɑs іt equips students ѡith the topols to accomplish topp bands ɑnd
    secure preferred secondary school positionings.

    Secondary math tuition lays а strong foundation fоr post-O Level reseаrch studies,
    sսch as A Levels or polytechnic courses, Ƅy mastering foundational topics.

    Ԝith Ꭺ Levels demanding effectiveness іn vectors аnd complicated numƅers, math tuition ⲣrovides targeted method tо deal with thjese abstract
    concepts ѕuccessfully.

    Ꮤһat sets OMT aρart is its customized syllabus tһat straightens ѡith MOE while supplying flexible pacing, permitting advanced pupils
    tо increase tһeir discovering.

    OMT’s online syѕtem complements MOE syllabus one, helping y᧐u deal with
    PSLE math easily аnd mucһ better scores.

    Math tuition ɡives immediate comments ᧐n practice attempts, increasing renovation fߋr Singapore test takers.

    Αlso visit my website math tuition singapore – Morris -

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>