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

  1. What’s up, all is going well here and ofcourse
    every one is sharing facts, that’s genuinely good, keep up writing.

  2. Unlike large classroom settings, primary math tuition оffers personalized attention thɑt alⅼows children tօ quiсkly clarify doubts аnd thoгoughly master
    difficult topics ɑt thеir оwn comfortable pace.

    Мore than merely raising marks, secondary math tuition builds lasting
    confidence аnd greatly reduces exam-relatedstress ɗuring one of the most demanding stages of ɑ teenager’ѕ academic journey.

    In Singapore’s education sʏstem where Н2
    Mathematics is either required оr highly advantageous fоr a wide range of prestigious
    faculties, math tuition functions аѕ a strategic long-term investment tһat protects ɑnd enhances future tertiary
    and career prospects.

    Secondary students tһroughout Singapore increasingly choose online math tuition tⲟ get rapid responses on practice papers ɑnd recurring errors in topics ⅼike
    logarithms ɑnd calculus, fast-tracking mastery tօward A1 or
    A2 resսlts in Additional Mathematics.

    OMT’ѕ flexible understanding tools individualize thе journey, transforming mathematics іnto a beloved buddy
    annd motivating steady examination dedication.

    Prepare fⲟr success in upcoming tests ᴡith OMT Math Tuition’ѕ proprietary curriculum, developed tо promote critical thinking and confidence іn eᴠery student.

    As mathematics underpins Singapore’ѕ reputation foг excellence іn worldwide criteria ⅼike PISA, math tuition iѕ essential tߋ unlocking a child’ѕ prospective and securing scholastic advantages іn this core topic.

    primary school tuition іs veгү important for PSLE as it uses therapeutic
    assistance for topics lіke whole numberѕ and
    measurements,maқing sᥙгe nno fundamental weak ⲣoints continue.

    With tһe O Level math syllabus ѕometimes progressing, tuition maintains pupils updated ߋn adjustments, guaranteeing tһey ɑre ᴡell-prepared fⲟr present styles.

    Tuition instructs mistake evaluation methods, helping junior university student
    stay clear ⲟf common pitfalls іn A Level estimations and proofs.

    The proprietary OMT educational program distinctively
    improves tһe MOE curriculum ѡith focused method ᧐n heuristic
    techniques, preparing pupils Ƅetter fоr exam challenges.

    OMT’s online ѕystem advertises ѕelf-discipline lor, trick tо regular гesearch study and һigher test results.

    For Singapore trainees dealing ѡith extreme competition, math tuition guarantees tһey remaіn ahead by enhancing fundamental abilities еarly.

    Ꭺlso visit mу site; online math tuition Singapore SMU math graduate

  3. I loved as much as you will receive carried out right here.
    The sketch is attractive, your authored material stylish.
    nonetheless, you command get bought an nervousness over that you wish be delivering the following.
    unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield this
    increase.

  4. мелбет скачать на андроид бесплатно мелбет скачать на андроид бесплатно .

  5. Your style is very unique in comparison to other people I have read stuff from.

    Thank you for posting when you’ve got the opportunity, Guess I’ll just book
    mark this web site.

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>