[DEGRADE] Object.assign polyfill isn't injected by ES2018 object rest props #3139
Labels
internal-issue-created
An internal Google issue has been created to track this GitHub issue
P2
triage-done
Has been reviewed by someone on triage rotation.
Input:
v20181008 injects
Object.assign
polyfill expectdly: outputv20181028 doesn't: output
In result, the compiled code throws
TypeError: Object function Object() { [native code] } has no method 'assign'
.The text was updated successfully, but these errors were encountered: