tern
tern copied to clipboard
A JavaScript code analyzer for deep, cross-editor language support
Getting refs for the property `x.test1` at the shown cursor position only returns to root definition and not all references as shown below:  ## code ```js // Object let...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Add "valueOf" to Boolean prototype to return the proper type. Boolean's stdProto's valueOf returns a number type, whereas Boolean's valueOf should return a boolean type.
A transitive dependency, `inflight`, which is a dependency of `glob@^7.1.1`, has been deprecated due to a memory leak. The maintainer of `glob` is unwilling to patch v7.x, so the problem...
I've been testing tern on some minified files, but tern doesn't like the following code. I've been banging my head on this for a while to no avail. ```sh curl...