# tern-scope-walk **Repository Path**: mirrors_sourcegraph/tern-scope-walk ## Basic Information - **Project Name**: tern-scope-walk - **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-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tern-scope-walk ============ [![Build Status](https://travis-ci.org/sourcegraph/tern-scope-walk.png?branch=master)](https://travis-ci.org/sourcegraph/tern-scope-walk) [![xrefs](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-scope-walk/badges/xrefs.png)](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) [![funcs](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-scope-walk/badges/funcs.png)](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) [![top func](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-scope-walk/badges/top-func.png)](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) [![authors](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-scope-walk/badges/authors.png)](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) [![Total views](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-scope-walk/counters/views.png)](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) tern-scope-walk visits JavaScript scopes created by [marijnh/tern](https://github.com/marijnh/tern)'s [inference engine](http://ternjs.net/doc/manual.html#infer). Documentation: [tern-scope-walk on Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/tern-scope-walk) Running tests ============= Run `npm test`. Contributors ============ * Quinn Slack Contains code from Marijn Haverbeke's [marijnh/tern](https://github.com/marijnh/tern).