@0xsarwagya/ontoly-parser-typescript
v1.3.3
Published
JavaScript and TypeScript parser and relationship extractor for Ontoly.
Maintainers
Readme
@0xsarwagya/ontoly-parser-typescript
Responsibility
@0xsarwagya/ontoly-parser-typescript is Ontoly's JavaScript and TypeScript
compiler frontend. It uses the TypeScript Compiler API to emit language-aware
compiler symbols and relationships for ESM, CommonJS, JSX, and TypeScript. It
does not own graph storage, query APIs, MCP transport, CLI commands, or generic
framework policy.
See the repository architecture map for package boundaries.
Installation
pnpm add @0xsarwagya/ontoly-parser-typescriptAPI
- JavaScript and TypeScript frontend pass factory.
- Compiler-symbol emission and relationship extraction through the TypeScript Compiler API.
- Static ESM, dynamic
import(),require(),module.exports, andexports.*support.
Example
import { createTypeScriptFrontendPass } from "@0xsarwagya/ontoly-parser-typescript";
const pass = createTypeScriptFrontendPass();Status
Stable v1.0.0 package. Public contracts are governed by the Software Graph specification and RFC process.
