We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inflate
Based on the unit test:
LokiJS/spec/generic/immutable.spec.js
Lines 1051 to 1059 in 25b9a33
Loki should read the returned value of inflater as the returned data, but the implementation didn't do this:
LokiJS/src/lokijs.js
Lines 1741 to 1745 in 25b9a33
The code should be:
return function (data) { var collObj = new (collOptions.proto)(); return inflater(data, collObj) ?? collObj; };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on the unit test:
LokiJS/spec/generic/immutable.spec.js
Lines 1051 to 1059 in 25b9a33
Loki should read the returned value of inflater as the returned data, but the implementation didn't do this:
LokiJS/src/lokijs.js
Lines 1741 to 1745 in 25b9a33
The code should be:
The text was updated successfully, but these errors were encountered: