Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core-js] Fix reference to dom-exception. #186

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const BuiltIns: ObjectMap<CoreJSPolyfillDescriptor> = {
]),
DataView: define(null, DataViewDependencies),
Date: define(null, ["es.date.to-string"]),
DOMException: define("dom-exception", DOMExceptionDependencies),
DOMException: define("dom-exception/index", DOMExceptionDependencies),
DisposableStack: define("disposable-stack", [
"esnext.disposable-stack.constructor",
"es.object.to-string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import _Symbol from "core-js-pure/stable/symbol/index.js";
import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/features/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/features/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/features/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/stable/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/stable/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/stable/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import _Symbol$matchAll from "core-js-pure/stable/symbol/match-all.js";
import _replaceAllInstanceProperty from "core-js-pure/stable/instance/replace-all.js";
import _URL from "core-js-pure/stable/url/index.js";
import _pushInstanceProperty from "core-js-pure/stable/instance/push.js";
import _DOMException from "core-js-pure/stable/dom-exception.js";
import _DOMException from "core-js-pure/stable/dom-exception/index.js";
import _structuredClone from "core-js-pure/stable/structured-clone.js";
import _btoa from "core-js-pure/stable/btoa.js";
import _withInstanceProperty from "core-js-pure/stable/instance/with.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import _URL from "core-js-pure/features/url/index.js";
import _groupByToMapInstanceProperty from "core-js-pure/features/instance/group-by-to-map.js";
import _unThisInstanceProperty from "core-js-pure/features/instance/un-this.js";
import _Function$isConstructor from "core-js-pure/features/function/is-constructor.js";
import _DOMException from "core-js-pure/features/dom-exception.js";
import _DOMException from "core-js-pure/features/dom-exception/index.js";
import _structuredClone from "core-js-pure/features/structured-clone.js";
import _withInstanceProperty from "core-js-pure/features/instance/with.js";
_findLastInstanceProperty(_context = []).call(_context, fn);
Expand Down