# tree-sitter-typescript **Repository Path**: bison-fork/tree-sitter-typescript ## Basic Information - **Project Name**: tree-sitter-typescript - **Description**: fork自:https://github.com/tree-sitter/tree-sitter-typescript.git,tree-sitter的typscript语法分析器 - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tree-sitter-typescript =========================== [![Build Status](https://github.com/tree-sitter/tree-sitter-typescript/workflows/build/badge.svg)](https://github.com/tree-sitter/tree-sitter-typescript/actions?query=workflow%3Abuild) [![Build status](https://ci.appveyor.com/api/projects/status/rn11gs5y3tm7tuy0/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-typescript/branch/master) TypeScript and TSX grammars for [tree-sitter][]. Because TSX and TypeScript are actually two different dialects, this module defines two grammars. Require them as follows: ```js require('tree-sitter-typescript').typescript; // TypeScript grammar require('tree-sitter-typescript').tsx; // TSX grammar ``` [tree-sitter]: https://github.com/tree-sitter/tree-sitter References * [TypeScript Language Spec](https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md)