Skip to content

Commit f11dc19

Browse files
committed
docs: update compatibility notes with latest test results
- Update test performance metrics - Clarify that Node.js 22 issue is related to exports field and stricter ESM handling - Confirm ESM functionality remains fully operational
1 parent 25ec960 commit f11dc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NODEJS_COMPATIBILITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The ESM import issue (#158) has been **successfully resolved**:
2020

2121
### Node.js 22 (Local Development) ⚠️
2222

23-
- ESM import tests: **12 passing (146ms)**
24-
- Original test suite: Module resolution issues with ts-node
23+
- ESM import tests: **12 passing (90ms)**
24+
- Original test suite: Module resolution issues with ts-node due to stricter ESM handling
2525

26-
The original test suite has compatibility issues with Node.js 22 due to stricter ESM module resolution. This affects local development but not CI/CD pipeline.
26+
The original test suite has compatibility issues with Node.js 22 due to stricter ESM module resolution when package.json includes exports field. This affects local development but not CI/CD pipeline.
2727

2828
## Resolution Status
2929

0 commit comments

Comments
 (0)