-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Tern.js library in active development/support? #1051
Comments
@othree took over maintenance. But I'd recommend going with TypeScript (even if just running it on plain JavaScript) nowadays. |
Hi @abose, sorry for any inconvenience. I don't have very much time like before. So the current policy is: I will fix critical issues which caused the tern client/server crash. And for other issues, I can't give any word. And about your reports issues. I am looking at 1049 now. I think 1050 will be much more complex(which is related to the parser and AST). So I won't spend much time on it at the moment. BTW PR is always welcome. If I can reproduce the issue. I will help the PR to get merged. |
Thanks for the reply @othree . Even brackets community is very short of devs, so I can understand. Thanks for helping! Ill try a bit to see if I can help in dev to implement some of our required functions. Can you give some pointers on tern development. |
Brackets currently uses a webwoker to host tern and directly uses the is API. |
How are the definition files generated? |
@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 maintained. But for some use cases, you can use |
The tern server runs direcrly inside a webworker. Brackets doesn't use node based tern server. |
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. Use a different browser to do so. |
Hi All,
I see that that last commit made to this library is in 2019, Just wanted to confirm if this library is actively supported or on any deprecation path?
@marijnh
Brackets Editor heavily relies on Tern.js and as we add more workflows involving tern, just wanted to ensure that the library is recommended/supported.
#1050
#1049
Thanks,
Arun.
The text was updated successfully, but these errors were encountered: