Code Monkey home page Code Monkey logo

Comments (3)

medikoo avatar medikoo commented on June 25, 2024

@davidwallacejackson thanks for report. I can imagine how painful it can be.

The way it's being tackled is that new version of this package was published under ext name, and this one is free from this problem.

Still ofc packages that depend on es5-ext, also have to be updated. Unfortunately I do not have ETA on that. Which exactly packages (that depend on `es5-ext) impose an issue on your side?

Note it's technically a duplicate of #30

from es5-ext.

davidwallacejackson avatar davidwallacejackson commented on June 25, 2024

Thank you so much for responding so quickly! I'm sorry about missing those existing issues.

I didn't know about ext -- that sounds like the right path forward. There's four or five dependencies in my project using this package, but most of them are dev tooling, so I may not need to change those. The ones that are probably problematic are fantasticon and plotly.js. I'm going to dig in on those and see if their latest versions still use es5-ext -- if they do, I'll open PRs.

Oh, also: would it make sense to put some info about this issue and the new ext package in the project README?

Edit: after investigating fantasticon and plotly.js, it looks like the upstream dependencies that pull in this package are:

If you have time to upgrade them, that'd be awesome! If not, I'll probably submit something myself in the next couple days 🙂

from es5-ext.

medikoo avatar medikoo commented on June 25, 2024

Thanks @davidwallacejackson

Problem is that also ext have not yet ported some stuff from es5-ext.

As I look in case of es6-weak-map it's only object/set-prototype-of that's missing (other missing things as object/is-value can be taken from type, they are not expected to be provided in ext)

In case of cli-color there's way more, and some imply different alternatives (as a lot of time passed and some native variants emerged in a meantime, e.g. instead of object/map or object/for-each we may refer to object/entries and work with that)

from es5-ext.

Related Issues (20)

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.