Registry / other / biome-js-syntax

biome-js-syntax

JSON →
library0.5.7rscratesunverified

Defines SyntaxKind and common rowan definitions used by the biome_js_parser for JavaScript parsing.

# Cargo.toml [dependencies] biome_js_syntax = "0.5.7"
INSTALL
IMPORT
SIG · BIOME-JS-SYNTAX
B
biome-js-syntax
otherrustv0.5.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SyntaxKind
use biome_js_syntax::SyntaxKind;

Uses a SyntaxKind enum variant from the crate.

use biome_js_syntax::SyntaxKind; fn main() { let kind = SyntaxKind::JS_MODULE; println!("Syntax kind: {:?}", kind); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
2
OpenAI (training)
1
Resources
biome-js-syntax — cargo add biome-js-syntax · libregistry