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

Feature Request: TypeScript Engine for .NET #6263

Closed
neurospeech opened this issue Dec 27, 2015 · 1 comment
Closed

Feature Request: TypeScript Engine for .NET #6263

neurospeech opened this issue Dec 27, 2015 · 1 comment
Labels
Declined The issue was declined as something which matches the TypeScript vision Out of Scope This idea sits outside of the TypeScript language design constraints

Comments

@neurospeech
Copy link

It is good to have TypeScript compiled into JavaScript. But at the same time, it would be nice to have a TypeScript Engine pretty much same as JInt or IronJS, which will allow us to execute TypeScript right within .NET.

Use case:

  1. Create reusable TypeScript components that can be used in nodeJS as well as ASP.NET MVC
  2. Can reuse Entity Framework or any .NET based library within TypeScript Engine
@DanielRosenwasser DanielRosenwasser added Declined The issue was declined as something which matches the TypeScript vision Out of Scope This idea sits outside of the TypeScript language design constraints labels Dec 27, 2015
@DanielRosenwasser
Copy link
Member

This is similar to #2565 and #5200. That's not really in the scope of the TypeScript project, and if someone else would be willing to do that, that'd be great. To achieve something similar, I would recommend looking into Edge.js to achieve something like this, and look into node packages that are able to run TS code on the fly if that's really a necessity.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Declined The issue was declined as something which matches the TypeScript vision Out of Scope This idea sits outside of the TypeScript language design constraints
Projects
None yet
Development

No branches or pull requests

1 participant