Searched +full:jest +full:- +full:cli (Results 1 – 11 of 11) sorted by relevance
| /external/pigweed/pw_ide/ts/pigweed-vscode/ |
| D | package-lock.json | 2 "name": "pigweed-vscode", 8 "name": "pigweed-vscode", 10 "license": "Apache-2.0", 18 "@types/jest": "^29.5.11", 21 "@typescript-eslint/eslint-plugin": "^5.59.8", 22 "@typescript-eslint/parser": "^5.59.8", 23 "@vscode/test-electron": "^2.3.2", 25 "jest": "^29.7.0", string 26 "node-polyfill-webpack-plugin": "^2.0.1", 27 "ts-jest": "^29.1.1", [all …]
|
| D | package.json | 3 "name": "pigweed-vscode", 12 "license": "Apache-2.0", 31 "command": "pigweed.file-bug", 35 "command": "pigweed.check-extensions", 39 "command": "pigweed.launch-terminal", 43 "command": "pigweed.bootstrap-terminal", 69 "webpack": "webpack --mode development", 70 "webpack-dev": "webpack --mode development --watch", 71 "package": "webpack --mode production --devtool hidden-source-map", 72 "compile": "tsc -p ./", [all …]
|
| /external/perfetto/ui/ |
| D | package.json | 2 "name": "perfetto-webui", 8 "license": "Apache-2.0", 15 "@codemirror/theme-one-dark": "^6.1.2", 20 "@types/color-convert": "^1.9.0", 27 "@types/w3c-web-usb": "^1.0.6", 30 "color-convert": "^2.0.1", 32 "devtools-protocol": "0.0.1159816", 37 "jsbn-rsa": "^1.0.4", 39 "noice-json-rpc": "^1.2.0", 42 "protobufjs-cli": "^1.1.2", [all …]
|
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| D | build.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 // - The build process for the whole UI and the chrome extension. 20 // - The HTTP dev-server with live-reload capabilities. 21 // The reason why this is a hand-rolled script rather than a conventional build 25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler 26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s) 27 // incremental-build times. 28 // This script allows mixing build tools that support --watch mode (tsc and 29 // rollup) and auto-triggering-on-file-change rules via node-watch. 31 // just runs all the build tasks serially. It doesn't to do any mtime-based [all …]
|
| /external/pigweed/ |
| D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 17 "rollup-plugin-postcss": "^4.0.2", 18 "ts-protoc-gen": "^0.15.0" 24 "@grpc/grpc-js": "^1.3.7", 25 "@material-ui/core": "^4.12.1", 26 "@material-ui/lab": "^4.0.0-alpha.60", 27 "@rollup/plugin-commonjs": "^19.0.0", 28 "@rollup/plugin-node-resolve": "^13.3.0", [all …]
|
| /external/okio/kotlin-js-store/ |
| D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | pigweed_presubmit.py | 9 # https://www.apache.org/licenses/LICENSE-2.0 35 cli, 91 """Add Pigweed-specific defaults to GnGenNinja.""" 94 """Add project-specific default GN args to 'args'.""" 98 def build_bazel(*args, **kwargs) -> None: 122 # TODO: b/234876100 - msan will not work until the C++ standard library 126 # clang-tidy doesn't run on Windows. 132 # TODO: b/244604080 - For the pw::InlineString tests, qemu_clang_debug 138 # TODO: b/240982565 - SocketStream currently requires Linux. 156 def _gn_combined_build_check_targets() -> Sequence[str]: [all …]
|
| /external/pigweed/docs/ |
| D | changelog.rst | 3 .. _docs-changelog: 9 -------------------------------- 11 -------------------------------- 12 .. pigweed-live:: 14 .. _docs-changelog-latest: 16 ------------ 18 ------------ 23 * **Clock management**: The new :ref:`module-pw_clock_tree` module manages 26 * **GitHub Actions**: The new :ref:`docs-github` guide shows you 27 how to set up GitHub Actions to build and test a Bazel-based Pigweed [all …]
|
| /external/crosvm/docs/book/ |
| D | mermaid.min.js | 1 …-1:t>e?1:t>=e?0:NaN},i=function(t){var e;return 1===t.length&&(e=t,t=function(t,n){return r(e(t),n… property 4 * Copyright (c) 2012-2013 Chris Pettitt 24 …-i,s=e.y-a,c=t.width/2,u=t.height/2;if(!o&&!s)throw new Error("Not possible to find intersection i… property 30 …=arguments[0],"function"==typeof arguments[arguments.length-1]?(e=arguments[arguments.length-1],c.… 31 … processed */if(s.getAttribute("data-processed"))return"continue";s.setAttribute("data-processed",…
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|