mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-17 01:15:55 +08:00
add
This commit is contained in:
parent
f065389559
commit
5f414d91d4
@ -1001,7 +1001,9 @@ function muti_process_jsfuckdefusion(jscode){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function muti_process_aline(jscode){
|
function muti_process_aline(jscode){
|
||||||
return generator(parser.parse(jscode), {minified:true}).code
|
var ast = parser.parse(jscode)
|
||||||
|
traverse(ast, {enter: function(path){t.removeComments(path.node);}})
|
||||||
|
return generator(ast, {minified:true}).code
|
||||||
}
|
}
|
||||||
|
|
||||||
// const fs = require('fs');
|
// const fs = require('fs');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user