Commit 9045e9e
committed
fix: Don't use import.meta.resolve
import.meta.resolve was unflagged in Node.js 20.6 by
nodejs/node#49028 Unfortunately, the unflagged
version does not support the parentURL argument. Rather than attempting
to detect whether the argument is supported (which is not as simple as
.length testing) stop using it until a reliable version is unflagged.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>1 parent 86eb4de commit 9045e9e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments