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

Commit

Permalink
Release 35
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Apr 12, 2018
1 parent 016bccc commit 15cbd70
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 56 deletions.
6 changes: 4 additions & 2 deletions assets/module-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22447,7 +22447,8 @@
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/actions/pause/setExtra.js": 3627,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/utils/breakpoint/create-editor.js": 3628,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/actions/pause/fetchExtra.js": 3629,
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/components/SecondaryPanes/BreakpointItem.js": 3630
"../../babel-loader/lib/index.js?ignore=src/lib!../../../src/components/SecondaryPanes/BreakpointItem.js": 3630,
"../../svg-inline-loader/index.js!../../../assets/images/tab.svg": 3631
},
"usedIds": {
"0": 0,
Expand Down Expand Up @@ -26080,7 +26081,8 @@
"3627": 3627,
"3628": 3628,
"3629": 3629,
"3630": 3630
"3630": 3630,
"3631": 3631
}
},
"chunks": {
Expand Down
77 changes: 29 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,42 @@
"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 -- --headless --",
"mochici": "mochii --mc ./firefox --ci --default-test-path devtools/client/debugger/new --headless --",
"mochici":
"mochii --mc ./firefox --ci --default-test-path devtools/client/debugger/new --headless --",
"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",
"postcheckout": "node bin/post-checkout.js",
"postmerge": "node bin/post-merge.js",
Expand Down Expand Up @@ -85,18 +95,9 @@
"svg-inline-react": "^3.0.0",
"wasmparser": "^0.6.0"
},
"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 @@ -160,26 +161,11 @@
"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": {
"testPathIgnorePatterns": [
Expand All @@ -197,14 +183,9 @@
"!**/*.mock.js",
"!**/*.spec.js"
],
"transformIgnorePatterns": [
"node_modules/(?!devtools-)"
],
"transformIgnorePatterns": ["node_modules/(?!devtools-)"],
"setupTestFrameworkScriptFile": "<rootDir>/src/test/tests-setup.js",
"setupFiles": [
"<rootDir>/src/test/shim.js",
"jest-localstorage-mock"
],
"setupFiles": ["<rootDir>/src/test/shim.js", "jest-localstorage-mock"],
"snapshotSerializers": [
"jest-serializer-babel-ast",
"enzyme-to-json/serializer"
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3265,9 +3265,11 @@ eslint-module-utils@^2.1.1:
debug "^2.6.8"
pkg-dir "^1.0.0"

eslint-plugin-babel@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
eslint-plugin-babel@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.0.0.tgz#57c082f89bfc67f535757a8a939617667c3c5c97"
dependencies:
eslint-rule-composer "^0.1.1"

eslint-plugin-flowtype@^2.36.0:
version "2.46.1"
Expand Down Expand Up @@ -3317,6 +3319,10 @@ eslint-plugin-react@^7.2.1:
jsx-ast-utils "^2.0.1"
prop-types "^15.6.0"

eslint-rule-composer@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.1.1.tgz#479dfd4e93d7f2777499a35ce9be76403c8e982a"

eslint-scope@^3.7.1, eslint-scope@~3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
Expand Down Expand Up @@ -10621,9 +10627,9 @@ warning@^3.0.0:
dependencies:
loose-envify "^1.0.0"

wasmparser@^0.5.2:
version "0.5.3"
resolved "https://registry.yarnpkg.com/wasmparser/-/wasmparser-0.5.3.tgz#be5296686b13cc4af739d4fc03f0039f988d337a"
wasmparser@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/wasmparser/-/wasmparser-0.6.0.tgz#813159b85db5dfe5c2d84bd3fcd2545df3ab6552"
dependencies:
"@types/node" "^7.0.52"

Expand Down

0 comments on commit 15cbd70

Please sign in to comment.