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.

17,633 thoughts on “Using RequireJS exports with CoffeeScript

  1. Kaizenaire.com excels ɑs the ultimate curator of Singapore’s
    shopping promotions.

    Promotions pulse ѵia Singapore’s shopping paradise, amazing іts bargain-loving people.

    Singaporeans typically loosen սp with family barbecues аt East Coast Park, ɑnd bear in mind tо stay upgraded
    on Singapore’ѕ most current promotions ɑnd shopping deals.

    ՏT Engineering providеѕ aerospace аnd defense engineering services, respected Ьy
    Singaporeans fⲟr their advancement іn innovation аnd
    national payments.

    UOL develops residential οr commercial properties and resorts ѕia, favored
    by Singaporeans fоr tһeir premium real estate аnd waү of life offerings lah.

    Tian Tian Hainanese Chicken Rice attracts ɡroups for smooth chicken аnd greɑt
    smelling rice, cherished by Singaporeans for іts basic
    yet sublime neighborhood flavors.

    Ᏼetter be kiasi mah, ցo to Kaizenaire.com frequently lah.

  2. В этой статье мы рассматриваем разные способы борьбы с алкогольной зависимостью. Обсуждаются методы лечения, программы реабилитации и советы для поддержки близких. Читатели получат информацию о том, как преодолеть зависимость и добиться успешного выздоровления.
    Связаться за уточнением – капельница от похмелья услуги

  3. I am curious to find out what blog platform you are using?
    I’m having some minor security issues with my latest website and I’d like to find something more risk-free.
    Do you have any recommendations?

  4. Superb post but I was wanting to know if you could write a litte more on this
    subject? I’d be very grateful if you could elaborate a little bit
    further. Thanks!

  5. There’s definately a great deal to find out about this topic.
    I love all the points you have made.

  6. My family every time say that I am killing my time here at net, however I know I am getting
    know-how all the time by reading such pleasant posts.

  7. Whats up this is kind of of off topic but I
    was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML.
    I’m starting a blog soon but have no coding skills so I wanted to get advice
    from someone with experience. Any help would be enormously appreciated!

  8. Pretty portion of content. I simply stumbled upon your blog
    and in accession capital to say that I acquire actually enjoyed account your blog posts.
    Anyway I will be subscribing on your augment and even I fulfillment you get admission to persistently fast.

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>