Skip to content
New issue

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

Deprecate ts node script #948

Merged
merged 11 commits into from Feb 15, 2020
Merged

Deprecate ts node script #948

merged 11 commits into from Feb 15, 2020

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Jan 24, 2020

Following on from #939, this deprecated ts-script in favor of ts-node-script.

(I've based this off #939 to avoid a merge conflict, so this should be merged after that PR is merged).

@coveralls
Copy link

coveralls commented Jan 24, 2020

Coverage Status

Coverage remained the same at 78.864% when pulling 17e5102 on G-Rath:deprecate-ts-node-script into f3f61e2 on TypeStrong:master.

package.json Outdated
@@ -6,7 +6,9 @@
"types": "dist/index.d.ts",
"bin": {
"ts-node": "dist/bin.js",
"ts-script": "dist/script.js"
"ts-script": "dist/script-deprecated.js",
"ts-node-script": "dist/script.js",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Let's move to bin-*.js to clarify intent, but LGTM.

@G-Rath G-Rath deleted the deprecate-ts-node-script branch March 31, 2020 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Andrew Bradley's Tasks
Merged to master
Development

Successfully merging this pull request may close these issues.

None yet

4 participants