Expand description
Multi-language parser for Parry
Structs§
- Complete
Java Script Ast - JavaScript AST with parsed results
- Complete
Java Script Parser - JavaScript/TypeScript parser
- Component
Info - Information about a JSX component
- Generic
Parser - Generic parser that just stores the source as-is
- Hook
Info - Information about a React hook usage
- Import
Info - Information about an import declaration
- Parse
Results - Parse results containing all extracted information
- RustAst
- Rust AST
- Rust
Parser - Rust parser
- Simple
Java Script Parser - JavaScript/TypeScript parser
Enums§
- Export
Info - Information about an export
- Import
Specifier Info - Information about an import specifier
- Language
- Language detection
- Parsed
Code - Parsed code representation
Traits§
- Parser
- Parser trait
Functions§
- is_
component_ name - Check if name is a component name (PascalCase)
- parser_
for_ language - Get parser for language
- parser_
for_ path - Get parser for file path