Skip to content

feat: convert project to es module#541

Closed
hereje wants to merge 6 commits into
hfg-gmuend:masterfrom
hereje:feat/migrate-to-esm
Closed

feat: convert project to es module#541
hereje wants to merge 6 commits into
hfg-gmuend:masterfrom
hereje:feat/migrate-to-esm

Conversation

@hereje

@hereje hereje commented May 14, 2025

Copy link
Copy Markdown

convert project to ESM

  • convert type to module on package.json
  • replace optimist with yargs-parser
  • update references to optimist on test files
  • fix broken files
  • update import for json files
  • set required minimal node engine
  • update .nvmrc file

Fixes: #518

- convert type to module on package.json
- replace optimist with yargs-parser
- update references to optimist on test files
- fix broken files
- update import for json files
- set required minimal node engine
- update .nvmrc file
@b-g

b-g commented May 14, 2025

Copy link
Copy Markdown
Member

Hi @hereje, many thanks for this! However, first we would like to review and merge #536 (which very likely will take a few days/weeks) ... before tackling #518. Hence I think it is better to either wait or to base this PR on #536. I would rather vote to wait until we have integrated / tested #536. cc @kili-ilo

hereje added 5 commits August 8, 2025 19:21
- convert type to module on package.json
- replace optimist with yargs-parser
- update references to optimist on test files
- fix broken files
- update import for json files
- set required minimal node engine
- update .nvmrc file
- replace 'assert' with 'with'
@b-g

b-g commented Apr 13, 2026

Copy link
Copy Markdown
Member

Closed due to inactivity. Please re-open if you want to give it another go.

@b-g b-g closed this Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ESM module

2 participants