ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Strip shebang for interpreter #221

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you do "npm install -g" we can almost do:

#!/usr/bin/env traceur
console.log(`a${'b'}c`)

But we need to comment out the shebang before executing.

Original issue reported on code.google.com by arv@chromium.org on 18 Mar 2013 at 8:30