Dan Mills
Dan Mills
Wrap fileLoader calls in try/catch so that in the event of a syntax error we can print a stack trace pointing to the offending file (see bug #16).
merge-graphql-schema's fileLoader uses require() to load js files. If a resolver contains a syntax error, all but the vaguest details get swallowed up (at least in my setup). No file...
I have packages installed (the default set) which don't show up in `mean list`: ``` $ mean list MEAN Packages List: ----------------- No core Packages No custom Packages contrib: [email protected]...
A few irc channels require a password to join (admittedly it's rare), it would be nice to support that. I took a quick peek at the source—I think this could...