This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up lint warnings @Garbee helped us expand the scope of our js lints recently. One of the consequences was that there were some matched files that were ignored, which showed up in eslint warnings. This addressees that by: 1. moving tree.js to the sham modules package 2. burning imstruct 3. narrowing the scope of the glob to just the toolbox, the other packages don't matter. * devtools-modules we don't want to change, * devtools-sham-modules are copy paste and tweaks from devtools-modules. so we don't want to match * devtools-config is tiny and will likely go away with the toolbox work * network-config is even smaller and could likely go away soon too... * Initial file moving for debugger to new structure. * File moving for the toolbox, changing references in config files. * Change more references in the source and documentation. * Fix references in unit test files. * Change some more references in the configs and index files to get the debugger rendering * Fix failing test
- Loading branch information
1 parent
60f853e
commit ad275f6
Showing
321 changed files
with
1,784 additions
and
1,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
public/build/* | ||
public/js/lib/tree.js | ||
public/js/utils/imstruct.js | ||
public/js/test/examples/** | ||
public/js/test/integration/** | ||
public/js/test/unit-sources/** | ||
public/js/test/mochitest/head.js | ||
public/js/test/mochitest/examples/** | ||
assets/* | ||
src/test/examples/** | ||
src/test/integration/** | ||
src/test/unit-sources/** | ||
src/test/mochitest/head.js | ||
src/test/mochitest/examples/** | ||
webpack.config.* | ||
|
||
packages/devtools-modules/**/*.js | ||
packages/devtools-sham-modules/**/*.js | ||
bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
const { configure } = require("@kadira/storybook"); | ||
const { setConfig } = require("../config/feature"); | ||
|
||
require("../public/js/lib/themes/light-theme.css"); | ||
require("../src/lib/themes/light-theme.css"); | ||
setConfig(DebuggerConfig); | ||
|
||
function loadStories() { | ||
require("../public/js/components/stories"); | ||
require("../src/components/stories"); | ||
} | ||
|
||
configure(loadStories, module); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
public/js/components/SplitBox.css | ||
public/js/components/reps.css | ||
src/components/SplitBox.css | ||
src/components/reps.css |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.