Added formatToParts to es5.d.ts#15369
Conversation
|
This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. |
|
From the internationalization spec: https://tc39.github.io/ecma402/
Based on this i would say these should be added to |
|
also cc @bterlson for his expert opinion. |
So I was a little bit unsure about this. Is this correct? |
|
You also need to add it in JakeFile.js |
|
Now based on current master. Phew... touched quite a few places. Run |
|
thanks. for future references you do not need to touch files in |
|
Awesome, thanks. |
Added
Intl.DateTimeFormat.prototype.formatToParts()toes5.d.ts. See here.Not sure if tests are mandatory for interface changes?