• Home
  • Raw
  • Download

Lines Matching full:in

10     "A rest parameter must be last in a parameter list.": {
42 "A 'declare' modifier cannot be used in an already ambient context.": {
46 "'{0}' modifier cannot be used in an ambient context.": {
86 "Only a single variable declaration is allowed in a 'for...in' statement.": {
90 "Invalid use of '{0}' in strict mode.": {
94 "A 'with' statements are not allowed in strict mode.": {
98 "A 'delete' cannot be called on an identifier in strict mode.": {
118 "A 'default' clause cannot appear more than once in a 'switch' statement.": {
134 "An object literal cannot have multiple properties with the same name in strict mode.": {
150 "Octal literals are not allowed in strict mode.": {
154 "Octal escape sequences are not allowed in strict mode.": {
190 "A 'yield' expression is only allowed in a generator body.": {
194 "A comma expression is not allowed in a computed property name.": {
226 "Only a single variable declaration is allowed in a 'for...of' statement.": {
230 "The variable declaration of a 'for...in' statement cannot have an initializer.": {
258 "Invalid use of '{0}'. Class definitions are automatically in strict mode.": {
266 "Identifier expected. '{0}' is a reserved word in strict mode.": {
270 …"Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically…
274 …"Identifier expected. '{0}' is a reserved word in strict mode. Modules are automatically in strict…
282 "An import declaration can only be used in a namespace or module.": {
286 "An export declaration can only be used in a module.": {
310 …"Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.…
314 …ons are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Class definitions …
318 …arations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are a…
322 "A definite assignment assertion '!' is not permitted in this context.": {
350 "A default export can only be used in an ECMAScript-style module.": {
382 "An export assignment cannot be used in a module with other exported elements.": {
386 "The 'super' can only be referenced in a derived class.": {
390 "The 'super' cannot be referenced in constructor arguments.": {
394 …"Super calls are not permitted outside constructors or in nested functions inside constructors.": {
398 …"The 'super' property access is permitted only in a constructor, member function, or member access…
410 …"The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'."…
414 …"The right-hand side of an 'in' expression must be of type 'any', an object type or a type paramet…
434 "Declaration name conflicts with built-in global identifier '{0}'.": {
438 "The left-hand side of a 'for...in' statement cannot use a type annotation.": {
446 "The 'super' cannot be referenced in a computed property name.": {
450 "A rest element must be last in a destructuring pattern.": {
454 "The 'let' is not allowed to be used as a name in 'let' or 'const' declarations.": {
466 "The left-hand side of a 'for...in' statement cannot be a destructuring pattern.": {
478 …"The 'super' can only be referenced in members of derived classes or object literal expressions.":…
511 …"Meta-property '{0}' is only allowed in the body of a function declaration, function expression, o…
527 "In strict mode code, functions can only be declared at top level or inside a block.": {
543 "\\8 and \\9 are not allowed in strict mode": {
547 "const and let declarations not allowed in statement positions": {
555 "Class declaration not allowed in statement position": {
559 "Lexical declaration 'let' not allowed in statement position": {
563 "Lexical declaration 'const' not allowed in statement position": {
571 "Unexpected eval or arguments in strict mode": {