TypeScript/tests/cases/compiler/shebang.ts

3 lines
80 B
TypeScript
Raw Normal View History

2015-08-02 03:25:55 +02:00
#!/usr/bin/env node
var foo = 'I wish the generated JS to be executed in node';