Giter Club home page Giter Club logo

Comments (5)

anywhichway avatar anywhichway commented on June 21, 2024

@KiranMohan I have not tried that combination of options. However, I just ran some quick tests. IE11 does not support Object.assign which is used by nano-memoize and comes through on a Babel ES5 transpile so is likely to come through on webpack also. There is a polyfill here https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign You might be able to configure webpack to pull something like this in.

from nano-memoize.

anywhichway avatar anywhichway commented on June 21, 2024

@KiranMohan I just pushed v1.1.6 with a test for ie11. All unit tests pass so long as the polyfill for Object.assign is provided.

from nano-memoize.

KiranMohan avatar KiranMohan commented on June 21, 2024

@anywhichway
Figured out the root cause of my issue. See details here https://stackoverflow.com/questions/57968410/webpack-how-to-transpile-code-in-node-modules

I think transpiling nano-memoize might help other users avoid this issue.

And thank you for this awesome library. 👍

from nano-memoize.

anywhichway avatar anywhichway commented on June 21, 2024

@KiranMohan Thanks for the compliment. I just pushed v1.1.7 to Github (but not to NPM yet). I re-worked it by hand so it is fully compatible with IE 11 in order to keep the size down and the speed up. Take a look and tell me what you think.

from nano-memoize.

anywhichway avatar anywhichway commented on June 21, 2024

@KiranMohan I am closing this so there are not lingering open issues. Re-open if you have a concern.

from nano-memoize.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.