TypeScriptParser.Native 0.0.9.25

dotnet add package TypeScriptParser.Native --version 0.0.9.25
                    
NuGet\Install-Package TypeScriptParser.Native -Version 0.0.9.25
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TypeScriptParser.Native" Version="0.0.9.25" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TypeScriptParser.Native" Version="0.0.9.25" />
                    
Directory.Packages.props
<PackageReference Include="TypeScriptParser.Native" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TypeScriptParser.Native --version 0.0.9.25
                    
#r "nuget: TypeScriptParser.Native, 0.0.9.25"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TypeScriptParser.Native@0.0.9.25
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TypeScriptParser.Native&version=0.0.9.25
                    
Install as a Cake Addin
#tool nuget:?package=TypeScriptParser.Native&version=0.0.9.25
                    
Install as a Cake Tool

TypeScriptParser.Native

This package contains the native libraries required for TypeScriptParser to function across different platforms.

Supported Platforms

  • Windows (x64, x86)
  • Linux (x64)
  • macOS (x64, ARM64)

Usage

This package is automatically referenced by the main TypeScriptParser package. You typically don't need to reference this package directly.

Native Libraries Included

  • tree-sitter - Core Tree-sitter parsing library
  • tree-sitter-typescript - TypeScript language grammar for Tree-sitter

Version Information

This package is built against:

  • Tree-sitter core version: 0.20.8
  • TypeScript grammar version: 0.20.3
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.9.25 486 8/24/2025 0.0.9.25 is deprecated because it is no longer maintained.
0.0.8.24 288 8/24/2025
0.0.7.21 245 8/24/2025
0.0.6.20 249 8/24/2025
0.0.4.19 151 8/24/2025
0.0.3.18 152 8/24/2025
0.0.2.16 210 8/24/2025

基于Tree-sitter的TypeScript解析器 - 支持跨平台Native库自动管理