[TIMOB-28017] TypeScript: Split up definition into multiple files
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Eric Merriman |
Created | 2020-07-14T10:37:00.000+0000 |
Updated | 2020-07-14T10:37:00.000+0000 |
Description
We got notified that if our definition file keeps growing, it could lead to issues with the GitHub API. In order to resolve this we should split the generated typings up into separated files, for example for each module like
ui.d.ts
, platform.d.ts
etc.
See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/46029
No comments