fix(ext/node): add missing primordial (#15595)

This commit is contained in:
Bartek Iwańczuk 2022-08-25 15:34:47 +02:00 committed by GitHub
parent 8986e2ced4
commit e92d7add38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
((window) => {
const {
ArrayPrototypePush,
ArrayPrototypeFilter,
ObjectEntries,
ObjectCreate,
} = window.__bootstrap.primordials;