Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
recast
/
example
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/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); });