Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jan 22, 2024
1 parent db5efc8 commit f819cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export const StaticProperties: ObjectMap2<CoreJSPolyfillDescriptor> = {
},

ArrayBuffer: {
isView: define("array-buffer/is-view", ["es.array-buffer.is-view"]),
isView: define(null, ["es.array-buffer.is-view"]),
},

BigInt: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ var _Promise = require("core-js-pure/stable/promise/index.js");
var _Promise$allSettled = require("core-js-pure/features/promise/all-settled.js");
var _Promise$any = require("core-js-pure/features/promise/any.js");
var _WeakMap = require("core-js-pure/stable/weak-map/index.js");
var _ArrayBuffer$isView = require("core-js-pure/stable/array-buffer/is-view.js");
_Array$from;
_Array$isArray;
_Array$of;
Expand Down Expand Up @@ -211,6 +210,6 @@ _Promise.race;
_Promise.try;
_Promise.withResolvers;
_WeakMap.from;
_ArrayBuffer$isView;
ArrayBuffer.isView;
Uint8Array.from;
Uint8Array.of;

0 comments on commit f819cb0

Please sign in to comment.