# scopevisitor.js **Repository Path**: mirrors_sourcegraph/scopevisitor.js ## Basic Information - **Project Name**: scopevisitor.js - **Description**: visits JavaScript scopes created by tern's inference engine - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README scopevisitor ============ [![xrefs](https://sourcegraph.com/api/repos/github.com/sourcegraph/scopevisitor.js/badges/xrefs.png)](https://sourcegraph.com/github.com/sourcegraph/scopevisitor.js) [![funcs](https://sourcegraph.com/api/repos/github.com/sourcegraph/scopevisitor.js/badges/funcs.png)](https://sourcegraph.com/github.com/sourcegraph/scopevisitor.js) [![top func](https://sourcegraph.com/api/repos/github.com/sourcegraph/scopevisitor.js/badges/top-func.png)](https://sourcegraph.com/github.com/sourcegraph/scopevisitor.js) scopevisitor is a node.js package that visits JavaScript scopes created by [marijnh/tern](https://github.com/marijnh/tern)'s [inference engine](http://ternjs.net/doc/manual.html#infer). Documentation: [scopevisitor.js on Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/scopevisitor.js) Running tests ============= Run `npm test`. Contributors ============ * Quinn Slack Contains code from Marijn Haverbeke's [marijnh/tern](https://github.com/marijnh/tern).