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

Some of the jQuery methods like attr, css, and prop, function as both getters and setters, and return different types for the getter vs. the setter. It would be nice...

I have tern working well for functions and variables within a file, but I get "No definition found." when I try to jump to a function outside the current file....

This doesn't seem to be supported by Tern's AngularJS plugin, however it is now the recommended way to do dependency injection in Angular 1.x

I have a problem with my tern express plugin since I'm using "!known_modules". Tern express defines a Request which extends node http.IncomingMessage. ``` javascript "!define": { request: { Request: {...

Thank you for great job so far. Currently I am using ternjs for types and defs resolution. But I faced the next issue - amount of resolved defs are much...

Hi again! Similar to the previous issue, I'm now seeing a different problem on file deletion. This one I have not isolated a reproduction case for beforehand because I am...

@marijnh I would like to share with you, a problem that many people told me with my custom tern plugin : - https://github.com/angelozerr/tern-lint/issues/64 - https://github.com/angelozerr/tern-jasmine/issues/3 - https://github.com/angelozerr/tern-node-express/issues/16 The issue is...

There's error when in js2-mode: ``` Debugger entered--Lisp error: (file-error "Creating pipe" "too many open files") start-process("Tern" nil "node" "d:/Emacs/.emacs.d/tern/bin/tern" "--strip-crs") apply(start-process "Tern" nil ("node" "d:/Emacs/.emacs.d/tern/bin/tern" "--strip-crs")) (let* ((default-directory tern-project-dir)...

steps to reproduce: - enable angular plugin in main demo and add the following code ``` angular.module('SageDataManager') .controller('wholeapp', ['$scope','$http', function($scope, $http) {}]) .controller('navbardata', ['$scope','$http', '$timeout', function($scope, $http, $timeout) {}]) .controller('mainmenu',...

I see no directions how to run it in the readme. I have the emacs plug in and cloned the server. Did npm install, node lib/tern.js which exits with status...