Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Update Release (12-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Dec 19, 2017
1 parent 53faca5 commit 5899831
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 58 deletions.
51 changes: 49 additions & 2 deletions assets/module-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20599,7 +20599,20 @@
"../../extract-text-webpack-plugin/dist/loader.js??ref--3-0!../../css-loader/index.js??ref--3-1!../../postcss-loader/lib/index.js!../../../src/components/SecondaryPanes/BreakpointsDropdown.css": 1779,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/utils/pause/scopes/index.js": 1780,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/utils/pause/scopes/synthesizeScopes.js": 1781,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/utils/pause/scopes/getScope.js": 1782
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/utils/pause/scopes/getScope.js": 1782,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/scorer.js": 1783,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/pathScorer.js": 1784,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/query.js": 1785,
"../../svg-inline-react/lib/index.js": 1786,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/components/shared/Button/CommandBarButton.js": 1787,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/fuzzaldrin.js": 1788,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/filter.js": 1789,
"../../babel-loader/lib/index.js?ignore=src/lib!../node_modules/fuzzaldrin-plus/lib/matcher.js": 1790,
"../../svg-inline-react/lib/util.js": 1791,
"../../extract-text-webpack-plugin/dist/loader.js??ref--3-0!../../css-loader/index.js??ref--3-1!../../postcss-loader/lib/index.js!../../../src/components/shared/Button/CommandBarButton.css": 1792,
"../../babel-loader/lib/index.js?ignore=src/lib!../../devtools-reps/node_modules/svg-inline-react/dist/index.js": 1793,
"../../parse-script-tags/customParse.js": 1794,
"../../parse-script-tags/parseScriptFragment.js": 1795
},
"usedIds": {
"0": 0,
Expand Down Expand Up @@ -22384,7 +22397,20 @@
"1779": 1779,
"1780": 1780,
"1781": 1781,
"1782": 1782
"1782": 1782,
"1783": 1783,
"1784": 1784,
"1785": 1785,
"1786": 1786,
"1787": 1787,
"1788": 1788,
"1789": 1789,
"1790": 1790,
"1791": 1791,
"1792": 1792,
"1793": 1793,
"1794": 1794,
"1795": 1795
}
},
"chunks": {
Expand Down Expand Up @@ -26687,5 +26713,26 @@
}
}
}
],
"extract-text-webpack-plugin ../../extract-text-webpack-plugin/dist ../../css-loader/index.js??ref--3-1!../../postcss-loader/lib/index.js!../../../src/components/shared/Button/CommandBarButton.css": [
{
"modules": {
"byIdentifier": {
"../../css-loader/index.js?{\"importLoaders\":1,\"url\":false}!../../postcss-loader/lib/index.js!../../../src/components/shared/Button/CommandBarButton.css": 0,
"../../css-loader/lib/css-base.js": 1
},
"usedIds": {
"0": 0,
"1": 1
}
},
"chunks": {
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
}
}
}
]
}
84 changes: 29 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,40 @@
"start": "node bin/dev-server",
"start-app": "TARGET=application node bin/dev-server",
"flow": "flow",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"eslint-check":
"eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"prettier": "node bin/prettier.js",
"license-check": "devtools-license-check",
"links": "ls -l node_modules/ | grep ^l || echo 'no linked packages'",
"lint": "run-p lint-css lint-js lint-md",
"lint-css": "stylelint \"src/components/**/*.css\"",
"lint-js": "eslint *.js \"src/**/*.js\" --fix",
"lint-md": "remark -u devtools-linters/markdown/preset -qf *.md src configs docs",
"lint-md":
"remark -u devtools-linters/markdown/preset -qf *.md src configs docs",
"lint-fix": "yarn lint-js -- --fix",
"mochi": "mochii --mc ./firefox --interactive --default-test-path devtools/client/debugger/new",
"mochi":
"mochii --mc ./firefox --interactive --default-test-path devtools/client/debugger/new",
"mochid": "yarn mochi -- --jsdebugger --",
"mochir": "yarn mochi -- --repeat 10 --",
"mochih": "yarn mochi -- --setenv MOZ_HEADLESS=1 --",
"test": "jest",
"test:watch": "jest --watch",
"test-coverage": "yarn test -- --coverage",
"test-all": "yarn test; yarn lint; yarn flow",
"firefox": "start-firefox --start --location https://devtools-html.github.io/debugger-examples/",
"chrome": "start-chrome --location https://devtools-html.github.io/debugger-examples/",
"firefox":
"start-firefox --start --location https://devtools-html.github.io/debugger-examples/",
"chrome":
"start-chrome --location https://devtools-html.github.io/debugger-examples/",
"copy-assets": "node bin/copy-assets --symlink",
"copy-assets-watch": "node bin/copy-assets --watch --symlink",
"build-docs": "documentation build --format html --sort-order alpha --shallow --document-exported --output docs/reference/ src/types.js src/utils/ src/reducers/ src/actions/ src/test/mochitest/head.js",
"flow-coverage": "flow-coverage-report --threshold 50 -i 'src/actions/*.js' -i 'src/reducers/*.js' -i 'src/utils/*.js' -i 'src/components/*.js' -i 'src/components/**/*.js' -t html -t text",
"flow-utils": "flow-coverage-report -i 'src/utils/*.js' -i 'src/utils/**/*.js' -t text",
"flow-redux": "flow-coverage-report -i 'src/reducers/*.js' -i 'src/actions/*.js' -t text",
"build-docs":
"documentation build --format html --sort-order alpha --shallow --document-exported --output docs/reference/ src/types.js src/utils/ src/reducers/ src/actions/ src/test/mochitest/head.js",
"flow-coverage":
"flow-coverage-report --threshold 50 -i 'src/actions/*.js' -i 'src/reducers/*.js' -i 'src/utils/*.js' -i 'src/components/*.js' -i 'src/components/**/*.js' -t html -t text",
"flow-utils":
"flow-coverage-report -i 'src/utils/*.js' -i 'src/utils/**/*.js' -t text",
"flow-redux":
"flow-coverage-report -i 'src/reducers/*.js' -i 'src/actions/*.js' -t text",
"flow-react": "flow-coverage-report -i 'src/components/**/*.js' -t text",
"storybook": "start-storybook -p 6006",
"snapshot": "NODE_ENV='development' build-storybook && percy-storybook",
Expand Down Expand Up @@ -90,18 +99,9 @@
"svg-inline-react": "^3.0.0",
"wasmparser": "^0.4.10"
},
"files": [
"src",
"assets"
],
"files": ["src", "assets"],
"greenkeeper": {
"ignore": [
"react",
"react-dom",
"react-redux",
"redux",
"codemirror"
]
"ignore": ["react", "react-dom", "react-redux", "redux", "codemirror"]
},
"main": "src/main.js",
"author": "Jason Laster <[email protected]>",
Expand Down Expand Up @@ -165,44 +165,18 @@
"workerjs": "github:jasonLaster/workerjs"
},
"lint-staged": {
"*.js": [
"prettier",
"git add"
],
"src/*.js": [
"prettier",
"git add"
],
"src/*/*.js": [
"prettier",
"git add"
],
"src/*/!(mochitest)**/*.js": [
"prettier",
"git add"
],
"src/*/!(mochitest)*/**/*.js": [
"prettier",
"git add"
]
"*.js": ["prettier", "git add"],
"src/*.js": ["prettier", "git add"],
"src/*/*.js": ["prettier", "git add"],
"src/*/!(mochitest)**/*.js": ["prettier", "git add"],
"src/*/!(mochitest)*/**/*.js": ["prettier", "git add"]
},
"jest": {
"rootDir": "src",
"testMatch": [
"**/tests/**/*.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/helpers/",
"/fixtures/"
],
"transformIgnorePatterns": [
"node_modules/(?!devtools-)"
],
"setupFiles": [
"<rootDir>/test/tests-setup.js",
"jest-localstorage-mock"
],
"testMatch": ["**/tests/**/*.js"],
"testPathIgnorePatterns": ["/node_modules/", "/helpers/", "/fixtures/"],
"transformIgnorePatterns": ["node_modules/(?!devtools-)"],
"setupFiles": ["<rootDir>/test/tests-setup.js", "jest-localstorage-mock"],
"snapshotSerializers": [
"jest-serializer-babel-ast",
"enzyme-to-json/serializer"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7401,7 +7401,7 @@ parse-latin@^4.0.0:
unist-util-modify-children "^1.0.0"
unist-util-visit-children "^1.0.0"

parse-script-tags@^0.1.5:
parse-script-tags@^0.1.1:
version "0.1.5"
resolved "https://registry.yarnpkg.com/parse-script-tags/-/parse-script-tags-0.1.5.tgz#9d1a5370dadb37845030537b6dbf736bb524505c"
dependencies:
Expand Down

0 comments on commit 5899831

Please sign in to comment.