identity #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • recast/
  • example/
  • identity
  • View
  • Commits
  • Open Download .zip Download (176 B)
#!/usr/bin/env node

// This script should echo the contents of the given file without
// modification.

require("recast").run(function(ast, callback) {
    callback(ast);
});
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command