Christopher W Baron

Results 4 comments of Christopher W Baron

``` /Users/christopherbaron/code/Hazy/node_modules/stylus/bin/stylus:662 throw err; ^ ParseError: expected "indent", got "eos" at Parser.error (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:259:11) at Parser.expect (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:287:12) at Parser.block (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:845:12) at Parser.selector (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:1555:24) at Parser.stmt (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:797:27) at Parser.statement (/Users/christopherbaron/code/Hazy/node_modules/stylus/lib/parser.js:685:21) at Parser.parse...

@jsina, you need to do: ``` order: [ [ { model: models.MBTITest }, 'createdAt', 'DESC'] ] ```

Yeah, the docs are really bad.

@abcd-ca's method of ``` "module": "commonjs", ``` in tsconfig.json worked for me as well