Sha256: 1f03d560251459d3dcb34e26a632d56d2d5e9002e80c1b2b9de99f691e6ae949
Contents?: true
Size: 176 Bytes
Versions: 51
Compression:
Stored size: 176 Bytes
Contents
#!/usr/bin/env node // This script should echo the contents of the given file without // modification. require("recast").run(function(ast, callback) { callback(ast); });
Version data entries
51 entries across 37 versions & 10 rubygems