Code Monkey home page Code Monkey logo

Comments (11)

prescience-data avatar prescience-data commented on May 29, 2024 3

Presently I run the following via npm-run-all to address this in the event it helps someone:

{
  "scripts": { 
    "barrels": "run-s barrels:*",
    "barrels:generate": "barrelsby -d src -c node_modules/<ORG>/node-rig/profiles/default/barrelsby.json",
    "barrels:lint": "eslint src/**/index.ts --fix",
  }
}

When npm|pnpm|yarn run barrels is executed (either locally or in ci) it generates the barrel files and then performs a lint --fix on all index.ts files to normalise them according to rules.

from barrelsby.

ChristianUlbrich avatar ChristianUlbrich commented on May 29, 2024 1

Furthermore there are other things a little bit odd, the "sorting" is platform dependent, i.e. running barrelsby on Windoozw will give another order than on MacOS. This causes unstaged changes in CI and some epic wars between Windows/MacOS-Users...

from barrelsby.

github-actions avatar github-actions commented on May 29, 2024

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

from barrelsby.

4ekki avatar 4ekki commented on May 29, 2024

Not stale

from barrelsby.

github-actions avatar github-actions commented on May 29, 2024

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

from barrelsby.

4ekki avatar 4ekki commented on May 29, 2024

Still actual

from barrelsby.

BitForger avatar BitForger commented on May 29, 2024

Sorry, I meant to address this earlier. I needed time to go through and figure out how it decides the order to create the exports.

The exports are created in the order they appear in the filesystem. There is no sorting done by barrelsby from what I can tell. For now, I'm going to recommend running your linter after creating the barrel if you need them in order. This will likely become a configuration options in v3 when ESM support comes along.

from barrelsby.

4ekki avatar 4ekki commented on May 29, 2024

Still actual

from barrelsby.

github-actions avatar github-actions commented on May 29, 2024

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

from barrelsby.

github-actions avatar github-actions commented on May 29, 2024

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

from barrelsby.

github-actions avatar github-actions commented on May 29, 2024

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

from barrelsby.

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.