microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

feat: Add TSDoc comments #91

Closed ExE-Boss closed 2 years ago

ExE-Boss commented 4 years ago

This adds TSDoc comments to tslib.d.ts.

The purpose of this is to make it easier to manually use these and to add whitespace lines between individual export declarations to minimise merge conflicts between my type adding PRs.

rbuckton commented 3 years ago

In general this is fine, but this needs to be updated with the addition of __spreadArray and the introduction of the @deprecated tag on __spread and __spreadArrays.