Lines Matching full:an
18 "A required parameter cannot follow an optional parameter.": {
42 "A 'declare' modifier cannot be used in an already ambient context.": {
46 "'{0}' modifier cannot be used in an ambient context.": {
62 "A rest parameter cannot have an initializer.": {
70 "'{0}' modifier cannot appear on an index signature.": {
74 "A '{0}' modifier cannot be used with an import declaration.": {
98 "A 'delete' cannot be called on an identifier in strict mode.": {
102 "A 'continue' statement can only be used within an enclosing iteration statement.": {
106 "A 'break' statement can only be used within an enclosing iteration or switch statement.": {
126 "A 'continue' statement can only jump to a label of an enclosing iteration statement.": {
130 "A 'break' statement can only jump to a label of an enclosing statement.": {
134 "An object literal cannot have multiple properties with the same name in strict mode.": {
138 "An object literal cannot have multiple get/set accessors with the same name.": {
142 "An object literal cannot have property and accessor with the same name.": {
146 "An export assignment cannot have modifiers.": {
186 "An object member cannot be declared optional.": {
214 "A destructuring declaration must have an initializer.": {
230 "The variable declaration of a 'for...in' statement cannot have an initializer.": {
234 "The variable declaration of a 'for...of' statement cannot have an initializer.": {
238 "An import declaration cannot have modifiers.": {
242 "An export declaration cannot have modifiers.": {
278 "An export assignment must be at the top level of a file or module declaration.": {
282 "An import declaration can only be used in a namespace or module.": {
286 "An export declaration can only be used in a module.": {
298 "Abstract methods can only appear within an abstract class.": {
306 "A decorator can only decorate a method implementation, not an overload.": {
342 …"Did you mean to use a ':'? An '=' can only follow a property name when the containing object lite…
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.": {
402 …"The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type …
406 …"The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable t…
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…
418 …"The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enu…
422 …"The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an en…
426 "The left-hand side of an assignment expression must be a variable or a property access.": {
491 "The target of an object rest assignment must be a variable or a property access.": {
495 "The target of an object rest assignment may not be an optional property access.": {
499 "The left-hand side of an assignment expression may not be an optional property access.": {
503 "The left-hand side of a 'for...of' statement may not be an optional property access.": {
515 "An accessibility modifier cannot be used with a private identifier.": {