Searched refs:information (Results 1 – 25 of 5780) sorted by relevance
12345678910>>...232
3 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 …]
3 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 …]
3 No type information for this code.1 ** 2;4 No type information for this code.(-1) ** 25 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 …]
3 No type information for this code. // Single line comment4 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 comment11 No type information for this code. */12 No type information for this code.[all …]
3 No type information for this code.* @name Foo4 No type information for this code.* @class5 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.* @field9 No type information for this code.*/10 No type information for this code./**11 No type information for this code.* @name bar12 No type information for this code.* @type Object[][all …]
3 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. * Callback9 No type information for this code. *10 No type information for this code. * @callback NumberToStringCb11 No type information for this code. * @param {number} a12 No type information for this code. * @returns {string}[all …]
3 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 pinned8 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 …]
3 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 pinned8 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 …]
3 No type information for this code. * Options for Foo <------------4 No type information for this code. * @typedef {Object} FooOptions5 No type information for this code. * @property {boolean} bar - Marvin K Mooney6 No type information for this code. * @property {string} baz - Sylvester McMonkey McBean7 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. * Multiline11 No type information for this code. * Options12 No type information for this code. * for Foo <------------[all …]
3 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 insertion7 No type information for this code. *8 No type information for this code. * @path bestPractice/Sbp_7.9_A9_T3.js9 No type information for this code. * @description Execute do { \n ; \n }while(false) true10 No type information for this code. */11 No type information for this code.12 No type information for this code.//CHECK#1[all …]
3 No type information for this code.1.1_00_014 No type information for this code.1e1_05 No type information for this code.1e+1_06 No type information for this code.1e-1_07 No type information for this code.1.1e10_08 No type information for this code.1.1e+10_09 No type information for this code.1.1e-10_010 No type information for this code.12_34_5611 No type information for this code.1_22_33312 No type information for this code.1_2.3_4[all …]
79 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 …]
3 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 incorrect7 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.js9 No type information for this code. * @description Checking if execution of "0x" passes10 No type information for this code. * @negative11 No type information for this code. */12 No type information for this code.[all …]
3 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.js9 No type information for this code. * @description UnicodeEscapeSequence :: u000G is incorrect10 No type information for this code. * @negative11 No type information for this code. */12 No type information for this code.[all …]
3 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 …]
3 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 identifier7 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.js9 No type information for this code. * @description Checking if execution of "for=1" fails10 No type information for this code. * @negative11 No type information for this code. */12 No type information for this code.[all …]
3 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> { // error6 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> { // error9 No type information for this code.}10 No type information for this code.11 No type information for this code.interface Bar implements Bar { // error12 No type information for this code.}[all …]
3 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 comments7 No type information for this code. *8 No type information for this code. * @path ch07/7.4/S7.4_A2_T2.js9 No type information for this code. * @description Try use /*CHECK#1/. This is not closed multi line…10 No type information for this code. * @negative11 No type information for this code. */12 No type information for this code.[all …]