aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity')
-rwxr-xr-xdeps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity b/deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity
deleted file mode 100755
index 62981b8f68..0000000000
--- a/deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env node
-
-// This script should echo the contents of the given file without
-// modification.
-
-require("recast").run(function(ast, callback) {
- callback(ast);
-});