Home
last modified time | relevance | path

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

1234567891011

/external/flatbuffers/docs/source/
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 …]
/external/skia/experimental/tskit/
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',
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
/external/cronet/build/config/siso/
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 …]
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
Dmac.star10 load("./typescript_unix.star", "typescript")
15 fg.update(typescript.filegroups(ctx))
20 __handlers.update(typescript.handlers)
25 step_config = typescript.step_config(ctx, step_config)
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")))
/external/angle/build/config/siso/
Dtypescript_unix.star20 # TODO: crbug.com/1478909 - Specify typescript inputs in GN config.
22 "tools/typescript/ts_definitions.py": [
26 "tools/typescript/ts_library.py": [
34 "name": "typescript/ts_library",
35 "command_prefix": "python3 ../../tools/typescript/ts_library.py",
37 "tools/typescript/ts_library.py",
56 "name": "typescript/ts_definitions",
57 "command_prefix": "python3 ../../tools/typescript/ts_definitions.py",
59 "tools/typescript/ts_definitions.py",
78 typescript = module(
[all …]
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
Dmac.star10 load("./typescript_unix.star", "typescript")
15 fg.update(typescript.filegroups(ctx))
30 __handlers.update(typescript.handlers)
42 step_config = typescript.step_config(ctx, step_config)
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")))
/external/skia/modules/canvaskit/external_test/typescript_browser_es6/
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",
Dpackage.json2 "name": "external-typescript-test",
4 "description": "Tests that clients can import CanvasKit via typescript",
13 "typescript": "^4.4.4" string
/external/skia/modules/canvaskit/external_test/typescript_browser/
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",
Dpackage.json2 "name": "external-typescript-test",
4 "description": "Tests that clients can import CanvasKit via typescript",
13 "typescript": "^4.4.4" string
/external/perfetto/ui/
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': [
/external/pigweed/pw_status/
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 …]
/external/pigweed/pw_rpc/ts/
Ddocs.rst10 TypeScript or JavaScript. The module includes client library to facilitate handling RPCs.
18 .. code-block:: typescript
48 .. code-block:: typescript
63 .. code-block:: typescript
76 .. code-block:: typescript
102 .. code-block:: typescript
118 .. code-block:: typescript
130 .. code-block:: typescript
149 .. code-block:: typescript
171 .. code-block:: typescript
/external/pigweed/
D.eslintrc.cjs12 "plugin:@typescript-eslint/recommended",
21 "@typescript-eslint",
25 "@typescript-eslint/ban-ts-comment": "warn",
26 "@typescript-eslint/no-explicit-any": "warn",
27 "@typescript-eslint/no-unused-vars": "warn",
/external/flatbuffers/
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/experimental-utils@4.33.0":
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 …]
Dpackage.json38 "@bazel/typescript": "^5.2.0",
40 "@typescript-eslint/eslint-plugin": "^4.12.0",
41 "@typescript-eslint/parser": "^4.12.0",
43 "typescript": "^4.5.5" string
D.eslintrc.js5 parser: '@typescript-eslint/parser',
7 '@typescript-eslint',
11 'plugin:@typescript-eslint/recommended',
/external/perfetto/ui/src/widgets/
Dbasic_table.ts27 // 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
/external/perfetto/ui/src/frontend/tables/
Dtable.ts172 // 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
/external/perfetto/ui/src/base/
Ddeferred.ts18 // 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

1234567891011