Commit 8b04784
Konstantin
fix(compiler-core): update entities to v5 for Node.js 24 compatibility
The entities package v4.5.0 uses lib/ directory for exports which causes
ERR_PACKAGE_PATH_NOT_EXPORTED error in Node.js 24 due to stricter
exports map resolution.
Updated entities to v5.0.0 which uses dist/ directory structure that
is properly compatible with Node.js 24's exports resolution.
close #141591 parent 25ebe3a commit 8b04784
File tree
4 files changed
+8
-8
lines changed- packages/compiler-core
- src
4 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments