mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
fix(ext/node): add missing primordial (#15595)
This commit is contained in:
parent
8986e2ced4
commit
e92d7add38
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
((window) => {
|
((window) => {
|
||||||
const {
|
const {
|
||||||
ArrayPrototypePush,
|
ArrayPrototypePush,
|
||||||
|
ArrayPrototypeFilter,
|
||||||
ObjectEntries,
|
ObjectEntries,
|
||||||
ObjectCreate,
|
ObjectCreate,
|
||||||
} = window.__bootstrap.primordials;
|
} = window.__bootstrap.primordials;
|
||||||
|
|
Loading…
Reference in a new issue