fix: remove leading zero-width-space from comments, ensure space after links
This commit is contained in:
parent
8cadbc1a4c
commit
162959ca45
3 changed files with 41 additions and 5 deletions
|
|
@ -250,6 +250,7 @@ fn extract_js_fn(js: &str, offset: usize, name: &str) -> Result<String, DeobfErr
|
|||
}
|
||||
}
|
||||
|
||||
// Looking for variable names
|
||||
if let Token::Ident(id) = &token {
|
||||
if !period_before {
|
||||
let id_str = id.to_string();
|
||||
|
|
|
|||
Reference in a new issue