Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ npm-debug.log
.idea/
.vscode/
storybook-static/
assets/
package-lock.json

packages/**/assets/build
Expand Down
27 changes: 27 additions & 0 deletions packages/devtools-launchpad/assets/Svg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
const React = require("react");
const InlineSVG = require("svg-inline-react");
const { isDevelopment } = require("devtools-config");

const svg = {
"rocket": require("./rocket.svg")
};

function Svg({ name, className, onClick, "aria-label": ariaLabel }) {
className = `${name} ${className || ""}`;
if (name === "subSettings") {
className = "";
}

const props = {
className,
onClick,
["aria-label"]: ariaLabel,
src: svg[name]
};

return React.createElement(InlineSVG, props);
}

Svg.displayName = "Svg";

module.exports = Svg;
2 changes: 1 addition & 1 deletion packages/devtools-launchpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-launchpad",
"version": "0.0.105",
"version": "0.0.106",
"license": "MPL-2.0",
"description":
"The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.",
Expand Down
54 changes: 54 additions & 0 deletions packages/devtools-source-map/assets/module-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"nextFreeModuleId": 38,
"modules": {
"byIdentifier": {
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/index.js": 0,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/index.js": 1,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../md5/md5.js": 2,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../crypt/crypt.js": 3,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../charenc/charenc.js": 4,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../is-buffer/index.js": 5,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-utils/index.js": 6,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-utils/src/privileged-network-request.js": 7,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-utils/src/worker-utils.js": 8,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/worker.js": 0,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/source-map.js": 9,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/source-map.js": 10,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/source-map-generator.js": 11,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/base64-vlq.js": 12,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/base64.js": 13,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/util.js": 14,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/array-set.js": 15,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/mapping-list.js": 16,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/source-map-consumer.js": 17,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/binary-search.js": 18,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/quick-sort.js": 19,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../source-map/lib/source-node.js": 20,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/path.js": 21,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/assert.js": 22,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/fetchSourceMap.js": 23,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/sourceMapRequests.js": 24,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/wasmRemap.js": 25,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/src/scopes.js": 26,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/source-map.js": 27,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/source-map-generator.js": 28,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/base64-vlq.js": 29,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/base64.js": 30,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/util.js": 31,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/array-set.js": 32,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/mapping-list.js": 33,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/source-map-consumer.js": 34,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/binary-search.js": 35,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/quick-sort.js": 36,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../../devtools-map-bindings/node_modules/source-map/lib/source-node.js": 37
}
},
"nextFreeChunkId": 2,
"chunks": {
"byName": {
"index": 0,
"worker": 1
},
"byBlocks": {}
}
}
5 changes: 3 additions & 2 deletions packages/devtools-splitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-splitter",
"version": "0.0.4",
"version": "0.0.5",
"description": "DevTools Splitter",
"main": "index.js",
"scripts": {
Expand All @@ -17,6 +17,7 @@
"react-dom": "^15.6.2"
},
"dependencies": {
"@percy-io/react-percy-storybook": "^0.1.2"
"@percy-io/react-percy-storybook": "^0.1.2",
"babel-preset-es2015": "^6.24.1"
}
}
Loading