Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

feat: allow lazy || wrapper classes #94

Merged
merged 1 commit into from
Jul 11, 2019
Merged

feat: allow lazy || wrapper classes #94

merged 1 commit into from
Jul 11, 2019

Conversation

FauxFaux
Copy link
Contributor

What does this PR do?

Detect:

var Class = Class || (function (Object) {
  function foo() {}
});

.. as Class.foo. We saw this in es-class.

@FauxFaux FauxFaux merged commit b8fde78 into master Jul 11, 2019
@FauxFaux FauxFaux deleted the feat/lazy-class branch July 11, 2019 10:21
@snyksec
Copy link

snyksec commented Jul 11, 2019

🎉 This PR is included in version 1.46.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants