microsoft / microsoft/TypeScript

Microsoft.TypeScript.Compiler

Đang mở
#38,701 5 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Visual Studio
Ngôn ngữ chính
Go
Star
111k
Fork
14.4k
Merge trung bình
1 ngày 19 giờ
Pull request đã merge (30 ngày)
117

Mô tả

Search Terms

Microsoft.TypeScript.Compiler
Microsoft.TypeScript.MSBuild
nuget
tsc.exe
standalone

Suggestion

Can you point me towards whatever used to be responsible for making this wrapped exe?
I was hoping to use this NuGet package for integration of TypeScript into a project which doesn't use Node,. The idea of having a self-contained NuGet package to let builds be reproduced in the future without Node installed as appealing to me, but I'm not super in tune with the JavaScript ecosystem in general so I wouldn't know where to begin on making my own self-contained exe like that. Plan B is to just throw Node and tsc.js into an internal NuGet package, but a self-maintained tsc.exe route seems more elegant if it isn't a huge ordeal.
--@PathogenDavid

This is a reopening of this issue #29689, which had outstanding questions.

In particular, as there environments out here that became dependant on the tsc.exe tooling which was optimal for us in producing TS code, how do we properly recreate the tool if it's not directly provided anymore?

Or perhaps more pointedly, the tsc build team had the ability to produce this before, would it be possible for them to keep the builds running? There would be a great deal of appreciation if that were the case.

Use Cases

There are many projects out there are shipping or aim to ship some typescript without accepting node as a dependency. Many build chains are heavy and fragile already without adding "the tool to build the tool". Even if we were to use package manager in our devops efforts, that would just get the tool (node) to build the tool (npm) to get and build the tool (tsc) to build our code....

(this shenanigans has actually prevented us from using some TS projects\libraries (that didn't have browser builds) as to not add another layer to the statement above)

:-|

Examples

Should be:

C:\Users\Dev>tsc -v
Version 3.9.3

Is:

C:\Users\Dev>tsc -v
Version 3.1.5

Checklist

My suggestion meets these guidelines:

  • This wouldn't be a breaking change in existing TypeScript/JavaScript code
  • This wouldn't change the runtime behavior of existing JavaScript code
  • This could be implemented without emitting different JS based on the types of the expressions
  • This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
  • This feature would agree with the rest of TypeScript's Design Goals. [10 sounds nice]

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Bắt đầu bằng việc xem xét issue #29689 đã được mở lại và lịch sử các package Microsoft.TypeScript.Compiler và Microsoft.TypeScript.MSBuild. Kiểm tra cách tsc.exe hiện có được tạo ra và so sánh với bản phân phối TypeScript dựa trên Node hiện tại. Được xem là hoàn tất khi đã ghi lại hoặc khôi phục một workflow tsc.exe độc lập, có thể tái tạo và được phân phối qua NuGet, bao gồm hành vi phiên bản được yêu cầu.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
node.js, typescript
Lĩnh vực
build-system, tooling
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.