GithubHelp home page GithubHelp logo

Comments (4)

mbostock avatar mbostock commented on April 28, 2024

It’s a bit obnoxious of tooling to place this burden on library authors in this way, but at any rate, I’ll probably switch everything to use named instead of default exports at some point. It’s not high on my priority list, though, sorry.

from d3-format.

gabrielbahniuk avatar gabrielbahniuk commented on April 28, 2024

It’s a bit obnoxious of tooling to place this burden on library authors in this way, but at any rate, I’ll probably switch everything to use named instead of default exports at some point. It’s not high on my priority list, though, sorry.

@mbostock it was only a question as I am investigating solutions for the problem I have, not placing a burden on anyone, sorry if you understood that way. Thank you for the answer.

from d3-format.

mbostock avatar mbostock commented on April 28, 2024

@gabrielbahniuk My comment was directed at Next.js (or maybe React Fast Refresh? wherever the warning comes from). It seems strange that it can’t just assign an arbitrary name like “_default” and make anonymous default exports work out of the box. My objection is that JavaScript provides a standard language feature (default exports) and it’s a shame when tooling doesn’t support the language standard completely, and then the burden is placed on library authors to rewrite their code to satisfy the limitations of popular tooling.

from d3-format.

gabrielbahniuk avatar gabrielbahniuk commented on April 28, 2024

@mbostock oh, i misinterpreted and agree with you - there are a few d3-* packages, but imagine if there were 100+ packages, I would have to change each one because of 1 framework - that doesn't sound right (even though naming functions seem correct, but not for this purpose).

I will continue my investigation and try out other solutions as well.

As a side note: not sure if that would be ok for you but I would be fine to open PRs to replace non-named by named functions in default exports.

from d3-format.

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.