# tern-override-plugin **Repository Path**: mirrors_sourcegraph/tern-override-plugin ## Basic Information - **Project Name**: tern-override-plugin - **Description**: Tern plugin that overrides inferred types for all instances of a specific AST expression - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tern-override-plugin A [tern](http://ternjs.net) plugin that overrides inferred types for all instances of a specific AST expression. **[Documentation on Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/tern-override-plugin)** [![Build Status](https://travis-ci.org/sourcegraph/tern-override-plugin.png?branch=master)](https://travis-ci.org/sourcegraph/tern-override-plugin) [![status](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-override-plugin/badges/status.png)](https://sourcegraph.com/github.com/sourcegraph/tern-override-plugin) [![authors](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-override-plugin/badges/authors.png)](https://sourcegraph.com/github.com/sourcegraph/tern-override-plugin) [![Total views](https://sourcegraph.com/api/repos/github.com/sourcegraph/tern-override-plugin/counters/views.png)](https://sourcegraph.com/github.com/sourcegraph/tern-override-plugin) ## Usage To install dependencies, run `npm install`. TODO(sqs): add more usage information. ## Running tests Run `npm test`. ## Authors Contributions are welcome! Submit a GitHub issue or pull request. * [Quinn Slack (sqs)](https://sourcegraph.com/sqs)