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,239 thoughts on “Using RequireJS exports with CoffeeScript

  1. В этой статье рассматриваются способы преодоления зависимости и успешные истории людей которые справились с этой проблемой. Мы обсудим важность поддержки со стороны близких и профессионалов а также стратегии которые могут помочь в процессе выздоровления. Научитесь первоочередным шагам к новой жизни. Разобраться лучше – вывод из запоя в наркологическом стационаре

  2. Hello, Neat post. There is an issue together with your web site
    in internet explorer, may test this? IE still is the market leader and a
    big part of other folks will leave out your fantastic writing due to this problem.

  3. В этой заметке мы представляем шаги которые помогут в процессе преодоления зависимостей. Рассматриваются стратегии поддержки и чек-листы для тех кто хочет сделать первый шаг к выздоровлению. Наша цель — вдохновить читателей на положительные изменения и поддержать их в трудных моментах. Получить дополнительные сведения – нарколог вывод из запоя

  4. Hello just wanted to give you a quick heads up and let you know a few of the pictures aren’t loading correctly.
    I’m not sure why but I think its a linking issue.
    I’ve tried it in two different internet browsers and
    both show the same outcome.

  5. Yesterday, while I was at work, my sister stole my iphone and
    tested to see if it can survive a twenty five foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83
    views. I know this is completely off topic but I had to share it with someone!

  6. В статье по вопросам здоровья мы рассматриваем актуальные проблемы с которыми сталкивается общество. Обсуждаются заболевания факторы риска и важные аспекты профилактики. Читатели получат полезные советы о том как сохранить здоровье и улучшить качество жизни. Подробнее тут – поставить капельницу от запоя

  7. Through OMT’s custom-mаde curriculum tһat complements tһe MOE
    educational program, trainees uncover tһе appeal оf sensіble patterns,
    cultivating а deep affection fⲟr math and inspiration f᧐r higһ test ratings.

    Experience versatile knowing anytime, ɑnywhere tһrough OMT’s detailed
    online e-learning platform, including endless access tο video lessons
    and interactive quizzes.

    Ꮃith mathematics incorporated seamlessly іnto Singapore’s classroom settings tο benefit
    ƅoth teachers ɑnd trainees, devoted math tuition amplifies
    tһеse gains by using tailored support fоr continual achievement.

    Tuition highlights heuristic ⲣroblem-solving аpproaches, essential f᧐r tаking
    on PSLE’s difficult ԝord problems tһat require numerous
    steps.

    Senior һigh school math tuition іѕ crucial for Ⲟ Degrees ɑѕ it enhances mastery of algebraic control,
    ɑ core ρart that frequently ѕhows uⲣ in test concerns.

    Ꮤith normal mock tests and in-depth feedback, tuition assists junior college
    students recognize ɑnd correct weaknesses prior tⲟ the real A Levels.

    Ꭲhe diversity of OMT cоmes from itѕ proprietary math
    curriculum tһat extends MOE web content witһ project-based knowing fߋr practical application.

    OMT’ѕ on-lіne tests givе instantaneous feedback ѕia,
    ѕo ʏou can tаke care of blunders fаѕt and see your grades improve ⅼike
    magic.

    By concentrating ߋn mistake analysis, math tuition stops reoccuring erroors tһat сould
    cost priceless marks іn Singapore exams.

    mу website … can students ask questions outside the class math tuition singapore

  8. Hello, i feel that i saw you visited my site so i came to go back the prefer?.I’m trying to in finding
    issues to enhance my site!I suppose its adequate to make
    use of some of your concepts!!

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>