Registry / other / rslint-parser

rslint-parser

JSON →
library0.3.1rscratesunverified

An extremely fast ECMAScript parser for the rslint project.

# Cargo.toml [dependencies] rslint_parser = "0.3.1"
INSTALL
IMPORT
SIG · RSLINT-PARSER
R
rslint-parser
otherrustv0.3.1
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.

parse_script
use rslint_parser::parse_script;

Parse a JavaScript/ECMAScript script string.

use rslint_parser::parse_script; let result = parse_script("let x = 1;".to_string(), 0); println!("{:?}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rslint-parser — cargo add rslint-parser · libregistry