Generated lib*.d.ts files differ from the files in TypeScript SDK #41597
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Effort: Moderate
Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".
Help Wanted
You can do this
Milestone
TypeScript Version: at least 3.9.7 and 4.0.5
The
lib/lib*.d.ts
andbuilt/local/lib*.d.ts
files contain mixed line breaks (LF/CRLF) and differ from the files in the TypeScript SDK, which contain only LF.Steps to reproduce
Build
LKG
orlocal
on any operating system.Expected behavior:
Consistent line breaks in
lib*.d.ts
files and no differences from the TypeScript SDK.Actual behavior:
Mixed line breaks.
The text was updated successfully, but these errors were encountered: