Home
last modified time | relevance | path

Searched full:typescript (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/flatbuffers/docs/source/
H A DTypeScriptUsage.md1 Use in TypeScript {#flatbuffers_guide_use_typescript}
6 Before diving into the FlatBuffers usage in TypeScript, it should be noted that
9 (including TypeScript). This page is specifically designed to cover the nuances
10 of FlatBuffers usage in TypeScript.
17 ## FlatBuffers TypeScript library code location
19 The code for the FlatBuffers TypeScript library can be found at
22 ## Testing the FlatBuffers TypeScript library
27 *Note: The TypeScript test file requires [Node.js](https://nodejs.org/en/).*
29 ## Using the FlatBuffers TypeScript library
32 example of how to use FlatBuffers in TypeScript.*
[all …]
/aosp_15_r20/external/flatbuffers/
H A Dyarn.lock26 "@bazel/typescript@^5.2.0":
28 …resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-5.2.0.tgz#131127c8016c712ef1…
167 "@typescript-eslint/eslint-plugin@^4.12.0":
169 …resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz…
172 "@typescript-eslint/experimental-utils" "4.33.0"
173 "@typescript-eslint/scope-manager" "4.33.0"
181 "@typescript-eslint/[email protected]":
183 …resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-…
187 "@typescript-eslint/scope-manager" "4.33.0"
188 "@typescript-eslint/types" "4.33.0"
[all …]
/aosp_15_r20/external/pigweed/pw_status/
H A Dreference.rst27 * - Python / Java / TypeScript
43 * - Python / Java / TypeScript
60 * - Python / Java / TypeScript
80 * - Python / Java / TypeScript
99 * - Python / Java / TypeScript
121 * - Python / Java / TypeScript
137 * - Python / Java / TypeScript
162 * - Python / Java / TypeScript
179 * - Python / Java / TypeScript
214 * - Python / Java / TypeScript
[all …]
/aosp_15_r20/external/cronet/build/config/siso/
H A Dtypescript_unix.star13 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
15 "tools/typescript/ts_definitions.py": [
19 "tools/typescript/ts_library.py": [
27 "name": "typescript/ts_library",
28 "command_prefix": "python3 ../../tools/typescript/ts_library.py",
30 "tools/typescript/ts_library.py",
47 "name": "typescript/ts_definitions",
48 "command_prefix": "python3 ../../tools/typescript/ts_definitions.py",
50 "tools/typescript/ts_definitions.py",
67 typescript = module(
[all …]
H A Ddevtools_frontend.star7 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
10 "third_party/devtools-frontend/src/node_modules/typescript:typescript": {
22 "third_party/devtools-frontend/src/third_party/typescript/ts_library.py": [
23 "third_party/devtools-frontend/src/node_modules/typescript:typescript",
28 # TODO: b/308405411 - Enable remote-devtools-frontend-typescript by default.
29 if config.get(ctx, "remote-devtools-frontend-typescript"):
32 "name": "devtools-frontend/typescript/ts_library",
33 …nd_prefix": "python3 ../../third_party/devtools-frontend/src/third_party/typescript/ts_library.py",
45 …# Handler for https://crsrc.org/c/third_party/devtools-frontend/src/third_party/typescript/ts_libr…
46 # Note that this is a different script from https://crsrc.org/c/tools/typescript/ts_library.py
H A Dtypescript_all.star9 "tools/typescript/definitions/settings_private.d.ts": [
10 "tools/typescript/definitions/chrome_event.d.ts",
12 "tools/typescript/definitions/tabs.d.ts": [
13 "tools/typescript/definitions/chrome_event.d.ts",
44 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
119 tsconfig = json.decode(str(ctx.fs.read("tools/typescript/tsconfig_definitions_base.json")))
/aosp_15_r20/external/angle/build/config/siso/
H A Ddevtools_frontend.star7 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
10 "third_party/devtools-frontend/src/node_modules/typescript:typescript": {
22 "third_party/devtools-frontend/src/third_party/typescript/ts_library.py": [
23 "third_party/devtools-frontend/src/node_modules/typescript:typescript",
28 # TODO: b/308405411 - Enable remote-devtools-frontend-typescript by default.
29 if config.get(ctx, "remote-devtools-frontend-typescript"):
32 "name": "devtools-frontend/typescript/ts_library",
33 …nd_prefix": "python3 ../../third_party/devtools-frontend/src/third_party/typescript/ts_library.py",
46 …# Handler for https://crsrc.org/c/third_party/devtools-frontend/src/third_party/typescript/ts_libr…
47 # Note that this is a different script from https://crsrc.org/c/tools/typescript/ts_library.py
H A Dtypescript_unix.star18 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
20 "tools/typescript/ts_definitions.py": [
24 "tools/typescript/ts_library.py": [
32 "name": "typescript/ts_library",
33 "command_prefix": "python3 ../../tools/typescript/ts_library.py",
51 "name": "typescript/ts_definitions",
52 "command_prefix": "python3 ../../tools/typescript/ts_definitions.py",
70 typescript = module(
71 "typescript",
/aosp_15_r20/external/skia/experimental/tskit/
H A D.eslintrc.js3 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',
H A Dpackage-lock.json11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
14 "eslint-config-airbnb-typescript": "^12.3.1",
16 "typescript": "^4.2.3" string
219 "node_modules/@typescript-eslint/eslint-plugin": {
221 …"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tg…
225 "@typescript-eslint/experimental-utils": "4.21.0",
226 "@typescript-eslint/scope-manager": "4.21.0",
239 "url": "https://opencollective.com/typescript-eslint"
242 "@typescript-eslint/parser": "^4.0.0",
[all …]
H A Dpackage.json4 "description": "Experimental version of canvaskit with typescript binding code",
7 "@typescript-eslint/eslint-plugin": "^4.21.0",
8 "@typescript-eslint/parser": "^4.21.0",
10 "eslint-config-airbnb-typescript": "^12.3.1",
12 "typescript": "^4.2.3" string
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dpackage-lock.json15 "@typescript-eslint/eslint-plugin": "^5.48.0",
21 "typescript": "^4.9.4" string
229 "node_modules/@typescript-eslint/eslint-plugin": {
231 …"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.0.tg…
235 "@typescript-eslint/scope-manager": "5.48.0",
236 "@typescript-eslint/type-utils": "5.48.0",
237 "@typescript-eslint/utils": "5.48.0",
250 "url": "https://opencollective.com/typescript-eslint"
253 "@typescript-eslint/parser": "^5.0.0",
257 "typescript": { object
[all …]
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddocs.rst4 TypeScript client
9 Pigweed TypeScript client provides two ways to call RPCs. The :ref:`Device <module-pw_web-device>` …
13 which makes it possible to call Pigweed RPCs from TypeScript. The module includes
20 .. code-block:: typescript
50 .. code-block:: typescript
65 .. code-block:: typescript
86 .. code-block:: typescript
112 .. code-block:: typescript
128 .. code-block:: typescript
140 .. code-block:: typescript
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/external_test/typescript_browser_es6/
H A Dpackage-lock.json2 "name": "external-typescript-test",
8 "name": "external-typescript-test",
13 "typescript": "^4.4.4" string
21 "node_modules/typescript": {
23 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
40 "typescript": { object
42 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
/aosp_15_r20/external/skia/modules/canvaskit/external_test/typescript_browser/
H A Dpackage-lock.json2 "name": "external-typescript-test",
8 "name": "external-typescript-test",
13 "typescript": "^4.4.4" string
21 "node_modules/typescript": {
23 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
40 "typescript": { object
42 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
/aosp_15_r20/external/perfetto/ui/
H A D.eslintrc.js10 'parser': '@typescript-eslint/parser',
17 '@typescript-eslint',
48 // Default no-unused-vars doesn't understand TypeScript enums. See:
49 // https://github.com/typescript-eslint/typescript-eslint/issues/2621
51 '@typescript-eslint/no-unused-vars':
58 '@typescript-eslint/no-array-constructor': ['error'],
74 '@typescript-eslint/no-explicit-any': 'error',
77 '@typescript-eslint/strict-boolean-expressions': [
H A Dpnpm-lock.yaml142 '@typescript-eslint/eslint-plugin':
144 version: 7.14.1(@typescript-eslint/[email protected])([email protected])(typescript@5.5.2)
145 '@typescript-eslint/parser':
147 version: 7.14.1([email protected])(typescript@5.5.2)
186 version: 22.12.1(typescript@5.5.2)
205 typescript:
662 /@babel/plugin-syntax-typescript@7.24.7(@babel/[email protected]):
824 '@typescript-eslint/types': 7.14.1
1808 …/@typescript-eslint/[email protected](@typescript-eslint/[email protected])([email protected])(typescrip…
1812 '@typescript-eslint/parser': ^7.0.0
[all …]
H A Deslint.config.js21 const tsParser = require('@typescript-eslint/parser');
22 const typescriptEslint = require('@typescript-eslint/eslint-plugin');
57 '@typescript-eslint': typescriptEslint,
93 '@typescript-eslint/no-unused-vars': [
102 '@typescript-eslint/no-array-constructor': ['error'],
120 '@typescript-eslint/no-explicit-any': 'error',
122 '@typescript-eslint/strict-boolean-expressions': [
/aosp_15_r20/external/pigweed/pw_web/log-viewer/
H A Dpackage-lock.json26 "@typescript-eslint/eslint-plugin": "^5.59.7",
32 "eslint-config-standard-with-typescript": "^34.0.1",
40 "typescript": "^5.0.4", string
1170 "typescript": ">= 4.7.4" string
1173 "typescript": { object
1882 "node_modules/@typescript-eslint/eslint-plugin": {
1884 …"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tg…
1889 "@typescript-eslint/scope-manager": "5.59.7",
1890 "@typescript-eslint/type-utils": "5.59.7",
1891 "@typescript-eslint/utils": "5.59.7",
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json12 "@typescript-eslint/eslint-plugin": "5.59.6",
13 "@typescript-eslint/parser": "5.59.6",
20 "typescript": "5.0.4" string
312 "node_modules/@typescript-eslint/eslint-plugin": {
314 …"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tg…
319 "@typescript-eslint/scope-manager": "5.59.6",
320 "@typescript-eslint/type-utils": "5.59.6",
321 "@typescript-eslint/utils": "5.59.6",
334 "url": "https://opencollective.com/typescript-eslint"
337 "@typescript-eslint/parser": "^5.0.0",
[all …]
/aosp_15_r20/external/pigweed/pw_web/webconsole/
H A Dpackage-lock.json39 "typescript": "4.7.4" string
828 "node_modules/@typescript-eslint/parser": {
833 "@typescript-eslint/scope-manager": "5.58.0",
834 "@typescript-eslint/types": "5.58.0",
835 "@typescript-eslint/typescript-estree": "5.58.0",
843 "url": "https://opencollective.com/typescript-eslint"
849 "typescript": { object
854 "node_modules/@typescript-eslint/scope-manager": {
859 "@typescript-eslint/types": "5.58.0",
860 "@typescript-eslint/visitor-keys": "5.58.0"
[all …]
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dtable.ts182 // eslint-disable-next-line @typescript-eslint/no-explicit-any
191 // eslint-disable-next-line @typescript-eslint/no-explicit-any
194 // eslint-disable-next-line @typescript-eslint/no-explicit-any
196 // eslint-disable-next-line @typescript-eslint/no-explicit-any
261 // eslint-disable-next-line @typescript-eslint/no-explicit-any
268 // eslint-disable-next-line @typescript-eslint/no-explicit-any
273 // eslint-disable-next-line @typescript-eslint/no-explicit-any
278 // eslint-disable-next-line @typescript-eslint/no-explicit-any
/aosp_15_r20/tools/netsim/ui/
H A Dpackage.json28 "@typescript-eslint/eslint-plugin": "^4.33.0",
29 "@typescript-eslint/parser": "^4.33.0",
49 "typescript": "^4.5.2" string
52 "parser": "@typescript-eslint/parser",
58 "@typescript-eslint"
62 "@typescript-eslint/no-unused-vars": [
/aosp_15_r20/external/pigweed/
H A D.eslintrc.cjs26 "plugin:@typescript-eslint/recommended",
35 "@typescript-eslint",
39 "@typescript-eslint/ban-ts-comment": "warn",
40 "@typescript-eslint/no-explicit-any": "warn",
41 "@typescript-eslint/no-unused-vars": "warn",
/aosp_15_r20/external/pigweed/pw_web/
H A Ddocs.rst159 - `pw_hdlc <https://pigweed.dev/pw_hdlc/#typescript>`_
161 - `pw_tokenizer <https://pigweed.dev/pw_tokenizer/#typescript>`_
162 - `pw_transfer <https://pigweed.dev/pw_transfer/#typescript>`_
225 .. code-block:: typescript
261 .. code-block:: typescript
267 .. code-block:: typescript
294 .. code-block:: typescript
311 .. code-block:: typescript

12345678910>>...13