Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle entire API polyfill case #190

Merged
merged 1 commit into from
Mar 18, 2019
Merged

Conversation

amilajack
Copy link
Owner

@amilajack amilajack commented Mar 17, 2019

Tasks

  • add test cases
  • update CHANGELOG

Handle cases where entire API is polyfiled. Here's an example of the kind of cases this PR covers:

{
  // ...
  "settings": {
    "polyfills": [
      // Example of marking entire API and all methods and properties as polyfilled
      "Promise"
    ]
  }
}

This will mark all the following APIs as polyfilled: Promise.all, Promise.race, Promise.prototype.then, etc

@amilajack amilajack merged commit e784b3d into master Mar 18, 2019
@amilajack amilajack deleted the handle-entire-api-polyfill branch April 6, 2019 23:15
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.

None yet

1 participant