/* 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 React, { PureComponent } from "devtools/client/shared/vendor/react"; import { div, span } from "devtools/client/shared/vendor/react-dom-factories"; import PropTypes from "devtools/client/shared/vendor/react-prop-types"; import { connect } from "devtools/client/shared/vendor/react-redux";
import SourceIcon from "../shared/SourceIcon"; import { CloseButton } from "../shared/Button/index";
import actions from "../../actions/index";
import {
getDisplayPath,
getFileURL,
getTruncatedFileName,
isPretty,
} from "../../utils/source"; import { createLocation } from "../../utils/location";
import {
getSelectedLocation,
getSourcesForTabs,
isSourceBlackBoxed,
} from "../../selectors/index";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.