Enrique Zamudio
Enrique Zamudio
this really hurts readability. I have a test where I want to test some date ranges. I would have liked to do this: ```groovy //put this anywhere in the spec...
Off the top of my head, this could be because the generated code is not wrapped in a CommonJS module...
Go ahead @quintesse I'm porting `repl.js`
But then we'd only see docs for language module stuff. Currently you can even see the docs of stuff in the editor.
I looked into this and determining the URL of the declaration is somewhat convoluted. Perhaps including the Ceylon Doc API would help, if it can return the URL of a...
I can confirm that source maps are not implemented. I changed the stack trace that is printed in JS exceptions for 1.2, it now includes source location _but_ it's for...
@decafbad how did you install node.js? What is the name of your executable? It should be `node` but if you installed from RPM or something similar it maybe different. I...
The JS run tool allows setting a `node-exe` property which should point to the `node` executable. If it's not set then the search is performed.
I remember adding a textfield somewhere in the JS launcher properties where you could set the path to the `node` executable, and the search was done so if it was...
This could be fully automated... it's "just" a matter of sending the detected code via HTTP POST to try.ceylon-lang.org and parsing the response JSON to see if it was valid...