Skip to content

Conversation

@JKRT
Copy link
Member

@JKRT JKRT commented Feb 4, 2026

Refactor configuration to support ESM-only @actions packages:

  • Add "type": "module" to package.json for ESM
  • Update tsconfig.json to use NodeNext module resolution
  • Convert jest.config.js to ESM with ts-jest ESM preset
  • Replace ncc with rollup for bundling
  • Update source imports to use .js extensions for ESM compatibility

@JKRT JKRT requested a review from AnHeuermann as a code owner February 4, 2026 10:50
Refactor configuration to support ESM-only @actions packages:
- Add "type": "module" to package.json for ESM
- Update tsconfig.json to use NodeNext module resolution
- Convert jest.config.js to ESM with ts-jest ESM preset
- Replace ncc with rollup for bundling
- Update source imports to use .js extensions for ESM compatibility

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@JKRT JKRT force-pushed the esm-config-update branch from 39289f4 to 19e33b0 Compare February 4, 2026 12:23
@JKRT JKRT self-assigned this Feb 4, 2026
@JKRT
Copy link
Member Author

JKRT commented Feb 4, 2026

@AnHeuermann Awaiting review

@AnHeuermann AnHeuermann merged commit a8375ea into OpenModelica:main Feb 4, 2026
11 checks passed
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.

2 participants