← Back to release summary
Hashbang interpreter line
- Category
- JavaScript
- Type
- New or changed feature
- Status
- Enabled by default (Chrome 74)
- Intent stage
- None
Summary
Allows the first line of a script or module source file to specify an interpreter to evaluate the script.
e.g.
```
#!/path/to/v8/v8-shell
print('Hello, world!');
```
Standards & signals
View on chromestatus.com