Home
last modified time | relevance | path

Searched refs:another (Results 1 – 25 of 2106) sorted by relevance

12345678910>>...85

/third_party/typescript/tests/baselines/reference/
DdeeplyNestedAssignabilityIssue.types9 >something : { another: { more: { thing: A; }; yetstill: { another: A; };…
11 another: {
12 >another : { more: { thing: A;}; yetstill: { another: A;}; }
21 >yetstill : { another: A; }
23 another: A;
24 >another : A
32another: { more: { thing: {} }, yetstill: { …
35 >something : { another: { more: { thing: {}; }; yetstill: { another: {}; }; }; }
36another: { more: { thing: {} }, yetstill: { …
38 another: {
[all …]
DdeeplyNestedAssignabilityIssue.symbols15 another: {
16 >another : Symbol(another, Decl(deeplyNestedAssignabilityIssue.ts, 5, 16))
28 another: A;
29 >another : Symbol(another, Decl(deeplyNestedAssignabilityIssue.ts, 10, 23))
43 another: {
44 >another : Symbol(another, Decl(deeplyNestedAssignabilityIssue.ts, 18, 16))
56 another: {}
57 >another : Symbol(another, Decl(deeplyNestedAssignabilityIssue.ts, 23, 23))
DdeclarationEmitMixinPrivateProtected.symbols40 === tests/cases/compiler/another.ts ===
42 >mix : Symbol(mix, Decl(another.ts, 0, 0))
43 >TMix : Symbol(TMix, Decl(another.ts, 0, 21))
44 >mixin : Symbol(mixin, Decl(another.ts, 0, 27))
45 >TMix : Symbol(TMix, Decl(another.ts, 0, 21))
46 >TMix : Symbol(TMix, Decl(another.ts, 0, 21))
49 >DisposableMixin : Symbol(DisposableMixin, Decl(another.ts, 2, 5))
52 >_onDispose : Symbol(DisposableMixin._onDispose, Decl(another.ts, 2, 31))
55 >this._assertIsStripped : Symbol(DisposableMixin._assertIsStripped, Decl(another.ts, 5, 5))
56 >this : Symbol(DisposableMixin, Decl(another.ts, 2, 23))
[all …]
DnodeModulesAllowJs1(module=node16).types55 === tests/cases/conformance/node/allowJs/subfolder2/another/index.js ===
64 === tests/cases/conformance/node/allowJs/subfolder2/another/index.cjs ===
73 === tests/cases/conformance/node/allowJs/subfolder2/another/index.mjs ===
110 import * as m10 from "./subfolder2/another/index.js";
113 import * as m11 from "./subfolder2/another/index.mjs";
116 import * as m12 from "./subfolder2/another/index.cjs";
144 import * as m21 from "./subfolder2/another";
147 import * as m22 from "./subfolder2/another/";
150 import * as m23 from "./subfolder2/another/index";
270 import m32 = require("./subfolder2/another");
[all …]
DnodeModules1(module=nodenext).types55 === tests/cases/conformance/node/subfolder2/another/index.ts ===
64 === tests/cases/conformance/node/subfolder2/another/index.mts ===
73 === tests/cases/conformance/node/subfolder2/another/index.cts ===
110 import * as m10 from "./subfolder2/another/index.js";
113 import * as m11 from "./subfolder2/another/index.mjs";
116 import * as m12 from "./subfolder2/another/index.cjs";
144 import * as m21 from "./subfolder2/another";
147 import * as m22 from "./subfolder2/another/";
150 import * as m23 from "./subfolder2/another/index";
270 import m32 = require("./subfolder2/another");
[all …]
DnodeModulesAllowJs1(module=nodenext).types55 === tests/cases/conformance/node/allowJs/subfolder2/another/index.js ===
64 === tests/cases/conformance/node/allowJs/subfolder2/another/index.cjs ===
73 === tests/cases/conformance/node/allowJs/subfolder2/another/index.mjs ===
110 import * as m10 from "./subfolder2/another/index.js";
113 import * as m11 from "./subfolder2/another/index.mjs";
116 import * as m12 from "./subfolder2/another/index.cjs";
144 import * as m21 from "./subfolder2/another";
147 import * as m22 from "./subfolder2/another/";
150 import * as m23 from "./subfolder2/another/index";
270 import m32 = require("./subfolder2/another");
[all …]
DnodeModules1(module=node16).types55 === tests/cases/conformance/node/subfolder2/another/index.ts ===
64 === tests/cases/conformance/node/subfolder2/another/index.mts ===
73 === tests/cases/conformance/node/subfolder2/another/index.cts ===
110 import * as m10 from "./subfolder2/another/index.js";
113 import * as m11 from "./subfolder2/another/index.mjs";
116 import * as m12 from "./subfolder2/another/index.cjs";
144 import * as m21 from "./subfolder2/another";
147 import * as m22 from "./subfolder2/another/";
150 import * as m23 from "./subfolder2/another/index";
270 import m32 = require("./subfolder2/another");
[all …]
DdeeplyNestedAssignabilityIssue.js8 another: {
13 another: A;
21 another: { property
26 another: {} property
36 another: { property
41 another: {} property
DtypeofStripsFreshness.types25 const ANOTHER = "another";
26 >ANOTHER : "another"
27 >"another" : "another"
30 >Another : "another"
31 >ANOTHER : "another"
34 >Both : "all" | "another"
DnodeModulesAllowJs1(module=nodenext).symbols49 === tests/cases/conformance/node/allowJs/subfolder2/another/index.js ===
57 === tests/cases/conformance/node/allowJs/subfolder2/another/index.cjs ===
65 === tests/cases/conformance/node/allowJs/subfolder2/another/index.mjs ===
101 import * as m10 from "./subfolder2/another/index.js";
104 import * as m11 from "./subfolder2/another/index.mjs";
107 import * as m12 from "./subfolder2/another/index.cjs";
135 import * as m21 from "./subfolder2/another";
138 import * as m22 from "./subfolder2/another/";
141 import * as m23 from "./subfolder2/another/index";
238 import m32 = require("./subfolder2/another");
[all …]
DnodeModulesAllowJs1(module=node16).symbols49 === tests/cases/conformance/node/allowJs/subfolder2/another/index.js ===
57 === tests/cases/conformance/node/allowJs/subfolder2/another/index.cjs ===
65 === tests/cases/conformance/node/allowJs/subfolder2/another/index.mjs ===
101 import * as m10 from "./subfolder2/another/index.js";
104 import * as m11 from "./subfolder2/another/index.mjs";
107 import * as m12 from "./subfolder2/another/index.cjs";
135 import * as m21 from "./subfolder2/another";
138 import * as m22 from "./subfolder2/another/";
141 import * as m23 from "./subfolder2/another/index";
238 import m32 = require("./subfolder2/another");
[all …]
DnodeModules1(module=node16).symbols49 === tests/cases/conformance/node/subfolder2/another/index.ts ===
57 === tests/cases/conformance/node/subfolder2/another/index.mts ===
65 === tests/cases/conformance/node/subfolder2/another/index.cts ===
101 import * as m10 from "./subfolder2/another/index.js";
104 import * as m11 from "./subfolder2/another/index.mjs";
107 import * as m12 from "./subfolder2/another/index.cjs";
135 import * as m21 from "./subfolder2/another";
138 import * as m22 from "./subfolder2/another/";
141 import * as m23 from "./subfolder2/another/index";
238 import m32 = require("./subfolder2/another");
[all …]
DnodeModules1(module=nodenext).symbols49 === tests/cases/conformance/node/subfolder2/another/index.ts ===
57 === tests/cases/conformance/node/subfolder2/another/index.mts ===
65 === tests/cases/conformance/node/subfolder2/another/index.cts ===
101 import * as m10 from "./subfolder2/another/index.js";
104 import * as m11 from "./subfolder2/another/index.mjs";
107 import * as m12 from "./subfolder2/another/index.cjs";
135 import * as m21 from "./subfolder2/another";
138 import * as m22 from "./subfolder2/another/";
141 import * as m23 from "./subfolder2/another/index";
238 import m32 = require("./subfolder2/another");
[all …]
DnodeModules1(module=node16).errors.txt5 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.js")' call …
6 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.mjs")' call…
9 … imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another")' call instead.
10 …imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/")' call instead.
11 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index")' call ins…
14 tests/cases/conformance/node/index.cts(59,22): error TS1471: Module './subfolder2/another' cannot b…
15 tests/cases/conformance/node/index.cts(60,22): error TS1471: Module './subfolder2/another/' cannot …
16 tests/cases/conformance/node/index.cts(61,22): error TS1471: Module './subfolder2/another/index' ca…
27 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
38 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
[all …]
DnodeModules1(module=nodenext).errors.txt5 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.js")' call …
6 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.mjs")' call…
9 … imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another")' call instead.
10 …imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/")' call instead.
11 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index")' call ins…
14 tests/cases/conformance/node/index.cts(59,22): error TS1471: Module './subfolder2/another' cannot b…
15 tests/cases/conformance/node/index.cts(60,22): error TS1471: Module './subfolder2/another/' cannot …
16 tests/cases/conformance/node/index.cts(61,22): error TS1471: Module './subfolder2/another/index' ca…
27 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
38 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
[all …]
DmultipleExportDefault4.types6 >{ uhoh: "another default",} : { uhoh: string; }
8 uhoh: "another default",
10 >"another default" : "another default"
DmultipleExportDefault1.types8 >{ uhoh: "another default",} : { uhoh: string; }
10 uhoh: "another default",
12 >"another default" : "another default"
DmultipleExportDefault2.types3 >{ uhoh: "another default",} : { uhoh: string; }
5 uhoh: "another default",
7 >"another default" : "another default"
DmultipleExportDefault3.types3 >{ uhoh: "another default",} : { uhoh: string; }
5 uhoh: "another default",
7 >"another default" : "another default"
DnodeModulesAllowJs1(module=nodenext).errors.txt5 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.js")' call …
6 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index.mjs")' call…
9 … imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another")' call instead.
10 …imported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/")' call instead.
11 …mported with 'require'. Consider writing a dynamic 'import("./subfolder2/another/index")' call ins…
23 tests/cases/conformance/node/allowJs/index.cjs(59,22): error TS1471: Module './subfolder2/another' …
25 tests/cases/conformance/node/allowJs/index.cjs(60,22): error TS1471: Module './subfolder2/another/'…
27 tests/cases/conformance/node/allowJs/index.cjs(61,22): error TS1471: Module './subfolder2/another/i…
38 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
49 …when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './subfolder2/another/index.mjs'?
[all …]
/third_party/curl/tests/data/
Dtest18417 Location: http://yet.another.host/%TESTNUMBER
32 Location: http://yet.another.host/%TESTNUMBER
51 http://deathstar.another.galaxy/%TESTNUMBER -L -H "Host: another.visitor.stay.a.while.stay.foreeeee…
61 GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1
62 Host: another.visitor.stay.a.while.stay.foreeeeeever
67 GET http://yet.another.host/%TESTNUMBER HTTP/1.1
68 Host: yet.another.host
Dtest18551 http://deathstar.another.galaxy/%TESTNUMBER -L -H "Host: another.visitor.stay.a.while.stay.foreeeee…
61 GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1
62 Host: another.visitor.stay.a.while.stay.foreeeeeever
67 GET http://deathstar.another.galaxy/go/west/%TESTNUMBER HTTP/1.1
68 Host: another.visitor.stay.a.while.stay.foreeeeeever
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dwhen-changing-module-name-with-different-casing.js40 /user/username/projects/myproject/another.ts
45 /user/username/projects/myproject/another.ts
50 /user/username/projects/myproject/another.ts (used version)
59 /user/username/projects/myproject/another.ts:
103 user/username/projects/myproject/another.ts:1:24 - error T…
121 /user/username/projects/myproject/another.ts
124 /user/username/projects/myproject/another.ts
127 /user/username/projects/myproject/another.ts (computed .d.ts)
136 /user/username/projects/myproject/another.ts:
/third_party/node/test/es-module/
Dtest-esm-json-cache.mjs8 import another from '../fixtures/es-modules/json-cache/another.cjs';
15 const anotherCjs = require('../fixtures/es-modules/json-cache/another.cjs');
19 strictEqual(another.one, 'zalgo');
23 deepStrictEqual(another, anotherCjs);
/third_party/typescript/tests/cases/compiler/
DdeeplyNestedAssignabilityIssue.ts8 another: {
13 another: A;
21 another: {
26 another: {}

12345678910>>...85