Skip to content

Migrate project to ESM - #699

Merged
elchininet merged 2 commits into
masterfrom
migrate_project_to_esm
Aug 2, 2026
Merged

Migrate project to ESM#699
elchininet merged 2 commits into
masterfrom
migrate_project_to_esm

Conversation

@elchininet

Copy link
Copy Markdown
Owner

This pull request migrates the project to ESM and add type: module to the main package.json and the Playground package.json. Until now, the project was a mix of ESM syntax with workarounds to support CommonJS dependencies and packages like postcss-preset-env and recently postcss-nested were not updated because they were only ESM. This has been solved in this pull request.

@elchininet elchininet added dependencies Pull requests that update a dependency file Configuration labels Aug 2, 2026
@elchininet
elchininet force-pushed the migrate_project_to_esm branch from d58a3a2 to 0439a21 Compare August 2, 2026 14:47
@elchininet
elchininet force-pushed the migrate_project_to_esm branch from 594fc98 to f58c1ed Compare August 2, 2026 16:25
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 100.0%. remained the same — migrate_project_to_esm into master

@elchininet
elchininet merged commit 30474d5 into master Aug 2, 2026
2 checks passed
@elchininet
elchininet deleted the migrate_project_to_esm branch August 2, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Configuration dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants