npm.io
4.9.0 • Published 2d ago

@gi.ts/parser

Licence
MIT
Version
4.9.0
Deps
0
Vulns
0
Weekly
0
Stars
290

TS for GIR

TypeScript type definition generator for GObject introspection GIR files

Parser

Core parser for GObject Introspection Repository (GIR) XML files. This package converts GIR XML files into structured TypeScript interfaces that can be used by the rest of the ts-for-gir toolchain.

The parser provides:

  • Complete type definitions for the GIR XML format
  • XML parsing capabilities using fast-xml-parser
  • TypeScript interfaces representing the GIR structure