Skip to content

Conversation

@gustavohenke
Copy link
Member

@gustavohenke gustavohenke commented Dec 14, 2023

Fixes a bunch of issues when using concurrently

  1. For require() function (from both TS and pure JS)
  2. With TS + import syntax, but without ES module interop
  3. With TS + import syntax, but with ES module interop
  4. As an ES Module (from both TS and pure JS)

On the side, the named export concurrently is now the fully configured concurrently.
This was done to simplify the exports in the index files (most likely specific to ESM, but I've lost track of why exactly).

Will add some smoke tests in a follow up PR so that this one stays mostly focused to the core changes.

Fixes #399
Fixes #454
Closes #440

@coveralls
Copy link

coveralls commented Dec 14, 2023

Coverage Status

coverage: 99.2% (+0.003%) from 99.197%
when pulling e160bd3 on issue-399
into 0c64306 on main.

@gustavohenke gustavohenke requested a review from paescuj January 4, 2024 15:03
@gustavohenke gustavohenke marked this pull request as ready for review January 4, 2024 15:03
@gustavohenke gustavohenke added this to the v9 milestone Jan 12, 2024
@gustavohenke
Copy link
Member Author

Bit of a bump @paescuj, might proceed without a review in a few days

@gustavohenke
Copy link
Member Author

Hey! This is now fixed in v9.0.0.
https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

3 participants