Backed out 14 changesets (bug 1865005, bug 1864168, bug 1864155, bug 1862814, bug...
[gecko.git] / devtools / client / debugger / src / constants.js
blob67b6ca536224ded6fde8fec786f9980b934fa695
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
5 export const searchKeys = {
6   PROJECT_SEARCH: "project-search",
7   FILE_SEARCH: "file-search",
8   QUICKOPEN_SEARCH: "quickopen-search",
9 };
11 export const primaryPaneTabs = {
12   SOURCES: "sources",
13   OUTLINE: "outline",
14   PROJECT_SEARCH: "project",