Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  .eslintrc.mjs   Sprache: unbekannt

 
Spracherkennung für: .mjs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* 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 config from "../../../../toolkit/components/extensions/parent/.eslintrc.mjs";

export default [
  ...config,
  {
    languageOptions: {
      globals: {
        // These are defined in browser/components/extensions/parent/ext-browser.js
        Tab: true,
        TabContext: true,
        Window: true,
        clickModifiersFromEvent: true,
        getExtTabGroupIdForInternalTabGroupId: true,
        getInternalTabGroupIdForExtTabGroupId: true,
        makeWidgetId: true,
        openOptionsPage: true,
        replaceUrlInTab: true,
        tabTracker: true,
        waitForTabLoaded: true,
        windowTracker: true,

        // NOTE: Unlike ext-browser.js (and ext-toolkit.js, ext-tabs-base.js), the
        // files mentioned below are not loaded unconditionally. In practice,
        // because all ext-*.js files share the same global scope, they are likely
        // available when a dependent API is available. Before using these globals,
        // make sure that the dependent module (API) has been loaded, e.g. by only
        // using these globals when you know that an extension is using one of these
        // APIs.

        // This is defined in browser/components/extensions/parent/ext-browserAction.js
        browserActionFor: true,
        // This is defined in browser/components/extensions/parent/ext-menus.js
        actionContextMenu: true,
        // This is defined in browser/components/extensions/parent/ext-devtools.js
        getTargetTabIdForToolbox: true,
        getToolboxEvalOptions: true,
        // This is defined in browser/components/extensions/parent/ext-pageAction.js
        pageActionFor: true,
        // This is defined in browser/components/extensions/parent/ext-sidebarAction.js
        sidebarActionFor: true,
      },
    },
  },
];

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002