mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
fix(ext/node): add missing primordial (#15595)
This commit is contained in:
parent
8986e2ced4
commit
e92d7add38
@ -7,6 +7,7 @@
|
||||
((window) => {
|
||||
const {
|
||||
ArrayPrototypePush,
|
||||
ArrayPrototypeFilter,
|
||||
ObjectEntries,
|
||||
ObjectCreate,
|
||||
} = window.__bootstrap.primordials;
|
||||
|
Loading…
Reference in New Issue
Block a user