You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: NODEJS_COMPATIBILITY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ The ESM import issue (#158) has been **successfully resolved**:
20
20
21
21
### Node.js 22 (Local Development) ⚠️
22
22
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
25
25
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.
0 commit comments