Code Monkey home page Code Monkey logo

Comments (4)

isaacs avatar isaacs commented on August 19, 2024

What do you mean by "return value format"? It should always be an array of strings, unless you specify { withFileTypes: true } in the options.

If you are saying that the order of the returned results is inconsistent, then yes, that is true. It's dependent on the order in which the operating system returns values from the directory read() operation, which is nondeterministic.

If you want the results to be sorted, you can globSync(...).sort((a, b) => a.localeCompare(b, 'en')).

from node-glob.

haaaafgdbar avatar haaaafgdbar commented on August 19, 2024

sorry, the problem I just described is wrong, version 10 of glob.sync does not return the same result every time. But I used glob.sync 7.1.6 to return the same result every time. So I'm not sure if it's an OS issue or a version issue

from node-glob.

isaacs avatar isaacs commented on August 19, 2024

Do you have an example you can share where globSync returns different results each time? That should definitely not happen, unless the file system changes while the search is being performed.

from node-glob.

isaacs avatar isaacs commented on August 19, 2024

I've tried reproducing this with a variety of patterns in the benchmark fixtures used by this project, and can't find a case where globSync produces different results between runs. Different order of results, yes, but the same results are returned every time.

Happy to re-open if a reproduction case can be provided, otherwise closing to remove it from my todo list.

from node-glob.

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.