astw
astw copied to clipboard
Allow unix shebang
This patch passes allowHashBang option to acorn so that unix shebangs don't cause syntax errors.
#!/usr/bin/env node
// ...