Skip to main content

parse_for_eslint_json_string

Function parse_for_eslint_json_string 

Source
pub fn parse_for_eslint_json_string(code: &str) -> String
Expand description

Parse WXML for ESLint and return the result as a JSON string directly, avoiding the expensive serde_json::from_str → Value step.