Justin Wyllie

Results 2 issues of Justin Wyllie

Running this from the command line I can pass the -m flag and it will produce a source map. e.g. cjsx -cm will produce both the .js file and the...

E.g. when creating the moment I want to do this: moment.utc('datetime string', 'format string', true) not moment.('datetime string', 'format string', true) As per the moment docs: By default, moment parses...