Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 5780) sorted by relevance

12345678910>>...232

/third_party/typescript/tests/baselines/reference/
DparserSyntaxWalker.generated.types3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
DparserSyntaxWalker.generated.symbols3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
Dparser.numericSeparators.decmialNegative.symbols3 No type information for this code.
4 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
6 No type information for this code.
7 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
9 No type information for this code.
10 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
12 No type information for this code.
13 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
15 No type information for this code.
16 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
[all …]
Dparser.numericSeparators.unicodeEscape.symbols3 No type information for this code.
4 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
6 No type information for this code.
7 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
9 No type information for this code.
10 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
12 No type information for this code.
13 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
15 No type information for this code.
16 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
[all …]
DemitExponentiationOperator1.symbols3 No type information for this code.1 ** 2;
4 No type information for this code.(-1) ** 2
5 No type information for this code.1 ** 2 ** 3;
6 No type information for this code.1 ** 2 ** -3;
7 No type information for this code.1 ** -(2 ** 3);
8 No type information for this code.(-(1 ** 2)) ** 3;
9 No type information for this code.(-(1 ** 2)) ** -3;
10 No type information for this code.
11 No type information for this code.1 ** 2 + 3;
12 No type information for this code.1 ** 2 - 3;
[all …]
DdoNotEmitDetachedCommentsAtStartOfLambdaFunction.symbols3 No type information for this code. // Single line comment
4 No type information for this code.
5 No type information for this code. return 0;
6 No type information for this code.}
7 No type information for this code.
8 No type information for this code.() => {
9 No type information for this code. /*
10 No type information for this code. multi-line comment
11 No type information for this code. */
12 No type information for this code.
[all …]
DemitCommentsOnlyFile.symbols3 No type information for this code.* @name Foo
4 No type information for this code.* @class
5 No type information for this code.*/
6 No type information for this code./**#@+
7 No type information for this code.* @memberOf Foo#
8 No type information for this code.* @field
9 No type information for this code.*/
10 No type information for this code./**
11 No type information for this code.* @name bar
12 No type information for this code.* @type Object[]
[all …]
DemitCommentsOnlyFile.types3 No type information for this code.* @name Foo
4 No type information for this code.* @class
5 No type information for this code.*/
6 No type information for this code./**#@+
7 No type information for this code.* @memberOf Foo#
8 No type information for this code.* @field
9 No type information for this code.*/
10 No type information for this code./**
11 No type information for this code.* @name bar
12 No type information for this code.* @type Object[]
[all …]
DjsDeclarationsTypeAliases.types3 No type information for this code./**
4 No type information for this code. * @typedef {string | number | symbol} PropName
5 No type information for this code. */
6 No type information for this code.
7 No type information for this code./**
8 No type information for this code. * Callback
9 No type information for this code. *
10 No type information for this code. * @callback NumberToStringCb
11 No type information for this code. * @param {number} a
12 No type information for this code. * @returns {string}
[all …]
DjsDeclarationsTypeAliases.symbols3 No type information for this code./**
4 No type information for this code. * @typedef {string | number | symbol} PropName
5 No type information for this code. */
6 No type information for this code.
7 No type information for this code./**
8 No type information for this code. * Callback
9 No type information for this code. *
10 No type information for this code. * @callback NumberToStringCb
11 No type information for this code. * @param {number} a
12 No type information for this code. * @returns {string}
[all …]
DcommentOnElidedModule1.types3 No type information for this code.module ElidedModule3 {
4 No type information for this code.}
5 No type information for this code.=== tests/cases/compiler/a.ts ===
7 No type information for this code. Keep this pinned
8 No type information for this code. =================
9 No type information for this code.*/
10 No type information for this code.
11 No type information for this code./*! Don't keep this pinned comment */
12 No type information for this code.module ElidedModule {
13 No type information for this code.}
[all …]
DcommentOnInterface1.types3 No type information for this code.interface I3 {
4 No type information for this code.}
5 No type information for this code.=== tests/cases/compiler/a.ts ===
7 No type information for this code. Keep this pinned
8 No type information for this code. =================
9 No type information for this code.*/
10 No type information for this code.
11 No type information for this code./*! Don't keep this pinned comment */
12 No type information for this code.interface I {
13 No type information for this code.}
[all …]
DjsDeclarationsTypedefDescriptionsPreserved.types3 No type information for this code. * Options for Foo <------------
4 No type information for this code. * @typedef {Object} FooOptions
5 No type information for this code. * @property {boolean} bar - Marvin K Mooney
6 No type information for this code. * @property {string} baz - Sylvester McMonkey McBean
7 No type information for this code. */
8 No type information for this code.
9 No type information for this code./**
10 No type information for this code. * Multiline
11 No type information for this code. * Options
12 No type information for this code. * for Foo <------------
[all …]
DjsDeclarationsTypedefDescriptionsPreserved.symbols3 No type information for this code. * Options for Foo <------------
4 No type information for this code. * @typedef {Object} FooOptions
5 No type information for this code. * @property {boolean} bar - Marvin K Mooney
6 No type information for this code. * @property {string} baz - Sylvester McMonkey McBean
7 No type information for this code. */
8 No type information for this code.
9 No type information for this code./**
10 No type information for this code. * Multiline
11 No type information for this code. * Options
12 No type information for this code. * for Foo <------------
[all …]
DparserSbp_7.9_A9_T3.symbols3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * Check Do-While Statement for automatic semicolon insertion
7 No type information for this code. *
8 No type information for this code. * @path bestPractice/Sbp_7.9_A9_T3.js
9 No type information for this code. * @description Execute do { \n ; \n }while(false) true
10 No type information for this code. */
11 No type information for this code.
12 No type information for this code.//CHECK#1
[all …]
Dparser.numericSeparators.decimal.symbols3 No type information for this code.1.1_00_01
4 No type information for this code.1e1_0
5 No type information for this code.1e+1_0
6 No type information for this code.1e-1_0
7 No type information for this code.1.1e10_0
8 No type information for this code.1.1e+10_0
9 No type information for this code.1.1e-10_0
10 No type information for this code.12_34_56
11 No type information for this code.1_22_333
12 No type information for this code.1_2.3_4
[all …]
DprivacyInterfaceExtendsClauseDeclFile.types79 No type information for this code. export interface publicInterfaceInPublicModule {
80 No type information for this code. }
81 No type information for this code.
82 No type information for this code. interface privateInterfaceInPublicModule {
83 No type information for this code. }
84 No type information for this code.
85 No type information for this code. interface privateInterfaceImplementingPublicInterfaceInModule…
86 No type information for this code. }
87 No type information for this code. interface privateInterfaceImplementingPrivateInterfaceInModul…
88 No type information for this code. }
[all …]
DscannerS7.8.3_A6.1_T1.symbols3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * HexIntegerLiteral :: 0(x/X) is incorrect
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.8/7.8.3/S7.8.3_A6.1_T1.js
9 No type information for this code. * @description Checking if execution of "0x" passes
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]
DscannerS7.8.4_A7.1_T4.symbols3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * EscapeSequence :: UnicodeEscapeSequence :: u HexDigit HexDigit…
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.8/7.8.4/S7.8.4_A7.1_T4.js
9 No type information for this code. * @description UnicodeEscapeSequence :: u000G is incorrect
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]
DunusedInterfaceinNamespace3.types3 No type information for this code. interface i1 {
4 No type information for this code.
5 No type information for this code. }
6 No type information for this code.
7 No type information for this code. export interface i2 {
8 No type information for this code.
9 No type information for this code. }
10 No type information for this code.
11 No type information for this code. interface i3 extends i1 {
12 No type information for this code.
[all …]
DparserS7.6.1.1_A1.10.types3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * The "for" token can not be used as identifier
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.10.js
9 No type information for this code. * @description Checking if execution of "for=1" fails
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]
DparserS7.6.1.1_A1.10.symbols3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * The "for" token can not be used as identifier
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.10.js
9 No type information for this code. * @description Checking if execution of "for=1" fails
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]
DinterfaceThatInheritsFromItself.types3 No type information for this code.}
4 No type information for this code.
5 No type information for this code.interface Foo2<T> extends Foo2<T> { // error
6 No type information for this code.}
7 No type information for this code.
8 No type information for this code.interface Foo3<T> extends Foo3<string> { // error
9 No type information for this code.}
10 No type information for this code.
11 No type information for this code.interface Bar implements Bar { // error
12 No type information for this code.}
[all …]
DscannerS7.4_A2_T2.symbols3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * Correct interpretation of multi line comments
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.4/S7.4_A2_T2.js
9 No type information for this code. * @description Try use /*CHECK#1/. This is not closed multi line…
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]
DscannerS7.4_A2_T2.types3 No type information for this code.// This code is governed by the BSD license found in the LICENSE …
4 No type information for this code.
5 No type information for this code./**
6 No type information for this code. * Correct interpretation of multi line comments
7 No type information for this code. *
8 No type information for this code. * @path ch07/7.4/S7.4_A2_T2.js
9 No type information for this code. * @description Try use /*CHECK#1/. This is not closed multi line…
10 No type information for this code. * @negative
11 No type information for this code. */
12 No type information for this code.
[all …]

12345678910>>...232