__proto__ deno compatibility

This commit is contained in:
Sebastian Hildebrandt
2025-01-01 09:10:49 +01:00
parent 897e1813c2
commit ae99a911a6
9 changed files with 101 additions and 24 deletions
+22
View File
@@ -331,6 +331,26 @@ si.osInfo().then(data => console.log(data));</code></pre class="example">
<td>X</td>
<td>node version</td>
</tr>
<tr>
<td></td>
<td>deno</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>deno version</td>
</tr>
<tr>
<td></td>
<td>bun</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>bun version</td>
</tr>
<tr>
<td></td>
<td>v8</td>
@@ -624,6 +644,8 @@ si.versions().then(data => console.log(data));</code></pre class="example">
systemOpenssl: '2.8.3',
systemOpensslLib: 'LibreSSL',
node: '13.8.0',
bun: '1.1.21',
deno: '2.1.4',
v8: '7.9.317.25-node.28',
npm: '6.13.6',
yarn: '',