Skip to content

fix timestamp creation for scoped pkgs #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmomtchev
Copy link

Timestamp creation fails on macOS and Linux for scoped pkgs which contain a / as part of the package name

Replace path.sep with -

@ilg-ul
Copy link
Contributor

ilg-ul commented Jun 9, 2025

Thank you for the contribution, but the migration of the cli-start-options package from JS to TS will require some more work.

The first version of the project was written in JS, and, at a certain moment, I tried to rewrite it in TS, as a first step to rewrite the whole xpm project in TS and migrate to ESM.

Unfortunately I soon discovered that this is not such a good idea, since xpm is also used in the VS Code extension, which was not able to import ESM, so I postponed everything.

Apparently VS Code was updated and is, or will be very soon, able to import ESM, so I'll be able to modernise everything.

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

Successfully merging this pull request may close these issues.

2 participants