amis-rpc-design/node_modules/recast/example/identity

9 lines
176 B
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
#!/usr/bin/env node
// This script should echo the contents of the given file without
// modification.
require("recast").run(function(ast, callback) {
callback(ast);
});