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

avoid ReferenceError when using fallback for ES6 Map #93

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

Krinkle
Copy link
Contributor

@Krinkle Krinkle commented Feb 14, 2022

Ref #71.
Ref #72.

@farzher farzher merged commit 3094eb5 into farzher:master Feb 14, 2022
@Krinkle Krinkle deleted the fill-es6map branch February 14, 2022 21:30
Krinkle added a commit to qunitjs/qunit that referenced this pull request Mar 27, 2022
Reviewed package diff via
<https://diff.intrinsic.com/fuzzysort/1.1.4/1.2.1>.

The main reason for updating is to bring in my upstream fix
(ref farzher/fuzzysort#72, and
ref farzher/fuzzysort#93) to not depend
on ES6 Map being globally defined.

This unblocks the next commit, which is removing the hack for loading
es6-map.js in an unusual way. That unusual way actually caused both
our own use in test.js and fuzzysort.js to *not* see the native Map
anymore in supporting environents, which I'll fix as well.

Also, since this is a dependency that we bundle as part of the
distribution, pin its version exactly, as we do with `kleur`.
Krinkle added a commit to qunitjs/qunit that referenced this pull request Mar 27, 2022
Reviewed package diff via
<https://diff.intrinsic.com/fuzzysort/1.1.4/1.2.1>.

The main reason for updating is to bring in my upstream fix
(ref farzher/fuzzysort#72, and
ref farzher/fuzzysort#93) to not depend
on ES6 Map being globally defined.

This unblocks the next commit, which is removing the hack for loading
es6-map.js in an unusual way. That unusual way actually caused both
our own use in test.js and fuzzysort.js to *not* see the native Map
anymore in supporting environents, which I'll fix as well.

Also, since this is a dependency that we bundle as part of the
distribution, pin its version exactly, as we do with `kleur`.
Krinkle added a commit to qunitjs/qunit that referenced this pull request Mar 28, 2022
Reviewed package diff via
<https://diff.intrinsic.com/fuzzysort/1.1.4/1.2.1>.

The main reason for updating is to bring in my upstream fix
(ref farzher/fuzzysort#72, and
ref farzher/fuzzysort#93) to not depend
on ES6 Map being globally defined.

This unblocks the next commit, which is removing the hack for loading
es6-map.js in an unusual way. That unusual way actually caused both
our own use in test.js and fuzzysort.js to *not* see the native Map
anymore in supporting environents, which I'll fix as well.

Also, since this is a dependency that we bundle as part of the
distribution, pin its version exactly, as we do with `kleur`.
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

2 participants