Giter Site home page Giter Site logo

Comments (11)

SevInf avatar SevInf commented on May 31, 2024 1

Ok, so far I've submitted a patch to require-from-string, doing the cleanup: floatdrop/require-from-string#9.

I'm still not entirely sure it belongs there, let's see what maintainers say. But if it won't be merged, I think we still can continue to use require-from-string and do this cleanup in cosmiconfig instead.

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024 1

Fixed and released in 3.0.1 ๐ŸŽ‰

from cosmiconfig.

davidtheclark avatar davidtheclark commented on May 31, 2024

That's a bummer and also very interesting, @SevInf. Thanks for investigating it. Do you have any recommendations that might fix it?

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024

Thanks for investigating it

+1 from me as well.

Is this a bug in require-from-string or is the problem related to how cosmiconfig uses it?

from cosmiconfig.

SevInf avatar SevInf commented on May 31, 2024

@davidtheclark it looks like replacing require-from-string with something like import-fresh fixes it. I can send pull request tomorrow.

@sudo-suhas from require-from-string point of view, I think, this behavior is correct, it just might not align that well with cosmiconfig.

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024

Thanks @SevInf. Isn't import-from more suited to the purpose than import-fresh?

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024

Sorry. Closed by mistake.

from cosmiconfig.

SevInf avatar SevInf commented on May 31, 2024

@sudo-suhas I think by the time it gets to loadJs cosmiconfig have already figured out the absolute path to the file, so import-from won't add anything new to a plain require here.

I assumed require-from-string is used instead of require to bypass require.cache. Is it true? If so, import-fresh will preserve this behavior.

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024

Honestly not too sure. Perhaps @davidtheclark can clarify. AFAIK there is no intent to bypass require.cache. Also see sindresorhus/import-from#4 (comment).

from cosmiconfig.

davidtheclark avatar davidtheclark commented on May 31, 2024

@SevInf @sudo-suhas: For a little background you can read #21 and #51.

The summary: We were using require-from-string because it allowed us to avoid reading the file multiple times and to stay asynchronous. Those are the things we would sacrifice, I think, if we switched to require. What do you think about the trade-offs?

from cosmiconfig.

sudo-suhas avatar sudo-suhas commented on May 31, 2024

I tried to upgrade deps so that this issue would be fixed. However, faced an issue due to jest + require-from-string which is failing a lot of tests. Have created a PR floatdrop/require-from-string#10 which will fix the issue.

from cosmiconfig.

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.