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

fix: add inline string map fallback for ES6 Map #72

Closed
wants to merge 1 commit into from

Conversation

Krinkle
Copy link
Contributor

@Krinkle Krinkle commented Aug 16, 2020

Fixes #71.

farzher added a commit that referenced this pull request Feb 12, 2022
@farzher farzher closed this Feb 12, 2022
@Krinkle Krinkle deleted the fill-es6map branch February 12, 2022 12:42
Krinkle added a commit to Krinkle/fuzzysort that referenced this pull request Feb 14, 2022
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.

Document dependency on ES6 Map (or add inline fallback)
2 participants