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

Now we use jshint for code linting. Plan swtich to eslint with semistandard: Pros: * Auto fix ability * Easier to extend(plugin) and configure * With semicolon. no need to...

I passed this code in tern and used `infer.scopeAt` to find scope `var y = 2` line ```javascript function a() { var x = 1; function b() { var y...

First sometimes now regularly tern crashes randomly and hangs my emacs with it. Using tern --verbose gave me this output: ``` [12548:0379F560] 392882 ms: Mark-sweep 705.8 (939.1) -> 705.8 (929.1)...

emacs

I'm using [babel module resolver](https://github.com/tleunen/babel-plugin-module-resolver) in my js project. All imports are absolute, for example: ```js import { serveNotFound, serveRedirect } from 'src/lib/response' ``` How can I configure tern to...

Given the definitions below, the completions returned for text 'Builder.' shows `addQuery` as a `fn()` with no return type. ```json { "!name": "builder", "Builder": { "addQuery": { "!type": "fn() ->...

Hi, I am trying to configure Tern in emacs on Linux and it is not working. Each time I open a new Javascript file I get the following error: `Request...

emacs

Since "$(fn)" is undefined by JQuery module, validation modules like Lint keep showing error like this. > [Lint]: Invalid argument at 1: cannot convert from Function.prototype to string|Node|Array "$(function() {})"...

Really not sure what else to do on this. When I put the cursor on a variable in my Javascript file and hit M-. (or M-x, `tern-find-definition`), the output console...

emacs

Hi, I use `tern` and `auto-complete` in Emacs. I have had success using this on both Linux and Windows but sometimes it doesn't work. I do not get any errors...

emacs