othree

Results 111 comments of othree

@abose You mean the tern server is running inside a webworker? or the webworker process is the middleman between bracket and tern server? The def files in https://github.com/ternjs/tern/tree/master/defs are manually...

I will suggest testing the Tern in a different editor. You can use the Brackets editor to edit the code. But to verify the change and see the debug log....

Can't reproduce case 3 Case 1 is incorrect because it requires `super()` in the consturctor of Core2 Case 2 is expected behavior

Yes, but it not easy to do something when **not** see something. I will keep this open until I found a good solution.

Hi, modules.js uses registered resolvers first. If nothing found by any registered resolvers. It will then use the default resolver to try again ([ref][1]). Maybe you use node_resolve plugin too....

Oh, I just realize the config of plugins are object. I think a better solution is try to allow the plugin config have order.

Sorry to let you feel bad. I am in a rush time recently(home, work, family). I think to change the order is a breaking change. Might cause other user have...

Sorry, I don't understand what you are talking about. Can you provide a demo or describe more details.

Yes, AFAIK the child properties of an object still possible to provide such information.

I am think to add a official jsx plugin to deal with this.