tern icon indicating copy to clipboard operation
tern copied to clipboard

A JavaScript code analyzer for deep, cross-editor language support

Results 105 tern issues
Sort by recently updated
recently updated
newest added
trafficstars

Getting refs for the property `x.test1` at the shown cursor position only returns to root definition and not all references as shown below: ![image](https://user-images.githubusercontent.com/5336369/185777560-bfb8a4b3-aeb0-4ff1-b1a5-26e89c5b8645.png) ## 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...