| /external/skia/experimental/tskit/ |
| D | .eslintrc.js | 3 parser: '@typescript-eslint/parser', 9 '@typescript-eslint', 12 'airbnb-typescript', 13 'plugin:@typescript-eslint/recommended-requiring-type-checking', 21 '@typescript-eslint/no-explicit-any': 'off', 22 '@typescript-eslint/no-namespace': 'off', 23 '@typescript-eslint/no-unsafe-call': 'off', 24 '@typescript-eslint/no-unsafe-member-access': 'off', 25 '@typescript-eslint/triple-slash-reference': 'off', 26 '@typescript-eslint/indent': 'off', [all …]
|
| D | package.json | 4 "description": "Experimental version of canvaskit with typescript binding code", 7 "@typescript-eslint/eslint-plugin": "^4.21.0", 8 "@typescript-eslint/parser": "^4.21.0", 9 "eslint": "^7.23.0", string 10 "eslint-config-airbnb-typescript": "^12.3.1", 11 "eslint-plugin-import": "^2.22.1", 12 "typescript": "^4.2.3" string 18 "license": "BSD-3-Clause"
|
| D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 13 "eslint": "^7.23.0", string 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 16 "typescript": "^4.2.3" string 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… [all …]
|
| /external/perfetto/ui/ |
| D | .eslintrc.js | 10 'parser': '@typescript-eslint/parser', 17 '@typescript-eslint', 21 'require-jsdoc': 'off', 24 'valid-jsdoc': ['error', { 32 'max-len': "off", 33 "operator-linebreak": "off", 35 "brace-style": "off", 36 "space-before-function-paren": "off", 37 "generator-star-spacing": "off", 38 "semi-spacing": "off", [all …]
|
| 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 …]
|
| /external/pigweed/ |
| D | .eslintrc.cjs | 1 // ESLint configuration 11 "eslint:recommended", 12 "plugin:@typescript-eslint/recommended", 13 "plugin:lit-a11y/recommended", 21 "@typescript-eslint", 22 "lit-a11y", 25 "@typescript-eslint/ban-ts-comment": "warn", 26 "@typescript-eslint/no-explicit-any": "warn", 27 "@typescript-eslint/no-unused-vars": "warn", 31 "bazel-bin", [all …]
|
| 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 …]
|
| D | package.json | 4 "description": "An open source collection of embedded-targeted libraries", 6 "license": "Apache-2.0", 18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error", 19 "prebuild": "rimraf dist && npm run build-protos", 20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts", 22 "dev": "rollup -c -w", 23 "rollup": "rollup -c && npm run postbuild", 25 "start": "tsc-watch --onSuccess \"rollup -c\"", 28 "test": "npm run build && jest --silent", 32 "@grpc/grpc-js": "^1.3.7", [all …]
|
| /external/perfetto/ui/src/widgets/ |
| D | basic_table.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 // eslint-disable-next-line @typescript-eslint/no-explicit-any 29 // eslint-disable-next-line @typescript-eslint/no-explicit-any 31 // eslint-disable-next-line @typescript-eslint/no-explicit-any 33 // eslint-disable-next-line @typescript-eslint/no-explicit-any 39 // eslint-disable-next-line @typescript-eslint/no-explicit-any 44 'table.generic-table', 47 // generic-table, but currently it is overriden by 48 // .pf-details-shell .pf-content table, so specify this here for now. 50 'table-layout': 'auto',
|
| D | vega_view.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 import * as vegaLite from 'vega-lite'; 33 return schema.includes('vega-lite'); 36 // Otherwise assume vega-lite: 41 // eslint-disable-next-line @typescript-eslint/no-explicit-any 73 // eslint-disable-next-line @typescript-eslint/no-explicit-any 81 // eslint-disable-next-line @typescript-eslint/no-explicit-any 84 // eslint-disable-next-line @typescript-eslint/no-explicit-any 106 // eslint-disable-next-line @typescript-eslint/no-explicit-any 111 // eslint-disable-next-line @typescript-eslint/no-explicit-any [all …]
|
| /external/flatbuffers/ |
| D | yarn.lock | 5 "@babel/code-frame@7.12.11": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db93… 8 …integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH… 12 "@babel/helper-validator-identifier@^7.16.7": 14 …solved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identif… 15 …integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/… 19 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea7… 20 …integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfT… 22 "@babel/helper-validator-identifier" "^7.16.7" 24 js-tokens "^4.0.0" [all …]
|
| D | .eslintrc.js | 1 /* eslint-env node */ 5 parser: '@typescript-eslint/parser', 7 '@typescript-eslint', 10 'eslint:recommended', 11 'plugin:@typescript-eslint/recommended',
|
| D | package.json | 20 "compile": "tsc && tsc -p tsconfig.mjs.json", 21 "prepublishOnly": "npm install --only=dev && npm run compile" 38 "@bazel/typescript": "^5.2.0", 40 "@typescript-eslint/eslint-plugin": "^4.12.0", 41 "@typescript-eslint/parser": "^4.12.0", 42 "eslint": "^7.17.0", string 43 "typescript": "^4.5.5" string
|
| D | Formatters.md | 7 - Run the linter on the language you are working on before making a Pull Request. 8 - DONT format/lint the generated code. 14 C++ uses `clang-format` as it's formatter. Run the following script `sh scripts/clang-format-git.sh… 18 …lockwood/SwiftFormat/blob/master/README.md#how-do-i-install-it). Run the following command `swiftf… 20 ## Typescript section in Languages 22 Typescript uses eslint as it's linter. Take a look at [how to install here](https://eslint.org/docs…
|
| /external/perfetto/ui/src/frontend/tables/ |
| D | table.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 172 // eslint-disable-next-line @typescript-eslint/no-explicit-any 181 // eslint-disable-next-line @typescript-eslint/no-explicit-any 184 // eslint-disable-next-line @typescript-eslint/no-explicit-any 186 // eslint-disable-next-line @typescript-eslint/no-explicit-any 240 // eslint-disable-next-line @typescript-eslint/no-explicit-any 247 // eslint-disable-next-line @typescript-eslint/no-explicit-any 252 // eslint-disable-next-line @typescript-eslint/no-explicit-any 257 // eslint-disable-next-line @typescript-eslint/no-explicit-any 262 'table.generic-table',
|
| /external/perfetto/ui/src/base/ |
| D | deferred.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 18 // eslint-disable-next-line @typescript-eslint/no-explicit-any 24 // eslint-disable-next-line @typescript-eslint/no-explicit-any 26 // eslint-disable-next-line @typescript-eslint/no-explicit-any 29 // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
| /external/pigweed/pw_web/log-viewer/ |
| D | package.json | 2 "name": "log-viewer", 8 "build": "tsc && vite build --base=/asset/5b095937-1e59-52cf-9255-eb8577d1ff83/", 10 "lint": "eslint --max-warnings=0 src", 11 "test": "web-test-runner test/**/*.test.js", 12 "test:watch": "web-test-runner test/**/*.test.js --watch" 15 "@lit-labs/virtualizer": "^2.0.7", 16 "@material/web": "^1.0.0-pre.16", 17 "@shoelace-style/shoelace": "^2.15.0", 19 "prettier-plugin-jsdoc": "^0.4.2" 22 "@open-wc/testing": "^3.0.0-next.5", [all …]
|
| D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 11 "@lit-labs/virtualizer": "^2.0.7", 12 "@material/web": "^1.0.0-pre.16", 13 "@shoelace-style/shoelace": "^2.15.0", 15 "prettier-plugin-jsdoc": "^0.4.2" 18 "@open-wc/testing": "^3.0.0-next.5", 19 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 21 "@typescript-eslint/eslint-plugin": "^5.59.7", 22 "@web/test-runner": "^0.18.0", [all …]
|
| /external/perfetto/ui/src/base/utils/ |
| D | index.d.ts | 1 // eslint-disable-next-line @typescript-eslint/no-explicit-any 3 // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
| /external/pigweed/pw_ide/ts/pigweed-vscode/ |
| 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 …]
|
| D | package-lock.json | 2 "name": "pigweed-vscode", 8 "name": "pigweed-vscode", 10 "license": "Apache-2.0", 21 "@typescript-eslint/eslint-plugin": "^5.59.8", 22 "@typescript-eslint/parser": "^5.59.8", 23 "@vscode/test-electron": "^2.3.2", 24 "eslint": "^8.41.0", string 26 "node-polyfill-webpack-plugin": "^2.0.1", 27 "ts-jest": "^29.1.1", 28 "ts-loader": "^9.4.4", [all …]
|
| /external/pigweed/pw_web/webconsole/ |
| D | package-lock.json | 12 "@codemirror/lang-javascript": "^6.0.2", 14 "@codemirror/theme-one-dark": "^6.0.0", 20 "object-path": "^0.11.8", 23 "react-dom": "18.2.0", 24 "react-virtualized": "^9.22.3", 25 "react-virtualized-auto-sizer": "^1.0.6", 26 "react-window": "^1.8.7", 28 "xterm-addon-fit": "^0.5.0" 33 "@types/react-dom": "18.0.6", 34 "@types/react-virtualized": "^9.21.21", [all …]
|
| /external/skia/experimental/tskit/interface/ |
| D | load.ts | 3 // eslint-disable-next-line @typescript-eslint/no-unused-vars 5 // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
| /external/perfetto/ui/src/frontend/ |
| D | metrics_page.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 78 // eslint-disable-next-line @typescript-eslint/no-explicit-any 131 // eslint-disable-next-line @typescript-eslint/no-explicit-any 180 return m('pre.metric-error', result.error); 195 '.metrics-page-picker', 237 // eslint-disable-next-line @typescript-eslint/no-explicit-any 240 // eslint-disable-next-line @typescript-eslint/no-explicit-any 295 return m('.metrics-page', m(MetricPageContents));
|
| D | analytics.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 const ANALYTICS_ID = 'G-BD89KT2P3C'; 24 const PAGE_TITLE = 'no-page-title'; 47 // - If present: the referrer argument if present 48 // - document.referrer 55 // Unclear if GA discards non-URL referrers. Lets try faking 57 const name = referrer.replaceAll('_', '-'); 83 // eslint-disable-next-line @typescript-eslint/no-explicit-any 111 // adapted to TypeScript. We have it here rather than as an inline script 116 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions [all …]
|