We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With #5765
Code :
#! /usr/bin/env node import express = require("express");
JS:
#! /usr/bin/env node"use strict"; var express = require("express");
Expected:
#! /usr/bin/env node "use strict"; var express = require("express");
The text was updated successfully, but these errors were encountered:
@weswigham can you take a look?
Sorry, something went wrong.
fix(shebang) remove shebang trivia from ts file and just use a plain …
98c7799
…file to handle that workaround for microsoft/TypeScript#5928
bc73f31
Merge pull request #5939 from weswigham/use-strict-shebang
209ec68
Fix #5928 - Write line after shebang
No branches or pull requests
With #5765
Code :
JS:
Expected:
The text was updated successfully, but these errors were encountered: