Andy

Results 183 comments of Andy

Encountered the issue. The output is from a client, redacted, looks roughly like this. Main issue is likely `column` being `null`. Not sure if that's allowed / within spec, but...

I think I'm hitting this issue with some older libraries, too. What is the recommended workaround or do I need to stick to `ts-node-dev`?

Fixes https://github.com/github/hub/issues/2992

I removed theme, mode and options to get a small example with the issue still occuring. ```html ``` ```ts import { Component, Input, Output, EventEmitter } from '@angular/core'; @Component({ selector:...

Added some time measurements: ## Summary * Node upstart: ~60ms * Imports in node script (require): 187ms * Script running until spawn: 2ms * Spawn with elm-format: 11ms (??) Note:...

Looks like moving those lines: ```js var packageInfo = require(path.join(__dirname, "..", "package.json")); var package = require(path.join(__dirname, "..", packageInfo.main)); ``` in the block where they're needed, will improve from 260ms to...

As far as I know, the trick is/was to overwrite the node file with an actual binary. But there is a recent commit, and I'm not sure, how the comment...

Cool. What are your ideas about this topic? An additional improvement could be to replace the script with the binary only on mac and unix. This would improve the execution...

Tested this - including prod build. Seems to work nicely.

The Travis files have 0.18 indicating content. https://github.com/rtfeldman/elm-0.19-workshop/search?utf8=✓&q=elm-make&type= https://github.com/rtfeldman/elm-0.19-workshop/search?utf8=✓&q=elm-package&type=