pub fn language_analyze(
source: &str,
modules_json: &str,
) -> Result<String, JsValue>Expand description
Analyze source without running initializers, systems, or native effects. Every offset is a UTF-8 byte offset in the indicated source module.