Files
dienstplan/node_modules/recast/example/identity
T
2017-09-13 07:52:34 +02:00

9 lines
176 B
JavaScript

#!/usr/bin/env node
// This script should echo the contents of the given file without
// modification.
require("recast").run(function(ast, callback) {
callback(ast);
});