зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1874363 - [devtools] Remove build-debugger react-dom-factories mapping. r=devtools-reviewers,ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D198419
This commit is contained in:
Родитель
674f0663ce
Коммит
2a595108e6
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, main, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
main,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../utils/connect";
|
||||
import { prefs } from "../utils/prefs";
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import Breakpoint from "./Breakpoint";
|
||||
|
||||
import { getSelectedSource, getFirstVisibleBreakpoints } from "../../selectors";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import ColumnBreakpoint from "./ColumnBreakpoint";
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { PureComponent } from "react";
|
||||
import { div, textarea } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
textarea,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import ReactDOM from "devtools/client/shared/vendor/react-dom";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, button, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
button,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import actions from "../../actions";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { span } from "react-dom-factories";
|
||||
import { span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import Reps from "devtools/client/shared/components/reps/index";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import InlinePreviewRow from "./InlinePreviewRow";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../../utils/connect";
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import { connect } from "../../utils/connect";
|
||||
import actions from "../../actions";
|
||||
import {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,12 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, ul, li, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
ul,
|
||||
li,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import React, { PureComponent } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import { bindActionCreators } from "devtools/client/shared/vendor/redux";
|
||||
import ReactDOM from "devtools/client/shared/vendor/react-dom";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
|
|
@ -3,7 +3,14 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, ul, li, span, h2, button } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
ul,
|
||||
li,
|
||||
span,
|
||||
h2,
|
||||
button,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { Component } from "react";
|
||||
import { form, div, input } from "react-dom-factories";
|
||||
import {
|
||||
form,
|
||||
div,
|
||||
input,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
const classnames = require("devtools/client/shared/classnames.js");
|
||||
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { button, div, span } from "react-dom-factories";
|
||||
import {
|
||||
button,
|
||||
div,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import actions from "../../actions";
|
||||
|
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
// Dependencies
|
||||
import React, { Component, Fragment } from "react";
|
||||
import { div, button, span, footer } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
button,
|
||||
span,
|
||||
footer,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../utils/connect";
|
||||
import { basename } from "../utils/path";
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, input, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
input,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../../utils/connect";
|
||||
import { createSelector } from "devtools/client/shared/vendor/reselect";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import { connect } from "../../../utils/connect";
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
import { div, input, label } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
input,
|
||||
label,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
export default function ExceptionOption({
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, button } from "react-dom-factories";
|
||||
import { div, button } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import { connect } from "../../utils/connect";
|
||||
|
|
|
@ -3,7 +3,12 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, input, li, ul } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
input,
|
||||
li,
|
||||
ul,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import Reps from "devtools/client/shared/components/reps/index";
|
||||
|
|
|
@ -12,7 +12,7 @@ import {
|
|||
button,
|
||||
form,
|
||||
label,
|
||||
} from "react-dom-factories";
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import { connect } from "../../utils/connect";
|
||||
|
|
|
@ -12,7 +12,7 @@ import {
|
|||
datalist,
|
||||
option,
|
||||
span,
|
||||
} from "react-dom-factories";
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import { features } from "../../utils/prefs";
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, button, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
button,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import AccessibleImage from "../shared/AccessibleImage";
|
||||
import { showMenu } from "../../context-menu/menu";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ const {
|
|||
} = require("devtools/client/shared/vendor/fluent-react");
|
||||
|
||||
import React, { PureComponent } from "react";
|
||||
import { div, span } from "react-dom-factories";
|
||||
import { div, span } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import AccessibleImage from "../shared/AccessibleImage";
|
||||
|
|
|
@ -12,7 +12,7 @@ import {
|
|||
ul,
|
||||
option,
|
||||
select,
|
||||
} from "react-dom-factories";
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import actions from "../../actions";
|
||||
|
|
|
@ -5,7 +5,13 @@
|
|||
const SplitBox = require("devtools/client/shared/components/splitter/SplitBox");
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, input, label, button, a } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
input,
|
||||
label,
|
||||
button,
|
||||
a,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
|
||||
|
|
|
@ -3,7 +3,13 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div, ul, h2, span, li } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
ul,
|
||||
h2,
|
||||
span,
|
||||
li,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import Modal from "./shared/Modal";
|
||||
import { formatKeyShortcut } from "../utils/text";
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { Component } from "react";
|
||||
import { div, p, span } from "react-dom-factories";
|
||||
import {
|
||||
div,
|
||||
p,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import { connect } from "../utils/connect";
|
||||
|
|
|
@ -3,7 +3,12 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { cloneElement, Component } from "react";
|
||||
import { aside, button, div, h2 } from "react-dom-factories";
|
||||
import {
|
||||
aside,
|
||||
button,
|
||||
div,
|
||||
h2,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import "./Accordion.css";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
const classnames = require("devtools/client/shared/classnames.js");
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React from "react";
|
||||
import { button } from "react-dom-factories";
|
||||
import { button } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import AccessibleImage from "../AccessibleImage";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React from "react";
|
||||
import { button } from "react-dom-factories";
|
||||
import { button } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import AccessibleImage from "../AccessibleImage";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { Component } from "react";
|
||||
import { button, div } from "react-dom-factories";
|
||||
import { button, div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import "./Dropdown.css";
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import React from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
const classnames = require("devtools/client/shared/classnames.js");
|
||||
import "./Modal.css";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { div } from "react-dom-factories";
|
||||
import { div } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import BracketArrow from "./BracketArrow";
|
||||
import SmartGap from "./SmartGap";
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { Component } from "react";
|
||||
import { span, button } from "react-dom-factories";
|
||||
import {
|
||||
span,
|
||||
button,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import { formatDisplayName } from "../../utils/pause/frames";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { li, div, ul } from "react-dom-factories";
|
||||
import { li, div, ul } from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
import AccessibleImage from "./AccessibleImage";
|
||||
|
|
|
@ -3,7 +3,13 @@
|
|||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import React, { Component } from "react";
|
||||
import { button, div, label, input, span } from "react-dom-factories";
|
||||
import {
|
||||
button,
|
||||
div,
|
||||
label,
|
||||
input,
|
||||
span,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
import { connect } from "../../utils/connect";
|
||||
import { CloseButton } from "./Button";
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
|
||||
|
||||
import { svg, polygon } from "react-dom-factories";
|
||||
import {
|
||||
svg,
|
||||
polygon,
|
||||
} from "devtools/client/shared/vendor/react-dom-factories";
|
||||
import PropTypes from "devtools/client/shared/vendor/react-prop-types";
|
||||
|
||||
function shorten(coordinates) {
|
||||
|
|
|
@ -10,7 +10,6 @@ const _path = require("path");
|
|||
|
||||
const mappings = {
|
||||
react: "devtools/client/shared/vendor/react",
|
||||
"react-dom-factories": "devtools/client/shared/vendor/react-dom-factories",
|
||||
};
|
||||
|
||||
const mappingValues = Object.values(mappings);
|
||||
|
|
Загрузка…
Ссылка в новой задаче