You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
In node it's possible to use 'this' instead of 'exports' in a module. However, this does not seem to work when compiling with Stitch.
I've mad a configuration file in CoffeeScript that references a lot of its own values:
(Note that in CoffeeScript "@" is syntactic sugar for "this".)
To make this work with Stitch I instead have to write:
...which is slightly inconvenient.
Edit: I'm using Stitch 0.3.1 on Node.js 0.4.7
The text was updated successfully, but these errors were encountered: