Skip to content

Conversation

@saschanaz
Copy link
Contributor

@saschanaz saschanaz commented Sep 13, 2019

Fixes the lib.dom.d.ts part of microsoft/TypeScript#30225 (comment).

This provides autocomplete for types with their own toString() implementation (as toString() inherited from Object is shadowed by default), and also helps third-party tools that depends on TS type library.

const matrix = new DOMMatrix();
matrix.to // should now autocomplete `toString`

cc @domenic

(This restores cpx removed in #753, as it broke npm run baseline-accept.)

@sandersn sandersn merged commit 288facf into microsoft:master Nov 14, 2019
@saschanaz saschanaz deleted the stringifier branch November 22, 2019 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants