Piotr Tomiak
Piotr Tomiak
@sobeos I think that your problem can be solved without conditionals: ``` "framework-context": { "type": "object", "oneOf": [ { "properties": { "kind": { "type": "string","const": "node-package"}, (...) } }, {...
@43081j Web-Types were in development much longer than the custom-elements-manifest and are more generic as they are not tied to a particular framework. Unfortunately we haven't made it in time...
@paulvi @angelozerr I think that submodules are very good in this case, even when projects are rapidly changing. Nightly builds would happen per each repo separately anyway. When you would...
I'll look into it tomorrow or the day after.
@angelozerr Could you please set up the project and testing framework around it? I guess it would be tern.eclipse.ide.core.tests. It will take some time for me to figure out how...
> Perhaps my integration is not very performant? No, it's not your fault ;) In the early days of adopting Tern in MyEclipse we've checked performance comparisons of Nashorn, Rhino...
@angelozerr FYI we've improved syntax coloring for Luna and Mars in the recent release of Webclipse within a new feature - JSjet - we're using acorn for this. It also...
> It starts working but it can be slow (5sec) for large file. If you are interested with this project, I will be glad to collaborate together. Let's see. Our...
> What do you think about https://github.com/angelozerr/textmate.java? Could you be interested? Not immediately. We are focusing on plain JavaScript for now. I hope to be able to get to TypeScript...
Sorry, forgot to reply for the first time. Basically, if one cares about overriding hash code method, it should work the same as equals method: `a.equals(b) == ( a.hashCode() ==...