typescript-src 1.0.1.2 → 1.4.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +21 -21
- data/CHANGES.md +14 -11
- data/Gemfile +7 -7
- data/README.md +38 -35
- data/Rakefile +24 -21
- data/lib/typescript-src.rb +64 -52
- data/lib/typescript-src/support/typescript/.npmignore +7 -12
- data/lib/typescript-src/support/typescript/CONTRIBUTING.md +74 -0
- data/lib/typescript-src/support/typescript/README.md +78 -0
- data/lib/typescript-src/support/typescript/ThirdPartyNoticeText.txt +10 -60
- data/lib/typescript-src/support/typescript/bin/lib.core.d.ts +1164 -0
- data/lib/typescript-src/support/typescript/bin/lib.core.es6.d.ts +4801 -0
- data/lib/typescript-src/support/typescript/bin/lib.d.ts +12097 -12836
- data/lib/typescript-src/support/typescript/bin/lib.dom.d.ts +13043 -0
- data/lib/typescript-src/support/typescript/bin/lib.es6.d.ts +17195 -0
- data/lib/typescript-src/support/typescript/bin/lib.scriptHost.d.ts +38 -0
- data/lib/typescript-src/support/typescript/bin/lib.webworker.d.ts +1652 -0
- data/lib/typescript-src/support/typescript/bin/tsc +2 -2
- data/lib/typescript-src/support/typescript/bin/tsc.js +17276 -61916
- data/lib/typescript-src/support/typescript/bin/typescript.d.ts +1849 -0
- data/lib/typescript-src/support/typescript/bin/typescriptServices.d.ts +1849 -0
- data/lib/typescript-src/support/typescript/bin/typescriptServices.js +26273 -0
- data/lib/typescript-src/support/typescript/bin/typescriptServices_internal.d.ts +258 -0
- data/lib/typescript-src/support/typescript/bin/typescript_internal.d.ts +258 -0
- data/lib/typescript-src/support/typescript/package.json +69 -61
- data/lib/typescript-src/version.rb +4 -4
- data/test/test_type_script_src.rb +35 -35
- data/typescript-src.gemspec +22 -22
- metadata +16 -26
- data/lib/typescript-src/support/typescript/README.txt +0 -27
- data/lib/typescript-src/support/typescript/bin/resources/cs/cz/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/cs/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/cz/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/de/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/en/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/en/us/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/es/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/fr/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/it/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/ja/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/ja/jp/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/ko/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/ko/kr/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/pl/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/pt/br/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/pt/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/ru/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/tr/diagnosticMessages.generated.json +0 -374
- data/lib/typescript-src/support/typescript/bin/resources/zh/cn/diagnosticMessages.generated.json +0 -373
- data/lib/typescript-src/support/typescript/bin/resources/zh/tw/diagnosticMessages.generated.json +0 -373
- data/lib/typescript-src/support/typescript/bin/typescript.js +0 -61516
data/lib/typescript-src/support/typescript/bin/resources/en/diagnosticMessages.generated.json
DELETED
@@ -1,374 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"error TS{0}: {1}": "error TS{0}: {1}",
|
3
|
-
"warning TS{0}: {1}": "warning TS{0}: {1}",
|
4
|
-
"Unrecognized escape sequence.": "Unrecognized escape sequence.",
|
5
|
-
"Unexpected character {0}.": "Unexpected character {0}.",
|
6
|
-
"Missing close quote character.": "Missing close quote character.",
|
7
|
-
"Identifier expected.": "Identifier expected.",
|
8
|
-
"'{0}' keyword expected.": "'{0}' keyword expected.",
|
9
|
-
"'{0}' expected.": "'{0}' expected.",
|
10
|
-
"Identifier expected; '{0}' is a keyword.": "Identifier expected; '{0}' is a keyword.",
|
11
|
-
"Automatic semicolon insertion not allowed.": "Automatic semicolon insertion not allowed.",
|
12
|
-
"Unexpected token; '{0}' expected.": "Unexpected token; '{0}' expected.",
|
13
|
-
"Trailing separator not allowed.": "Trailing separator not allowed.",
|
14
|
-
"'*/' expected.": "'*/' expected.",
|
15
|
-
"'public' or 'private' modifier must precede 'static'.": "'public' or 'private' modifier must precede 'static'.",
|
16
|
-
"Unexpected token.": "Unexpected token.",
|
17
|
-
"Catch clause parameter cannot have a type annotation.": "Catch clause parameter cannot have a type annotation.",
|
18
|
-
"Rest parameter must be last in list.": "Rest parameter must be last in list.",
|
19
|
-
"Parameter cannot have question mark and initializer.": "Parameter cannot have question mark and initializer.",
|
20
|
-
"Required parameter cannot follow optional parameter.": "Required parameter cannot follow optional parameter.",
|
21
|
-
"Index signatures cannot have rest parameters.": "Index signatures cannot have rest parameters.",
|
22
|
-
"Index signature parameter cannot have accessibility modifiers.": "Index signature parameter cannot have accessibility modifiers.",
|
23
|
-
"Index signature parameter cannot have a question mark.": "Index signature parameter cannot have a question mark.",
|
24
|
-
"Index signature parameter cannot have an initializer.": "Index signature parameter cannot have an initializer.",
|
25
|
-
"Index signature must have a type annotation.": "Index signature must have a type annotation.",
|
26
|
-
"Index signature parameter must have a type annotation.": "Index signature parameter must have a type annotation.",
|
27
|
-
"Index signature parameter type must be 'string' or 'number'.": "Index signature parameter type must be 'string' or 'number'.",
|
28
|
-
"'extends' clause already seen.": "'extends' clause already seen.",
|
29
|
-
"'extends' clause must precede 'implements' clause.": "'extends' clause must precede 'implements' clause.",
|
30
|
-
"Classes can only extend a single class.": "Classes can only extend a single class.",
|
31
|
-
"'implements' clause already seen.": "'implements' clause already seen.",
|
32
|
-
"Accessibility modifier already seen.": "Accessibility modifier already seen.",
|
33
|
-
"'{0}' modifier must precede '{1}' modifier.": "'{0}' modifier must precede '{1}' modifier.",
|
34
|
-
"'{0}' modifier already seen.": "'{0}' modifier already seen.",
|
35
|
-
"'{0}' modifier cannot appear on a class element.": "'{0}' modifier cannot appear on a class element.",
|
36
|
-
"Interface declaration cannot have 'implements' clause.": "Interface declaration cannot have 'implements' clause.",
|
37
|
-
"'super' invocation cannot have type arguments.": "'super' invocation cannot have type arguments.",
|
38
|
-
"Only ambient modules can use quoted names.": "Only ambient modules can use quoted names.",
|
39
|
-
"Statements are not allowed in ambient contexts.": "Statements are not allowed in ambient contexts.",
|
40
|
-
"Implementations are not allowed in ambient contexts.": "Implementations are not allowed in ambient contexts.",
|
41
|
-
"'declare' modifier not allowed for code already in an ambient context.": "'declare' modifier not allowed for code already in an ambient context.",
|
42
|
-
"Initializers are not allowed in ambient contexts.": "Initializers are not allowed in ambient contexts.",
|
43
|
-
"Parameter property declarations can only be used in constructors.": "Parameter property declarations can only be used in constructors.",
|
44
|
-
"Function implementation expected.": "Function implementation expected.",
|
45
|
-
"Constructor implementation expected.": "Constructor implementation expected.",
|
46
|
-
"Function overload name must be '{0}'.": "Function overload name must be '{0}'.",
|
47
|
-
"'{0}' modifier cannot appear on a module element.": "'{0}' modifier cannot appear on a module element.",
|
48
|
-
"'declare' modifier cannot appear on an interface declaration.": "'declare' modifier cannot appear on an interface declaration.",
|
49
|
-
"'declare' modifier required for top level element.": "'declare' modifier required for top level element.",
|
50
|
-
"Rest parameter cannot be optional.": "Rest parameter cannot be optional.",
|
51
|
-
"Rest parameter cannot have an initializer.": "Rest parameter cannot have an initializer.",
|
52
|
-
"'set' accessor must have one and only one parameter.": "'set' accessor must have one and only one parameter.",
|
53
|
-
"'set' accessor parameter cannot have accessibility modifier.": "'set' accessor parameter cannot have accessibility modifier.",
|
54
|
-
"'set' accessor parameter cannot be optional.": "'set' accessor parameter cannot be optional.",
|
55
|
-
"'set' accessor parameter cannot have an initializer.": "'set' accessor parameter cannot have an initializer.",
|
56
|
-
"'set' accessor cannot have rest parameter.": "'set' accessor cannot have rest parameter.",
|
57
|
-
"'get' accessor cannot have parameters.": "'get' accessor cannot have parameters.",
|
58
|
-
"Modifiers cannot appear here.": "Modifiers cannot appear here.",
|
59
|
-
"Accessors are only available when targeting ECMAScript 5 and higher.": "Accessors are only available when targeting ECMAScript 5 and higher.",
|
60
|
-
"Class name cannot be '{0}'.": "Class name cannot be '{0}'.",
|
61
|
-
"Interface name cannot be '{0}'.": "Interface name cannot be '{0}'.",
|
62
|
-
"Enum name cannot be '{0}'.": "Enum name cannot be '{0}'.",
|
63
|
-
"Module name cannot be '{0}'.": "Module name cannot be '{0}'.",
|
64
|
-
"Enum member must have initializer.": "Enum member must have initializer.",
|
65
|
-
"Export assignment cannot be used in internal modules.": "Export assignment cannot be used in internal modules.",
|
66
|
-
"Export assignment not allowed in module with exported element.": "Export assignment not allowed in module with exported element.",
|
67
|
-
"Module cannot have multiple export assignments.": "Module cannot have multiple export assignments.",
|
68
|
-
"Ambient enum elements can only have integer literal initializers.": "Ambient enum elements can only have integer literal initializers.",
|
69
|
-
"module, class, interface, enum, import or statement": "module, class, interface, enum, import or statement",
|
70
|
-
"constructor, function, accessor or variable": "constructor, function, accessor or variable",
|
71
|
-
"statement": "statement",
|
72
|
-
"case or default clause": "case or default clause",
|
73
|
-
"identifier": "identifier",
|
74
|
-
"call, construct, index, property or function signature": "call, construct, index, property or function signature",
|
75
|
-
"expression": "expression",
|
76
|
-
"type name": "type name",
|
77
|
-
"property or accessor": "property or accessor",
|
78
|
-
"parameter": "parameter",
|
79
|
-
"type": "type",
|
80
|
-
"type parameter": "type parameter",
|
81
|
-
"'declare' modifier not allowed on import declaration.": "'declare' modifier not allowed on import declaration.",
|
82
|
-
"Function overload must be static": "Function overload must be static",
|
83
|
-
"Function overload must not be static": "Function overload must not be static",
|
84
|
-
"Duplicate identifier '{0}'.": "Duplicate identifier '{0}'.",
|
85
|
-
"The name '{0}' does not exist in the current scope.": "The name '{0}' does not exist in the current scope.",
|
86
|
-
"The name '{0}' does not refer to a value.": "The name '{0}' does not refer to a value.",
|
87
|
-
"'super' can only be used inside a class instance method.": "'super' can only be used inside a class instance method.",
|
88
|
-
"The left-hand side of an assignment expression must be a variable, property or indexer.": "The left-hand side of an assignment expression must be a variable, property or indexer.",
|
89
|
-
"Value of type '{0}' is not callable. Did you mean to include 'new'?": "Value of type '{0}' is not callable. Did you mean to include 'new'?",
|
90
|
-
"Value of type '{0}' is not callable.": "Value of type '{0}' is not callable.",
|
91
|
-
"Value of type '{0}' is not newable.": "Value of type '{0}' is not newable.",
|
92
|
-
"Value of type '{0}' is not indexable by type '{1}'.": "Value of type '{0}' is not indexable by type '{1}'.",
|
93
|
-
"Operator '{0}' cannot be applied to types '{1}' and '{2}'.": "Operator '{0}' cannot be applied to types '{1}' and '{2}'.",
|
94
|
-
"Operator '{0}' cannot be applied to types '{1}' and '{2}': {3}": "Operator '{0}' cannot be applied to types '{1}' and '{2}': {3}",
|
95
|
-
"Cannot convert '{0}' to '{1}'.": "Cannot convert '{0}' to '{1}'.",
|
96
|
-
"Cannot convert '{0}' to '{1}':{NL}{2}": "Cannot convert '{0}' to '{1}':{NL}{2}",
|
97
|
-
"Expected var, class, interface, or module.": "Expected var, class, interface, or module.",
|
98
|
-
"Operator '{0}' cannot be applied to type '{1}'.": "Operator '{0}' cannot be applied to type '{1}'.",
|
99
|
-
"Getter '{0}' already declared.": "Getter '{0}' already declared.",
|
100
|
-
"Setter '{0}' already declared.": "Setter '{0}' already declared.",
|
101
|
-
"Accessors cannot have type parameters.": "Accessors cannot have type parameters.",
|
102
|
-
"Exported class '{0}' extends private class '{1}'.": "Exported class '{0}' extends private class '{1}'.",
|
103
|
-
"Exported class '{0}' implements private interface '{1}'.": "Exported class '{0}' implements private interface '{1}'.",
|
104
|
-
"Exported interface '{0}' extends private interface '{1}'.": "Exported interface '{0}' extends private interface '{1}'.",
|
105
|
-
"Exported class '{0}' extends class from inaccessible module {1}.": "Exported class '{0}' extends class from inaccessible module {1}.",
|
106
|
-
"Exported class '{0}' implements interface from inaccessible module {1}.": "Exported class '{0}' implements interface from inaccessible module {1}.",
|
107
|
-
"Exported interface '{0}' extends interface from inaccessible module {1}.": "Exported interface '{0}' extends interface from inaccessible module {1}.",
|
108
|
-
"Public static property '{0}' of exported class has or is using private type '{1}'.": "Public static property '{0}' of exported class has or is using private type '{1}'.",
|
109
|
-
"Public property '{0}' of exported class has or is using private type '{1}'.": "Public property '{0}' of exported class has or is using private type '{1}'.",
|
110
|
-
"Property '{0}' of exported interface has or is using private type '{1}'.": "Property '{0}' of exported interface has or is using private type '{1}'.",
|
111
|
-
"Exported variable '{0}' has or is using private type '{1}'.": "Exported variable '{0}' has or is using private type '{1}'.",
|
112
|
-
"Public static property '{0}' of exported class is using inaccessible module {1}.": "Public static property '{0}' of exported class is using inaccessible module {1}.",
|
113
|
-
"Public property '{0}' of exported class is using inaccessible module {1}.": "Public property '{0}' of exported class is using inaccessible module {1}.",
|
114
|
-
"Property '{0}' of exported interface is using inaccessible module {1}.": "Property '{0}' of exported interface is using inaccessible module {1}.",
|
115
|
-
"Exported variable '{0}' is using inaccessible module {1}.": "Exported variable '{0}' is using inaccessible module {1}.",
|
116
|
-
"Parameter '{0}' of constructor from exported class has or is using private type '{1}'.": "Parameter '{0}' of constructor from exported class has or is using private type '{1}'.",
|
117
|
-
"Parameter '{0}' of public static property setter from exported class has or is using private type '{1}'.": "Parameter '{0}' of public static property setter from exported class has or is using private type '{1}'.",
|
118
|
-
"Parameter '{0}' of public property setter from exported class has or is using private type '{1}'.": "Parameter '{0}' of public property setter from exported class has or is using private type '{1}'.",
|
119
|
-
"Parameter '{0}' of constructor signature from exported interface has or is using private type '{1}'.": "Parameter '{0}' of constructor signature from exported interface has or is using private type '{1}'.",
|
120
|
-
"Parameter '{0}' of call signature from exported interface has or is using private type '{1}'.": "Parameter '{0}' of call signature from exported interface has or is using private type '{1}'.",
|
121
|
-
"Parameter '{0}' of public static method from exported class has or is using private type '{1}'.": "Parameter '{0}' of public static method from exported class has or is using private type '{1}'.",
|
122
|
-
"Parameter '{0}' of public method from exported class has or is using private type '{1}'.": "Parameter '{0}' of public method from exported class has or is using private type '{1}'.",
|
123
|
-
"Parameter '{0}' of method from exported interface has or is using private type '{1}'.": "Parameter '{0}' of method from exported interface has or is using private type '{1}'.",
|
124
|
-
"Parameter '{0}' of exported function has or is using private type '{1}'.": "Parameter '{0}' of exported function has or is using private type '{1}'.",
|
125
|
-
"Parameter '{0}' of constructor from exported class is using inaccessible module {1}.": "Parameter '{0}' of constructor from exported class is using inaccessible module {1}.",
|
126
|
-
"Parameter '{0}' of public static property setter from exported class is using inaccessible module {1}.": "Parameter '{0}' of public static property setter from exported class is using inaccessible module {1}.",
|
127
|
-
"Parameter '{0}' of public property setter from exported class is using inaccessible module {1}.": "Parameter '{0}' of public property setter from exported class is using inaccessible module {1}.",
|
128
|
-
"Parameter '{0}' of constructor signature from exported interface is using inaccessible module {1}.": "Parameter '{0}' of constructor signature from exported interface is using inaccessible module {1}.",
|
129
|
-
"Parameter '{0}' of call signature from exported interface is using inaccessible module {1}": "Parameter '{0}' of call signature from exported interface is using inaccessible module {1}",
|
130
|
-
"Parameter '{0}' of public static method from exported class is using inaccessible module {1}.": "Parameter '{0}' of public static method from exported class is using inaccessible module {1}.",
|
131
|
-
"Parameter '{0}' of public method from exported class is using inaccessible module {1}.": "Parameter '{0}' of public method from exported class is using inaccessible module {1}.",
|
132
|
-
"Parameter '{0}' of method from exported interface is using inaccessible module {1}.": "Parameter '{0}' of method from exported interface is using inaccessible module {1}.",
|
133
|
-
"Parameter '{0}' of exported function is using inaccessible module {1}.": "Parameter '{0}' of exported function is using inaccessible module {1}.",
|
134
|
-
"Return type of public static property getter from exported class has or is using private type '{0}'.": "Return type of public static property getter from exported class has or is using private type '{0}'.",
|
135
|
-
"Return type of public property getter from exported class has or is using private type '{0}'.": "Return type of public property getter from exported class has or is using private type '{0}'.",
|
136
|
-
"Return type of constructor signature from exported interface has or is using private type '{0}'.": "Return type of constructor signature from exported interface has or is using private type '{0}'.",
|
137
|
-
"Return type of call signature from exported interface has or is using private type '{0}'.": "Return type of call signature from exported interface has or is using private type '{0}'.",
|
138
|
-
"Return type of index signature from exported interface has or is using private type '{0}'.": "Return type of index signature from exported interface has or is using private type '{0}'.",
|
139
|
-
"Return type of public static method from exported class has or is using private type '{0}'.": "Return type of public static method from exported class has or is using private type '{0}'.",
|
140
|
-
"Return type of public method from exported class has or is using private type '{0}'.": "Return type of public method from exported class has or is using private type '{0}'.",
|
141
|
-
"Return type of method from exported interface has or is using private type '{0}'.": "Return type of method from exported interface has or is using private type '{0}'.",
|
142
|
-
"Return type of exported function has or is using private type '{0}'.": "Return type of exported function has or is using private type '{0}'.",
|
143
|
-
"Return type of public static property getter from exported class is using inaccessible module {0}.": "Return type of public static property getter from exported class is using inaccessible module {0}.",
|
144
|
-
"Return type of public property getter from exported class is using inaccessible module {0}.": "Return type of public property getter from exported class is using inaccessible module {0}.",
|
145
|
-
"Return type of constructor signature from exported interface is using inaccessible module {0}.": "Return type of constructor signature from exported interface is using inaccessible module {0}.",
|
146
|
-
"Return type of call signature from exported interface is using inaccessible module {0}.": "Return type of call signature from exported interface is using inaccessible module {0}.",
|
147
|
-
"Return type of index signature from exported interface is using inaccessible module {0}.": "Return type of index signature from exported interface is using inaccessible module {0}.",
|
148
|
-
"Return type of public static method from exported class is using inaccessible module {0}.": "Return type of public static method from exported class is using inaccessible module {0}.",
|
149
|
-
"Return type of public method from exported class is using inaccessible module {0}.": "Return type of public method from exported class is using inaccessible module {0}.",
|
150
|
-
"Return type of method from exported interface is using inaccessible module {0}.": "Return type of method from exported interface is using inaccessible module {0}.",
|
151
|
-
"Return type of exported function is using inaccessible module {0}.": "Return type of exported function is using inaccessible module {0}.",
|
152
|
-
"'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead.": "'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead.",
|
153
|
-
"A parameter list must follow a generic type argument list. '(' expected.": "A parameter list must follow a generic type argument list. '(' expected.",
|
154
|
-
"Multiple constructor implementations are not allowed.": "Multiple constructor implementations are not allowed.",
|
155
|
-
"Unable to resolve external module '{0}'.": "Unable to resolve external module '{0}'.",
|
156
|
-
"Module cannot be aliased to a non-module type.": "Module cannot be aliased to a non-module type.",
|
157
|
-
"A class may only extend another class.": "A class may only extend another class.",
|
158
|
-
"A class may only implement another class or interface.": "A class may only implement another class or interface.",
|
159
|
-
"An interface may only extend another class or interface.": "An interface may only extend another class or interface.",
|
160
|
-
"An interface cannot implement another type.": "An interface cannot implement another type.",
|
161
|
-
"Unable to resolve type.": "Unable to resolve type.",
|
162
|
-
"Unable to resolve type of '{0}'.": "Unable to resolve type of '{0}'.",
|
163
|
-
"Unable to resolve type parameter constraint.": "Unable to resolve type parameter constraint.",
|
164
|
-
"Type parameter constraint cannot be a primitive type.": "Type parameter constraint cannot be a primitive type.",
|
165
|
-
"Supplied parameters do not match any signature of call target.": "Supplied parameters do not match any signature of call target.",
|
166
|
-
"Supplied parameters do not match any signature of call target:{NL}{0}": "Supplied parameters do not match any signature of call target:{NL}{0}",
|
167
|
-
"Invalid 'new' expression.": "Invalid 'new' expression.",
|
168
|
-
"Call signatures used in a 'new' expression must have a 'void' return type.": "Call signatures used in a 'new' expression must have a 'void' return type.",
|
169
|
-
"Could not select overload for 'new' expression.": "Could not select overload for 'new' expression.",
|
170
|
-
"Type '{0}' does not satisfy the constraint '{1}' for type parameter '{2}'.": "Type '{0}' does not satisfy the constraint '{1}' for type parameter '{2}'.",
|
171
|
-
"Could not select overload for 'call' expression.": "Could not select overload for 'call' expression.",
|
172
|
-
"Cannot invoke an expression whose type lacks a call signature.": "Cannot invoke an expression whose type lacks a call signature.",
|
173
|
-
"Calls to 'super' are only valid inside a class.": "Calls to 'super' are only valid inside a class.",
|
174
|
-
"Generic type '{0}' requires {1} type argument(s).": "Generic type '{0}' requires {1} type argument(s).",
|
175
|
-
"Type of conditional expression cannot be determined. Best common type could not be found between '{0}' and '{1}'.": "Type of conditional expression cannot be determined. Best common type could not be found between '{0}' and '{1}'.",
|
176
|
-
"Type of array literal cannot be determined. Best common type could not be found for array elements.": "Type of array literal cannot be determined. Best common type could not be found for array elements.",
|
177
|
-
"Could not find enclosing symbol for dotted name '{0}'.": "Could not find enclosing symbol for dotted name '{0}'.",
|
178
|
-
"The property '{0}' does not exist on value of type '{1}'.": "The property '{0}' does not exist on value of type '{1}'.",
|
179
|
-
"Could not find symbol '{0}'.": "Could not find symbol '{0}'.",
|
180
|
-
"'get' and 'set' accessor must have the same type.": "'get' and 'set' accessor must have the same type.",
|
181
|
-
"'this' cannot be referenced in current location.": "'this' cannot be referenced in current location.",
|
182
|
-
"Static methods cannot reference class type parameters.": "Static methods cannot reference class type parameters.",
|
183
|
-
"Class '{0}' is recursively referenced as a base type of itself.": "Class '{0}' is recursively referenced as a base type of itself.",
|
184
|
-
"Interface '{0}' is recursively referenced as a base type of itself.": "Interface '{0}' is recursively referenced as a base type of itself.",
|
185
|
-
"'super' property access is permitted only in a constructor, instance member function, or instance member accessor of a derived class.": "'super' property access is permitted only in a constructor, instance member function, or instance member accessor of a derived class.",
|
186
|
-
"'super' cannot be referenced in non-derived classes.": "'super' cannot be referenced in non-derived classes.",
|
187
|
-
"A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.": "A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.",
|
188
|
-
"Constructors for derived classes must contain a 'super' call.": "Constructors for derived classes must contain a 'super' call.",
|
189
|
-
"Super calls are not permitted outside constructors or in local functions inside constructors.": "Super calls are not permitted outside constructors or in local functions inside constructors.",
|
190
|
-
"'{0}.{1}' is inaccessible.": "'{0}.{1}' is inaccessible.",
|
191
|
-
"'this' cannot be referenced within module bodies.": "'this' cannot be referenced within module bodies.",
|
192
|
-
"Invalid '+' expression - types not known to support the addition operator.": "Invalid '+' expression - types not known to support the addition operator.",
|
193
|
-
"The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.": "The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.",
|
194
|
-
"The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.": "The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.",
|
195
|
-
"The type of a unary arithmetic operation operand must be of type 'any', 'number' or an enum type.": "The type of a unary arithmetic operation operand must be of type 'any', 'number' or an enum type.",
|
196
|
-
"Variable declarations of a 'for' statement cannot use a type annotation.": "Variable declarations of a 'for' statement cannot use a type annotation.",
|
197
|
-
"Variable declarations of a 'for' statement must be of types 'string' or 'any'.": "Variable declarations of a 'for' statement must be of types 'string' or 'any'.",
|
198
|
-
"The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.": "The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.",
|
199
|
-
"The left-hand side of an 'in' expression must be of types 'string' or 'any'.": "The left-hand side of an 'in' expression must be of types 'string' or 'any'.",
|
200
|
-
"The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.": "The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.",
|
201
|
-
"The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.": "The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.",
|
202
|
-
"The right-hand side of an 'instanceof' expression must be of type 'any' or a subtype of the 'Function' interface type.": "The right-hand side of an 'instanceof' expression must be of type 'any' or a subtype of the 'Function' interface type.",
|
203
|
-
"Setters cannot return a value.": "Setters cannot return a value.",
|
204
|
-
"Tried to query type of uninitialized module '{0}'.": "Tried to query type of uninitialized module '{0}'.",
|
205
|
-
"Tried to set variable type to uninitialized module type '{0}'.": "Tried to set variable type to uninitialized module type '{0}'.",
|
206
|
-
"Function '{0}' declared a non-void return type, but has no return expression.": "Function '{0}' declared a non-void return type, but has no return expression.",
|
207
|
-
"Getters must return a value.": "Getters must return a value.",
|
208
|
-
"Getter and setter accessors do not agree in visibility.": "Getter and setter accessors do not agree in visibility.",
|
209
|
-
"Invalid left-hand side of assignment expression.": "Invalid left-hand side of assignment expression.",
|
210
|
-
"Function declared a non-void return type, but has no return expression.": "Function declared a non-void return type, but has no return expression.",
|
211
|
-
"Cannot resolve return type reference.": "Cannot resolve return type reference.",
|
212
|
-
"Constructors cannot have a return type of 'void'.": "Constructors cannot have a return type of 'void'.",
|
213
|
-
"Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'.": "Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'.",
|
214
|
-
"All symbols within a with block will be resolved to 'any'.": "All symbols within a with block will be resolved to 'any'.",
|
215
|
-
"Import declarations in an internal module cannot reference an external module.": "Import declarations in an internal module cannot reference an external module.",
|
216
|
-
"Class {0} declares interface {1} but does not implement it:{NL}{2}": "Class {0} declares interface {1} but does not implement it:{NL}{2}",
|
217
|
-
"Class {0} declares class {1} as an interface but does not implement it:{NL}{2}": "Class {0} declares class {1} as an interface but does not implement it:{NL}{2}",
|
218
|
-
"The operand of an increment or decrement operator must be a variable, property or indexer.": "The operand of an increment or decrement operator must be a variable, property or indexer.",
|
219
|
-
"'this' cannot be referenced in static initializers in a class body.": "'this' cannot be referenced in static initializers in a class body.",
|
220
|
-
"Class '{0}' cannot extend class '{1}':{NL}{2}": "Class '{0}' cannot extend class '{1}':{NL}{2}",
|
221
|
-
"Interface '{0}' cannot extend class '{1}':{NL}{2}": "Interface '{0}' cannot extend class '{1}':{NL}{2}",
|
222
|
-
"Interface '{0}' cannot extend interface '{1}':{NL}{2}": "Interface '{0}' cannot extend interface '{1}':{NL}{2}",
|
223
|
-
"Duplicate overload signature for '{0}'.": "Duplicate overload signature for '{0}'.",
|
224
|
-
"Duplicate constructor overload signature.": "Duplicate constructor overload signature.",
|
225
|
-
"Duplicate overload call signature.": "Duplicate overload call signature.",
|
226
|
-
"Duplicate overload construct signature.": "Duplicate overload construct signature.",
|
227
|
-
"Overload signature is not compatible with function definition.": "Overload signature is not compatible with function definition.",
|
228
|
-
"Overload signature is not compatible with function definition:{NL}{0}": "Overload signature is not compatible with function definition:{NL}{0}",
|
229
|
-
"Overload signatures must all be public or private.": "Overload signatures must all be public or private.",
|
230
|
-
"Overload signatures must all be exported or local.": "Overload signatures must all be exported or local.",
|
231
|
-
"Overload signatures must all be ambient or non-ambient.": "Overload signatures must all be ambient or non-ambient.",
|
232
|
-
"Overload signatures must all be optional or required.": "Overload signatures must all be optional or required.",
|
233
|
-
"Specialized overload signature is not subtype of any non-specialized signature.": "Specialized overload signature is not subtype of any non-specialized signature.",
|
234
|
-
"'this' cannot be referenced in constructor arguments.": "'this' cannot be referenced in constructor arguments.",
|
235
|
-
"Static member cannot be accessed off an instance variable.": "Static member cannot be accessed off an instance variable.",
|
236
|
-
"Instance member cannot be accessed off a class.": "Instance member cannot be accessed off a class.",
|
237
|
-
"Untyped function calls may not accept type arguments.": "Untyped function calls may not accept type arguments.",
|
238
|
-
"Non-generic functions may not accept type arguments.": "Non-generic functions may not accept type arguments.",
|
239
|
-
"A generic type may not reference itself with a wrapped form of its own type parameters.": "A generic type may not reference itself with a wrapped form of its own type parameters.",
|
240
|
-
"Rest parameters must be array types.": "Rest parameters must be array types.",
|
241
|
-
"Overload signature implementation cannot use specialized type.": "Overload signature implementation cannot use specialized type.",
|
242
|
-
"Export assignments may only be used at the top-level of external modules.": "Export assignments may only be used at the top-level of external modules.",
|
243
|
-
"Export assignments may only be made with variables, functions, classes, interfaces, enums and internal modules": "Export assignments may only be made with variables, functions, classes, interfaces, enums and internal modules",
|
244
|
-
"Only public instance methods of the base class are accessible via the 'super' keyword.": "Only public instance methods of the base class are accessible via the 'super' keyword.",
|
245
|
-
"Numeric indexer type '{0}' must be a subtype of string indexer type '{1}'.": "Numeric indexer type '{0}' must be a subtype of string indexer type '{1}'.",
|
246
|
-
"Numeric indexer type '{0}' must be a subtype of string indexer type '{1}':{NL}{2}": "Numeric indexer type '{0}' must be a subtype of string indexer type '{1}':{NL}{2}",
|
247
|
-
"All numerically named properties must be subtypes of numeric indexer type '{0}'.": "All numerically named properties must be subtypes of numeric indexer type '{0}'.",
|
248
|
-
"All numerically named properties must be subtypes of numeric indexer type '{0}':{NL}{1}": "All numerically named properties must be subtypes of numeric indexer type '{0}':{NL}{1}",
|
249
|
-
"All named properties must be subtypes of string indexer type '{0}'.": "All named properties must be subtypes of string indexer type '{0}'.",
|
250
|
-
"All named properties must be subtypes of string indexer type '{0}':{NL}{1}": "All named properties must be subtypes of string indexer type '{0}':{NL}{1}",
|
251
|
-
"Generic type references must include all type arguments.": "Generic type references must include all type arguments.",
|
252
|
-
"Default arguments are not allowed in an overload parameter.": "Default arguments are not allowed in an overload parameter.",
|
253
|
-
"Overloads cannot differ only by return type.": "Overloads cannot differ only by return type.",
|
254
|
-
"Function expression declared a non-void return type, but has no return expression.": "Function expression declared a non-void return type, but has no return expression.",
|
255
|
-
"Import declaration referencing identifier from internal module can only be made with variables, functions, classes, interfaces, enums and internal modules.": "Import declaration referencing identifier from internal module can only be made with variables, functions, classes, interfaces, enums and internal modules.",
|
256
|
-
"Could not find symbol '{0}' in module '{1}'.": "Could not find symbol '{0}' in module '{1}'.",
|
257
|
-
"Unable to resolve module reference '{0}'.": "Unable to resolve module reference '{0}'.",
|
258
|
-
"Could not find module '{0}' in module '{1}'.": "Could not find module '{0}' in module '{1}'.",
|
259
|
-
"Exported import declaration '{0}' is assigned value with type that has or is using private type '{1}'.": "Exported import declaration '{0}' is assigned value with type that has or is using private type '{1}'.",
|
260
|
-
"Exported import declaration '{0}' is assigned value with type that is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned value with type that is using inaccessible module '{1}'.",
|
261
|
-
"Exported import declaration '{0}' is assigned type that has or is using private type '{1}'.": "Exported import declaration '{0}' is assigned type that has or is using private type '{1}'.",
|
262
|
-
"Exported import declaration '{0}' is assigned type that is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned type that is using inaccessible module '{1}'.",
|
263
|
-
"Exported import declaration '{0}' is assigned container that is or is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned container that is or is using inaccessible module '{1}'.",
|
264
|
-
"Type reference '{0}' in extends clause doesn't reference constructor function for '{1}'.": "Type reference '{0}' in extends clause doesn't reference constructor function for '{1}'.",
|
265
|
-
"Internal module reference '{0}' in import declaration doesn't reference module instance for '{1}'.": "Internal module reference '{0}' in import declaration doesn't reference module instance for '{1}'.",
|
266
|
-
"Type '{0}' is missing property '{1}' from type '{2}'.": "Type '{0}' is missing property '{1}' from type '{2}'.",
|
267
|
-
"Types of property '{0}' of types '{1}' and '{2}' are incompatible.": "Types of property '{0}' of types '{1}' and '{2}' are incompatible.",
|
268
|
-
"Types of property '{0}' of types '{1}' and '{2}' are incompatible:{NL}{3}": "Types of property '{0}' of types '{1}' and '{2}' are incompatible:{NL}{3}",
|
269
|
-
"Property '{0}' defined as private in type '{1}' is defined as public in type '{2}'.": "Property '{0}' defined as private in type '{1}' is defined as public in type '{2}'.",
|
270
|
-
"Property '{0}' defined as public in type '{1}' is defined as private in type '{2}'.": "Property '{0}' defined as public in type '{1}' is defined as private in type '{2}'.",
|
271
|
-
"Types '{0}' and '{1}' define property '{2}' as private.": "Types '{0}' and '{1}' define property '{2}' as private.",
|
272
|
-
"Call signatures of types '{0}' and '{1}' are incompatible.": "Call signatures of types '{0}' and '{1}' are incompatible.",
|
273
|
-
"Call signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Call signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
274
|
-
"Type '{0}' requires a call signature, but type '{1}' lacks one.": "Type '{0}' requires a call signature, but type '{1}' lacks one.",
|
275
|
-
"Construct signatures of types '{0}' and '{1}' are incompatible.": "Construct signatures of types '{0}' and '{1}' are incompatible.",
|
276
|
-
"Construct signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Construct signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
277
|
-
"Type '{0}' requires a construct signature, but type '{1}' lacks one.": "Type '{0}' requires a construct signature, but type '{1}' lacks one.",
|
278
|
-
"Index signatures of types '{0}' and '{1}' are incompatible.": "Index signatures of types '{0}' and '{1}' are incompatible.",
|
279
|
-
"Index signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Index signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
280
|
-
"Call signature expects {0} or fewer parameters.": "Call signature expects {0} or fewer parameters.",
|
281
|
-
"Could not apply type '{0}' to argument {1} which is of type '{2}'.": "Could not apply type '{0}' to argument {1} which is of type '{2}'.",
|
282
|
-
"Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function.": "Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function.",
|
283
|
-
"Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function.": "Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function.",
|
284
|
-
"Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor.": "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor.",
|
285
|
-
"Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property.": "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property.",
|
286
|
-
"Types of static property '{0}' of class '{1}' and class '{2}' are incompatible.": "Types of static property '{0}' of class '{1}' and class '{2}' are incompatible.",
|
287
|
-
"Types of static property '{0}' of class '{1}' and class '{2}' are incompatible:{NL}{3}": "Types of static property '{0}' of class '{1}' and class '{2}' are incompatible:{NL}{3}",
|
288
|
-
"Type reference cannot refer to container '{0}'.": "Type reference cannot refer to container '{0}'.",
|
289
|
-
"Type reference must refer to type.": "Type reference must refer to type.",
|
290
|
-
"Enums with multiple declarations must provide an initializer for the first enum element.": "Enums with multiple declarations must provide an initializer for the first enum element.",
|
291
|
-
" (+ {0} overload(s))": " (+ {0} overload(s))",
|
292
|
-
"Current host does not support '{0}' option.": "Current host does not support '{0}' option.",
|
293
|
-
"ECMAScript target version '{0}' not supported. Using default '{1}' code generation.": "ECMAScript target version '{0}' not supported. Using default '{1}' code generation.",
|
294
|
-
"Module code generation '{0}' not supported.": "Module code generation '{0}' not supported.",
|
295
|
-
"Could not find file: '{0}'.": "Could not find file: '{0}'.",
|
296
|
-
"A file cannot have a reference to itself.": "A file cannot have a reference to itself.",
|
297
|
-
"Cannot resolve referenced file: '{0}'.": "Cannot resolve referenced file: '{0}'.",
|
298
|
-
"Cannot find the common subdirectory path for the input files.": "Cannot find the common subdirectory path for the input files.",
|
299
|
-
"Emit Error: {0}.": "Emit Error: {0}.",
|
300
|
-
"Cannot read file '{0}': {1}": "Cannot read file '{0}': {1}",
|
301
|
-
"Unsupported file encoding.": "Unsupported file encoding.",
|
302
|
-
"Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'.": "Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'.",
|
303
|
-
"Unsupported locale: '{0}'.": "Unsupported locale: '{0}'.",
|
304
|
-
"Execution Failed.{NL}": "Execution Failed.{NL}",
|
305
|
-
"Should not emit a type query": "Should not emit a type query",
|
306
|
-
"Should not emit a type reference": "Should not emit a type reference",
|
307
|
-
"Invalid call to 'up'": "Invalid call to 'up'",
|
308
|
-
"Invalid call to 'down'": "Invalid call to 'down'",
|
309
|
-
"Base64 value '{0}' finished with a continuation bit": "Base64 value '{0}' finished with a continuation bit",
|
310
|
-
"Key was already in table": "Key was already in table",
|
311
|
-
"Unknown option '{0}'": "Unknown option '{0}'",
|
312
|
-
"Expected {0} arguments to message, got {1} instead": "Expected {0} arguments to message, got {1} instead",
|
313
|
-
"Expected the message '{0}' to have {1} arguments, but it had {2}": "Expected the message '{0}' to have {1} arguments, but it had {2}",
|
314
|
-
"Invalid argument: {0}. {1}": "Invalid argument: {0}. {1}",
|
315
|
-
"Invalid argument: {0}.": "Invalid argument: {0}.",
|
316
|
-
"Argument out of range: {0}.": "Argument out of range: {0}.",
|
317
|
-
"Argument null: {0}.": "Argument null: {0}.",
|
318
|
-
"Operation not implemented properly by subclass.": "Operation not implemented properly by subclass.",
|
319
|
-
"Not yet implemented.": "Not yet implemented.",
|
320
|
-
"Invalid operation: {0}": "Invalid operation: {0}",
|
321
|
-
"Invalid operation.": "Invalid operation.",
|
322
|
-
"Could not delete file '{0}'": "Could not delete file '{0}'",
|
323
|
-
"Could not create directory '{0}'": "Could not create directory '{0}'",
|
324
|
-
"Error while executing file '{0}': ": "Error while executing file '{0}': ",
|
325
|
-
"Cannot compile external modules unless the '--module' flag is provided.": "Cannot compile external modules unless the '--module' flag is provided.",
|
326
|
-
"Option mapRoot cannot be specified without specifying sourcemap option.": "Option mapRoot cannot be specified without specifying sourcemap option.",
|
327
|
-
"Option sourceRoot cannot be specified without specifying sourcemap option.": "Option sourceRoot cannot be specified without specifying sourcemap option.",
|
328
|
-
"Options mapRoot and sourceRoot cannot be specified without specifying sourcemap option.": "Options mapRoot and sourceRoot cannot be specified without specifying sourcemap option.",
|
329
|
-
"Concatenate and emit output to single file": "Concatenate and emit output to single file",
|
330
|
-
"Generates corresponding {0} file": "Generates corresponding {0} file",
|
331
|
-
"Specifies the location where debugger should locate map files instead of generated locations.": "Specifies the location where debugger should locate map files instead of generated locations.",
|
332
|
-
"Specifies the location where debugger should locate TypeScript files instead of source locations.": "Specifies the location where debugger should locate TypeScript files instead of source locations.",
|
333
|
-
"Watch input files": "Watch input files",
|
334
|
-
"Redirect output structure to the directory": "Redirect output structure to the directory",
|
335
|
-
"Do not emit comments to output": "Do not emit comments to output",
|
336
|
-
"Skip resolution and preprocessing": "Skip resolution and preprocessing",
|
337
|
-
"Specify ECMAScript target version: \"{0}\" (default), or \"{1}\"": "Specify ECMAScript target version: \"{0}\" (default), or \"{1}\"",
|
338
|
-
"Specify module code generation: \"{0}\" or \"{1}\"": "Specify module code generation: \"{0}\" or \"{1}\"",
|
339
|
-
"Print this message": "Print this message",
|
340
|
-
"Print the compiler's version: {0}": "Print the compiler's version: {0}",
|
341
|
-
"Allow use of deprecated \"{0}\" keyword when referencing an external module": "Allow use of deprecated \"{0}\" keyword when referencing an external module",
|
342
|
-
"Specify locale for errors and messages. For example '{0}' or '{1}'": "Specify locale for errors and messages. For example '{0}' or '{1}'",
|
343
|
-
"Syntax: {0}": "Syntax: {0}",
|
344
|
-
"options": "options",
|
345
|
-
"file": "file",
|
346
|
-
"Examples:": "Examples:",
|
347
|
-
"Options:": "Options:",
|
348
|
-
"Insert command line options and files from a file.": "Insert command line options and files from a file.",
|
349
|
-
"Version {0}": "Version {0}",
|
350
|
-
"Use the '{0}' flag to see options": "Use the '{0}' flag to see options",
|
351
|
-
"{NL}Recompiling ({0}):": "{NL}Recompiling ({0}):",
|
352
|
-
"STRING": "STRING",
|
353
|
-
"KIND": "KIND",
|
354
|
-
"FILE": "FILE",
|
355
|
-
"VERSION": "VERSION",
|
356
|
-
"LOCATION": "LOCATION",
|
357
|
-
"DIRECTORY": "DIRECTORY",
|
358
|
-
"This version of the Javascript runtime does not support the '{0}' function.": "This version of the Javascript runtime does not support the '{0}' function.",
|
359
|
-
"Looking up path for identifier token did not result in an identifer.": "Looking up path for identifier token did not result in an identifer.",
|
360
|
-
"Unknown rule": "Unknown rule",
|
361
|
-
"Invalid line number ({0})": "Invalid line number ({0})",
|
362
|
-
"Warn on expressions and declarations with an implied 'any' type.": "Warn on expressions and declarations with an implied 'any' type.",
|
363
|
-
"Variable '{0}' implicitly has an 'any' type.": "Variable '{0}' implicitly has an 'any' type.",
|
364
|
-
"Parameter '{0}' of '{1}' implicitly has an 'any' type.": "Parameter '{0}' of '{1}' implicitly has an 'any' type.",
|
365
|
-
"Parameter '{0}' of function type implicitly has an 'any' type.": "Parameter '{0}' of function type implicitly has an 'any' type.",
|
366
|
-
"Member '{0}' of object type implicitly has an 'any' type.": "Member '{0}' of object type implicitly has an 'any' type.",
|
367
|
-
"\"New\" expression, which lacks a constructor signature, implicitly has an 'any' type.": "\"New\" expression, which lacks a constructor signature, implicitly has an 'any' type.",
|
368
|
-
"'{0}', which lacks return-type annotation, implicitly has an 'any' return type.": "'{0}', which lacks return-type annotation, implicitly has an 'any' return type.",
|
369
|
-
"Function expression, which lacks return-type annotation, implicitly has an 'any' return type.": "Function expression, which lacks return-type annotation, implicitly has an 'any' return type.",
|
370
|
-
"Parameter '{0}' of lambda function implicitly has an 'any' type.": "Parameter '{0}' of lambda function implicitly has an 'any' type.",
|
371
|
-
"Constructor signature, which lacks return-type annotation, implicitly has an 'any' return type.": "Constructor signature, which lacks return-type annotation, implicitly has an 'any' return type.",
|
372
|
-
"Lambda Function, which lacks return-type annotation, implicitly has an 'any' return type.": "Lambda Function, which lacks return-type annotation, implicitly has an 'any' return type.",
|
373
|
-
"Array Literal implicitly has an 'any' type from widening.": "Array Literal implicitly has an 'any' type from widening."
|
374
|
-
}
|
data/lib/typescript-src/support/typescript/bin/resources/en/us/diagnosticMessages.generated.json
DELETED
@@ -1,374 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"error TS{0}: {1}": "error TS{0}: {1}",
|
3
|
-
"warning TS{0}: {1}": "warning TS{0}: {1}",
|
4
|
-
"Unrecognized escape sequence.": "Unrecognized escape sequence.",
|
5
|
-
"Unexpected character {0}.": "Unexpected character {0}.",
|
6
|
-
"Missing close quote character.": "Missing close quote character.",
|
7
|
-
"Identifier expected.": "Identifier expected.",
|
8
|
-
"'{0}' keyword expected.": "'{0}' keyword expected.",
|
9
|
-
"'{0}' expected.": "'{0}' expected.",
|
10
|
-
"Identifier expected; '{0}' is a keyword.": "Identifier expected; '{0}' is a keyword.",
|
11
|
-
"Automatic semicolon insertion not allowed.": "Automatic semicolon insertion not allowed.",
|
12
|
-
"Unexpected token; '{0}' expected.": "Unexpected token; '{0}' expected.",
|
13
|
-
"Trailing separator not allowed.": "Trailing separator not allowed.",
|
14
|
-
"'*/' expected.": "'*/' expected.",
|
15
|
-
"'public' or 'private' modifier must precede 'static'.": "'public' or 'private' modifier must precede 'static'.",
|
16
|
-
"Unexpected token.": "Unexpected token.",
|
17
|
-
"Catch clause parameter cannot have a type annotation.": "Catch clause parameter cannot have a type annotation.",
|
18
|
-
"Rest parameter must be last in list.": "Rest parameter must be last in list.",
|
19
|
-
"Parameter cannot have question mark and initializer.": "Parameter cannot have question mark and initializer.",
|
20
|
-
"Required parameter cannot follow optional parameter.": "Required parameter cannot follow optional parameter.",
|
21
|
-
"Index signatures cannot have rest parameters.": "Index signatures cannot have rest parameters.",
|
22
|
-
"Index signature parameter cannot have accessibility modifiers.": "Index signature parameter cannot have accessibility modifiers.",
|
23
|
-
"Index signature parameter cannot have a question mark.": "Index signature parameter cannot have a question mark.",
|
24
|
-
"Index signature parameter cannot have an initializer.": "Index signature parameter cannot have an initializer.",
|
25
|
-
"Index signature must have a type annotation.": "Index signature must have a type annotation.",
|
26
|
-
"Index signature parameter must have a type annotation.": "Index signature parameter must have a type annotation.",
|
27
|
-
"Index signature parameter type must be 'string' or 'number'.": "Index signature parameter type must be 'string' or 'number'.",
|
28
|
-
"'extends' clause already seen.": "'extends' clause already seen.",
|
29
|
-
"'extends' clause must precede 'implements' clause.": "'extends' clause must precede 'implements' clause.",
|
30
|
-
"Classes can only extend a single class.": "Classes can only extend a single class.",
|
31
|
-
"'implements' clause already seen.": "'implements' clause already seen.",
|
32
|
-
"Accessibility modifier already seen.": "Accessibility modifier already seen.",
|
33
|
-
"'{0}' modifier must precede '{1}' modifier.": "'{0}' modifier must precede '{1}' modifier.",
|
34
|
-
"'{0}' modifier already seen.": "'{0}' modifier already seen.",
|
35
|
-
"'{0}' modifier cannot appear on a class element.": "'{0}' modifier cannot appear on a class element.",
|
36
|
-
"Interface declaration cannot have 'implements' clause.": "Interface declaration cannot have 'implements' clause.",
|
37
|
-
"'super' invocation cannot have type arguments.": "'super' invocation cannot have type arguments.",
|
38
|
-
"Only ambient modules can use quoted names.": "Only ambient modules can use quoted names.",
|
39
|
-
"Statements are not allowed in ambient contexts.": "Statements are not allowed in ambient contexts.",
|
40
|
-
"Implementations are not allowed in ambient contexts.": "Implementations are not allowed in ambient contexts.",
|
41
|
-
"'declare' modifier not allowed for code already in an ambient context.": "'declare' modifier not allowed for code already in an ambient context.",
|
42
|
-
"Initializers are not allowed in ambient contexts.": "Initializers are not allowed in ambient contexts.",
|
43
|
-
"Parameter property declarations can only be used in constructors.": "Parameter property declarations can only be used in constructors.",
|
44
|
-
"Function implementation expected.": "Function implementation expected.",
|
45
|
-
"Constructor implementation expected.": "Constructor implementation expected.",
|
46
|
-
"Function overload name must be '{0}'.": "Function overload name must be '{0}'.",
|
47
|
-
"'{0}' modifier cannot appear on a module element.": "'{0}' modifier cannot appear on a module element.",
|
48
|
-
"'declare' modifier cannot appear on an interface declaration.": "'declare' modifier cannot appear on an interface declaration.",
|
49
|
-
"'declare' modifier required for top level element.": "'declare' modifier required for top level element.",
|
50
|
-
"Rest parameter cannot be optional.": "Rest parameter cannot be optional.",
|
51
|
-
"Rest parameter cannot have an initializer.": "Rest parameter cannot have an initializer.",
|
52
|
-
"'set' accessor must have one and only one parameter.": "'set' accessor must have one and only one parameter.",
|
53
|
-
"'set' accessor parameter cannot have accessibility modifier.": "'set' accessor parameter cannot have accessibility modifier.",
|
54
|
-
"'set' accessor parameter cannot be optional.": "'set' accessor parameter cannot be optional.",
|
55
|
-
"'set' accessor parameter cannot have an initializer.": "'set' accessor parameter cannot have an initializer.",
|
56
|
-
"'set' accessor cannot have rest parameter.": "'set' accessor cannot have rest parameter.",
|
57
|
-
"'get' accessor cannot have parameters.": "'get' accessor cannot have parameters.",
|
58
|
-
"Modifiers cannot appear here.": "Modifiers cannot appear here.",
|
59
|
-
"Accessors are only available when targeting ECMAScript 5 and higher.": "Accessors are only available when targeting ECMAScript 5 and higher.",
|
60
|
-
"Class name cannot be '{0}'.": "Class name cannot be '{0}'.",
|
61
|
-
"Interface name cannot be '{0}'.": "Interface name cannot be '{0}'.",
|
62
|
-
"Enum name cannot be '{0}'.": "Enum name cannot be '{0}'.",
|
63
|
-
"Module name cannot be '{0}'.": "Module name cannot be '{0}'.",
|
64
|
-
"Enum member must have initializer.": "Enum member must have initializer.",
|
65
|
-
"Export assignment cannot be used in internal modules.": "Export assignment cannot be used in internal modules.",
|
66
|
-
"Export assignment not allowed in module with exported element.": "Export assignment not allowed in module with exported element.",
|
67
|
-
"Module cannot have multiple export assignments.": "Module cannot have multiple export assignments.",
|
68
|
-
"Ambient enum elements can only have integer literal initializers.": "Ambient enum elements can only have integer literal initializers.",
|
69
|
-
"module, class, interface, enum, import or statement": "module, class, interface, enum, import or statement",
|
70
|
-
"constructor, function, accessor or variable": "constructor, function, accessor or variable",
|
71
|
-
"statement": "statement",
|
72
|
-
"case or default clause": "case or default clause",
|
73
|
-
"identifier": "identifier",
|
74
|
-
"call, construct, index, property or function signature": "call, construct, index, property or function signature",
|
75
|
-
"expression": "expression",
|
76
|
-
"type name": "type name",
|
77
|
-
"property or accessor": "property or accessor",
|
78
|
-
"parameter": "parameter",
|
79
|
-
"type": "type",
|
80
|
-
"type parameter": "type parameter",
|
81
|
-
"'declare' modifier not allowed on import declaration.": "'declare' modifier not allowed on import declaration.",
|
82
|
-
"Function overload must be static": "Function overload must be static",
|
83
|
-
"Function overload must not be static": "Function overload must not be static",
|
84
|
-
"Duplicate identifier '{0}'.": "Duplicate identifier '{0}'.",
|
85
|
-
"The name '{0}' does not exist in the current scope.": "The name '{0}' does not exist in the current scope.",
|
86
|
-
"The name '{0}' does not refer to a value.": "The name '{0}' does not refer to a value.",
|
87
|
-
"'super' can only be used inside a class instance method.": "'super' can only be used inside a class instance method.",
|
88
|
-
"The left-hand side of an assignment expression must be a variable, property or indexer.": "The left-hand side of an assignment expression must be a variable, property or indexer.",
|
89
|
-
"Value of type '{0}' is not callable. Did you mean to include 'new'?": "Value of type '{0}' is not callable. Did you mean to include 'new'?",
|
90
|
-
"Value of type '{0}' is not callable.": "Value of type '{0}' is not callable.",
|
91
|
-
"Value of type '{0}' is not newable.": "Value of type '{0}' is not newable.",
|
92
|
-
"Value of type '{0}' is not indexable by type '{1}'.": "Value of type '{0}' is not indexable by type '{1}'.",
|
93
|
-
"Operator '{0}' cannot be applied to types '{1}' and '{2}'.": "Operator '{0}' cannot be applied to types '{1}' and '{2}'.",
|
94
|
-
"Operator '{0}' cannot be applied to types '{1}' and '{2}': {3}": "Operator '{0}' cannot be applied to types '{1}' and '{2}': {3}",
|
95
|
-
"Cannot convert '{0}' to '{1}'.": "Cannot convert '{0}' to '{1}'.",
|
96
|
-
"Cannot convert '{0}' to '{1}':{NL}{2}": "Cannot convert '{0}' to '{1}':{NL}{2}",
|
97
|
-
"Expected var, class, interface, or module.": "Expected var, class, interface, or module.",
|
98
|
-
"Operator '{0}' cannot be applied to type '{1}'.": "Operator '{0}' cannot be applied to type '{1}'.",
|
99
|
-
"Getter '{0}' already declared.": "Getter '{0}' already declared.",
|
100
|
-
"Setter '{0}' already declared.": "Setter '{0}' already declared.",
|
101
|
-
"Accessors cannot have type parameters.": "Accessors cannot have type parameters.",
|
102
|
-
"Exported class '{0}' extends private class '{1}'.": "Exported class '{0}' extends private class '{1}'.",
|
103
|
-
"Exported class '{0}' implements private interface '{1}'.": "Exported class '{0}' implements private interface '{1}'.",
|
104
|
-
"Exported interface '{0}' extends private interface '{1}'.": "Exported interface '{0}' extends private interface '{1}'.",
|
105
|
-
"Exported class '{0}' extends class from inaccessible module {1}.": "Exported class '{0}' extends class from inaccessible module {1}.",
|
106
|
-
"Exported class '{0}' implements interface from inaccessible module {1}.": "Exported class '{0}' implements interface from inaccessible module {1}.",
|
107
|
-
"Exported interface '{0}' extends interface from inaccessible module {1}.": "Exported interface '{0}' extends interface from inaccessible module {1}.",
|
108
|
-
"Public static property '{0}' of exported class has or is using private type '{1}'.": "Public static property '{0}' of exported class has or is using private type '{1}'.",
|
109
|
-
"Public property '{0}' of exported class has or is using private type '{1}'.": "Public property '{0}' of exported class has or is using private type '{1}'.",
|
110
|
-
"Property '{0}' of exported interface has or is using private type '{1}'.": "Property '{0}' of exported interface has or is using private type '{1}'.",
|
111
|
-
"Exported variable '{0}' has or is using private type '{1}'.": "Exported variable '{0}' has or is using private type '{1}'.",
|
112
|
-
"Public static property '{0}' of exported class is using inaccessible module {1}.": "Public static property '{0}' of exported class is using inaccessible module {1}.",
|
113
|
-
"Public property '{0}' of exported class is using inaccessible module {1}.": "Public property '{0}' of exported class is using inaccessible module {1}.",
|
114
|
-
"Property '{0}' of exported interface is using inaccessible module {1}.": "Property '{0}' of exported interface is using inaccessible module {1}.",
|
115
|
-
"Exported variable '{0}' is using inaccessible module {1}.": "Exported variable '{0}' is using inaccessible module {1}.",
|
116
|
-
"Parameter '{0}' of constructor from exported class has or is using private type '{1}'.": "Parameter '{0}' of constructor from exported class has or is using private type '{1}'.",
|
117
|
-
"Parameter '{0}' of public static property setter from exported class has or is using private type '{1}'.": "Parameter '{0}' of public static property setter from exported class has or is using private type '{1}'.",
|
118
|
-
"Parameter '{0}' of public property setter from exported class has or is using private type '{1}'.": "Parameter '{0}' of public property setter from exported class has or is using private type '{1}'.",
|
119
|
-
"Parameter '{0}' of constructor signature from exported interface has or is using private type '{1}'.": "Parameter '{0}' of constructor signature from exported interface has or is using private type '{1}'.",
|
120
|
-
"Parameter '{0}' of call signature from exported interface has or is using private type '{1}'.": "Parameter '{0}' of call signature from exported interface has or is using private type '{1}'.",
|
121
|
-
"Parameter '{0}' of public static method from exported class has or is using private type '{1}'.": "Parameter '{0}' of public static method from exported class has or is using private type '{1}'.",
|
122
|
-
"Parameter '{0}' of public method from exported class has or is using private type '{1}'.": "Parameter '{0}' of public method from exported class has or is using private type '{1}'.",
|
123
|
-
"Parameter '{0}' of method from exported interface has or is using private type '{1}'.": "Parameter '{0}' of method from exported interface has or is using private type '{1}'.",
|
124
|
-
"Parameter '{0}' of exported function has or is using private type '{1}'.": "Parameter '{0}' of exported function has or is using private type '{1}'.",
|
125
|
-
"Parameter '{0}' of constructor from exported class is using inaccessible module {1}.": "Parameter '{0}' of constructor from exported class is using inaccessible module {1}.",
|
126
|
-
"Parameter '{0}' of public static property setter from exported class is using inaccessible module {1}.": "Parameter '{0}' of public static property setter from exported class is using inaccessible module {1}.",
|
127
|
-
"Parameter '{0}' of public property setter from exported class is using inaccessible module {1}.": "Parameter '{0}' of public property setter from exported class is using inaccessible module {1}.",
|
128
|
-
"Parameter '{0}' of constructor signature from exported interface is using inaccessible module {1}.": "Parameter '{0}' of constructor signature from exported interface is using inaccessible module {1}.",
|
129
|
-
"Parameter '{0}' of call signature from exported interface is using inaccessible module {1}": "Parameter '{0}' of call signature from exported interface is using inaccessible module {1}",
|
130
|
-
"Parameter '{0}' of public static method from exported class is using inaccessible module {1}.": "Parameter '{0}' of public static method from exported class is using inaccessible module {1}.",
|
131
|
-
"Parameter '{0}' of public method from exported class is using inaccessible module {1}.": "Parameter '{0}' of public method from exported class is using inaccessible module {1}.",
|
132
|
-
"Parameter '{0}' of method from exported interface is using inaccessible module {1}.": "Parameter '{0}' of method from exported interface is using inaccessible module {1}.",
|
133
|
-
"Parameter '{0}' of exported function is using inaccessible module {1}.": "Parameter '{0}' of exported function is using inaccessible module {1}.",
|
134
|
-
"Return type of public static property getter from exported class has or is using private type '{0}'.": "Return type of public static property getter from exported class has or is using private type '{0}'.",
|
135
|
-
"Return type of public property getter from exported class has or is using private type '{0}'.": "Return type of public property getter from exported class has or is using private type '{0}'.",
|
136
|
-
"Return type of constructor signature from exported interface has or is using private type '{0}'.": "Return type of constructor signature from exported interface has or is using private type '{0}'.",
|
137
|
-
"Return type of call signature from exported interface has or is using private type '{0}'.": "Return type of call signature from exported interface has or is using private type '{0}'.",
|
138
|
-
"Return type of index signature from exported interface has or is using private type '{0}'.": "Return type of index signature from exported interface has or is using private type '{0}'.",
|
139
|
-
"Return type of public static method from exported class has or is using private type '{0}'.": "Return type of public static method from exported class has or is using private type '{0}'.",
|
140
|
-
"Return type of public method from exported class has or is using private type '{0}'.": "Return type of public method from exported class has or is using private type '{0}'.",
|
141
|
-
"Return type of method from exported interface has or is using private type '{0}'.": "Return type of method from exported interface has or is using private type '{0}'.",
|
142
|
-
"Return type of exported function has or is using private type '{0}'.": "Return type of exported function has or is using private type '{0}'.",
|
143
|
-
"Return type of public static property getter from exported class is using inaccessible module {0}.": "Return type of public static property getter from exported class is using inaccessible module {0}.",
|
144
|
-
"Return type of public property getter from exported class is using inaccessible module {0}.": "Return type of public property getter from exported class is using inaccessible module {0}.",
|
145
|
-
"Return type of constructor signature from exported interface is using inaccessible module {0}.": "Return type of constructor signature from exported interface is using inaccessible module {0}.",
|
146
|
-
"Return type of call signature from exported interface is using inaccessible module {0}.": "Return type of call signature from exported interface is using inaccessible module {0}.",
|
147
|
-
"Return type of index signature from exported interface is using inaccessible module {0}.": "Return type of index signature from exported interface is using inaccessible module {0}.",
|
148
|
-
"Return type of public static method from exported class is using inaccessible module {0}.": "Return type of public static method from exported class is using inaccessible module {0}.",
|
149
|
-
"Return type of public method from exported class is using inaccessible module {0}.": "Return type of public method from exported class is using inaccessible module {0}.",
|
150
|
-
"Return type of method from exported interface is using inaccessible module {0}.": "Return type of method from exported interface is using inaccessible module {0}.",
|
151
|
-
"Return type of exported function is using inaccessible module {0}.": "Return type of exported function is using inaccessible module {0}.",
|
152
|
-
"'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead.": "'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead.",
|
153
|
-
"A parameter list must follow a generic type argument list. '(' expected.": "A parameter list must follow a generic type argument list. '(' expected.",
|
154
|
-
"Multiple constructor implementations are not allowed.": "Multiple constructor implementations are not allowed.",
|
155
|
-
"Unable to resolve external module '{0}'.": "Unable to resolve external module '{0}'.",
|
156
|
-
"Module cannot be aliased to a non-module type.": "Module cannot be aliased to a non-module type.",
|
157
|
-
"A class may only extend another class.": "A class may only extend another class.",
|
158
|
-
"A class may only implement another class or interface.": "A class may only implement another class or interface.",
|
159
|
-
"An interface may only extend another class or interface.": "An interface may only extend another class or interface.",
|
160
|
-
"An interface cannot implement another type.": "An interface cannot implement another type.",
|
161
|
-
"Unable to resolve type.": "Unable to resolve type.",
|
162
|
-
"Unable to resolve type of '{0}'.": "Unable to resolve type of '{0}'.",
|
163
|
-
"Unable to resolve type parameter constraint.": "Unable to resolve type parameter constraint.",
|
164
|
-
"Type parameter constraint cannot be a primitive type.": "Type parameter constraint cannot be a primitive type.",
|
165
|
-
"Supplied parameters do not match any signature of call target.": "Supplied parameters do not match any signature of call target.",
|
166
|
-
"Supplied parameters do not match any signature of call target:{NL}{0}": "Supplied parameters do not match any signature of call target:{NL}{0}",
|
167
|
-
"Invalid 'new' expression.": "Invalid 'new' expression.",
|
168
|
-
"Call signatures used in a 'new' expression must have a 'void' return type.": "Call signatures used in a 'new' expression must have a 'void' return type.",
|
169
|
-
"Could not select overload for 'new' expression.": "Could not select overload for 'new' expression.",
|
170
|
-
"Type '{0}' does not satisfy the constraint '{1}' for type parameter '{2}'.": "Type '{0}' does not satisfy the constraint '{1}' for type parameter '{2}'.",
|
171
|
-
"Could not select overload for 'call' expression.": "Could not select overload for 'call' expression.",
|
172
|
-
"Cannot invoke an expression whose type lacks a call signature.": "Cannot invoke an expression whose type lacks a call signature.",
|
173
|
-
"Calls to 'super' are only valid inside a class.": "Calls to 'super' are only valid inside a class.",
|
174
|
-
"Generic type '{0}' requires {1} type argument(s).": "Generic type '{0}' requires {1} type argument(s).",
|
175
|
-
"Type of conditional expression cannot be determined. Best common type could not be found between '{0}' and '{1}'.": "Type of conditional expression cannot be determined. Best common type could not be found between '{0}' and '{1}'.",
|
176
|
-
"Type of array literal cannot be determined. Best common type could not be found for array elements.": "Type of array literal cannot be determined. Best common type could not be found for array elements.",
|
177
|
-
"Could not find enclosing symbol for dotted name '{0}'.": "Could not find enclosing symbol for dotted name '{0}'.",
|
178
|
-
"The property '{0}' does not exist on value of type '{1}'.": "The property '{0}' does not exist on value of type '{1}'.",
|
179
|
-
"Could not find symbol '{0}'.": "Could not find symbol '{0}'.",
|
180
|
-
"'get' and 'set' accessor must have the same type.": "'get' and 'set' accessor must have the same type.",
|
181
|
-
"'this' cannot be referenced in current location.": "'this' cannot be referenced in current location.",
|
182
|
-
"Static methods cannot reference class type parameters.": "Static methods cannot reference class type parameters.",
|
183
|
-
"Class '{0}' is recursively referenced as a base type of itself.": "Class '{0}' is recursively referenced as a base type of itself.",
|
184
|
-
"Interface '{0}' is recursively referenced as a base type of itself.": "Interface '{0}' is recursively referenced as a base type of itself.",
|
185
|
-
"'super' property access is permitted only in a constructor, instance member function, or instance member accessor of a derived class.": "'super' property access is permitted only in a constructor, instance member function, or instance member accessor of a derived class.",
|
186
|
-
"'super' cannot be referenced in non-derived classes.": "'super' cannot be referenced in non-derived classes.",
|
187
|
-
"A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.": "A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.",
|
188
|
-
"Constructors for derived classes must contain a 'super' call.": "Constructors for derived classes must contain a 'super' call.",
|
189
|
-
"Super calls are not permitted outside constructors or in local functions inside constructors.": "Super calls are not permitted outside constructors or in local functions inside constructors.",
|
190
|
-
"'{0}.{1}' is inaccessible.": "'{0}.{1}' is inaccessible.",
|
191
|
-
"'this' cannot be referenced within module bodies.": "'this' cannot be referenced within module bodies.",
|
192
|
-
"Invalid '+' expression - types not known to support the addition operator.": "Invalid '+' expression - types not known to support the addition operator.",
|
193
|
-
"The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.": "The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.",
|
194
|
-
"The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.": "The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.",
|
195
|
-
"The type of a unary arithmetic operation operand must be of type 'any', 'number' or an enum type.": "The type of a unary arithmetic operation operand must be of type 'any', 'number' or an enum type.",
|
196
|
-
"Variable declarations of a 'for' statement cannot use a type annotation.": "Variable declarations of a 'for' statement cannot use a type annotation.",
|
197
|
-
"Variable declarations of a 'for' statement must be of types 'string' or 'any'.": "Variable declarations of a 'for' statement must be of types 'string' or 'any'.",
|
198
|
-
"The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.": "The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.",
|
199
|
-
"The left-hand side of an 'in' expression must be of types 'string' or 'any'.": "The left-hand side of an 'in' expression must be of types 'string' or 'any'.",
|
200
|
-
"The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.": "The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.",
|
201
|
-
"The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.": "The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.",
|
202
|
-
"The right-hand side of an 'instanceof' expression must be of type 'any' or a subtype of the 'Function' interface type.": "The right-hand side of an 'instanceof' expression must be of type 'any' or a subtype of the 'Function' interface type.",
|
203
|
-
"Setters cannot return a value.": "Setters cannot return a value.",
|
204
|
-
"Tried to query type of uninitialized module '{0}'.": "Tried to query type of uninitialized module '{0}'.",
|
205
|
-
"Tried to set variable type to uninitialized module type '{0}'.": "Tried to set variable type to uninitialized module type '{0}'.",
|
206
|
-
"Function '{0}' declared a non-void return type, but has no return expression.": "Function '{0}' declared a non-void return type, but has no return expression.",
|
207
|
-
"Getters must return a value.": "Getters must return a value.",
|
208
|
-
"Getter and setter accessors do not agree in visibility.": "Getter and setter accessors do not agree in visibility.",
|
209
|
-
"Invalid left-hand side of assignment expression.": "Invalid left-hand side of assignment expression.",
|
210
|
-
"Function declared a non-void return type, but has no return expression.": "Function declared a non-void return type, but has no return expression.",
|
211
|
-
"Cannot resolve return type reference.": "Cannot resolve return type reference.",
|
212
|
-
"Constructors cannot have a return type of 'void'.": "Constructors cannot have a return type of 'void'.",
|
213
|
-
"Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'.": "Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'.",
|
214
|
-
"All symbols within a with block will be resolved to 'any'.": "All symbols within a with block will be resolved to 'any'.",
|
215
|
-
"Import declarations in an internal module cannot reference an external module.": "Import declarations in an internal module cannot reference an external module.",
|
216
|
-
"Class {0} declares interface {1} but does not implement it:{NL}{2}": "Class {0} declares interface {1} but does not implement it:{NL}{2}",
|
217
|
-
"Class {0} declares class {1} as an interface but does not implement it:{NL}{2}": "Class {0} declares class {1} as an interface but does not implement it:{NL}{2}",
|
218
|
-
"The operand of an increment or decrement operator must be a variable, property or indexer.": "The operand of an increment or decrement operator must be a variable, property or indexer.",
|
219
|
-
"'this' cannot be referenced in static initializers in a class body.": "'this' cannot be referenced in static initializers in a class body.",
|
220
|
-
"Class '{0}' cannot extend class '{1}':{NL}{2}": "Class '{0}' cannot extend class '{1}':{NL}{2}",
|
221
|
-
"Interface '{0}' cannot extend class '{1}':{NL}{2}": "Interface '{0}' cannot extend class '{1}':{NL}{2}",
|
222
|
-
"Interface '{0}' cannot extend interface '{1}':{NL}{2}": "Interface '{0}' cannot extend interface '{1}':{NL}{2}",
|
223
|
-
"Duplicate overload signature for '{0}'.": "Duplicate overload signature for '{0}'.",
|
224
|
-
"Duplicate constructor overload signature.": "Duplicate constructor overload signature.",
|
225
|
-
"Duplicate overload call signature.": "Duplicate overload call signature.",
|
226
|
-
"Duplicate overload construct signature.": "Duplicate overload construct signature.",
|
227
|
-
"Overload signature is not compatible with function definition.": "Overload signature is not compatible with function definition.",
|
228
|
-
"Overload signature is not compatible with function definition:{NL}{0}": "Overload signature is not compatible with function definition:{NL}{0}",
|
229
|
-
"Overload signatures must all be public or private.": "Overload signatures must all be public or private.",
|
230
|
-
"Overload signatures must all be exported or local.": "Overload signatures must all be exported or local.",
|
231
|
-
"Overload signatures must all be ambient or non-ambient.": "Overload signatures must all be ambient or non-ambient.",
|
232
|
-
"Overload signatures must all be optional or required.": "Overload signatures must all be optional or required.",
|
233
|
-
"Specialized overload signature is not subtype of any non-specialized signature.": "Specialized overload signature is not subtype of any non-specialized signature.",
|
234
|
-
"'this' cannot be referenced in constructor arguments.": "'this' cannot be referenced in constructor arguments.",
|
235
|
-
"Static member cannot be accessed off an instance variable.": "Static member cannot be accessed off an instance variable.",
|
236
|
-
"Instance member cannot be accessed off a class.": "Instance member cannot be accessed off a class.",
|
237
|
-
"Untyped function calls may not accept type arguments.": "Untyped function calls may not accept type arguments.",
|
238
|
-
"Non-generic functions may not accept type arguments.": "Non-generic functions may not accept type arguments.",
|
239
|
-
"A generic type may not reference itself with a wrapped form of its own type parameters.": "A generic type may not reference itself with a wrapped form of its own type parameters.",
|
240
|
-
"Rest parameters must be array types.": "Rest parameters must be array types.",
|
241
|
-
"Overload signature implementation cannot use specialized type.": "Overload signature implementation cannot use specialized type.",
|
242
|
-
"Export assignments may only be used at the top-level of external modules.": "Export assignments may only be used at the top-level of external modules.",
|
243
|
-
"Export assignments may only be made with variables, functions, classes, interfaces, enums and internal modules": "Export assignments may only be made with variables, functions, classes, interfaces, enums and internal modules",
|
244
|
-
"Only public instance methods of the base class are accessible via the 'super' keyword.": "Only public instance methods of the base class are accessible via the 'super' keyword.",
|
245
|
-
"Numeric indexer type '{0}' must be a subtype of string indexer type '{1}'.": "Numeric indexer type '{0}' must be a subtype of string indexer type '{1}'.",
|
246
|
-
"Numeric indexer type '{0}' must be a subtype of string indexer type '{1}':{NL}{2}": "Numeric indexer type '{0}' must be a subtype of string indexer type '{1}':{NL}{2}",
|
247
|
-
"All numerically named properties must be subtypes of numeric indexer type '{0}'.": "All numerically named properties must be subtypes of numeric indexer type '{0}'.",
|
248
|
-
"All numerically named properties must be subtypes of numeric indexer type '{0}':{NL}{1}": "All numerically named properties must be subtypes of numeric indexer type '{0}':{NL}{1}",
|
249
|
-
"All named properties must be subtypes of string indexer type '{0}'.": "All named properties must be subtypes of string indexer type '{0}'.",
|
250
|
-
"All named properties must be subtypes of string indexer type '{0}':{NL}{1}": "All named properties must be subtypes of string indexer type '{0}':{NL}{1}",
|
251
|
-
"Generic type references must include all type arguments.": "Generic type references must include all type arguments.",
|
252
|
-
"Default arguments are not allowed in an overload parameter.": "Default arguments are not allowed in an overload parameter.",
|
253
|
-
"Overloads cannot differ only by return type.": "Overloads cannot differ only by return type.",
|
254
|
-
"Function expression declared a non-void return type, but has no return expression.": "Function expression declared a non-void return type, but has no return expression.",
|
255
|
-
"Import declaration referencing identifier from internal module can only be made with variables, functions, classes, interfaces, enums and internal modules.": "Import declaration referencing identifier from internal module can only be made with variables, functions, classes, interfaces, enums and internal modules.",
|
256
|
-
"Could not find symbol '{0}' in module '{1}'.": "Could not find symbol '{0}' in module '{1}'.",
|
257
|
-
"Unable to resolve module reference '{0}'.": "Unable to resolve module reference '{0}'.",
|
258
|
-
"Could not find module '{0}' in module '{1}'.": "Could not find module '{0}' in module '{1}'.",
|
259
|
-
"Exported import declaration '{0}' is assigned value with type that has or is using private type '{1}'.": "Exported import declaration '{0}' is assigned value with type that has or is using private type '{1}'.",
|
260
|
-
"Exported import declaration '{0}' is assigned value with type that is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned value with type that is using inaccessible module '{1}'.",
|
261
|
-
"Exported import declaration '{0}' is assigned type that has or is using private type '{1}'.": "Exported import declaration '{0}' is assigned type that has or is using private type '{1}'.",
|
262
|
-
"Exported import declaration '{0}' is assigned type that is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned type that is using inaccessible module '{1}'.",
|
263
|
-
"Exported import declaration '{0}' is assigned container that is or is using inaccessible module '{1}'.": "Exported import declaration '{0}' is assigned container that is or is using inaccessible module '{1}'.",
|
264
|
-
"Type reference '{0}' in extends clause doesn't reference constructor function for '{1}'.": "Type reference '{0}' in extends clause doesn't reference constructor function for '{1}'.",
|
265
|
-
"Internal module reference '{0}' in import declaration doesn't reference module instance for '{1}'.": "Internal module reference '{0}' in import declaration doesn't reference module instance for '{1}'.",
|
266
|
-
"Type '{0}' is missing property '{1}' from type '{2}'.": "Type '{0}' is missing property '{1}' from type '{2}'.",
|
267
|
-
"Types of property '{0}' of types '{1}' and '{2}' are incompatible.": "Types of property '{0}' of types '{1}' and '{2}' are incompatible.",
|
268
|
-
"Types of property '{0}' of types '{1}' and '{2}' are incompatible:{NL}{3}": "Types of property '{0}' of types '{1}' and '{2}' are incompatible:{NL}{3}",
|
269
|
-
"Property '{0}' defined as private in type '{1}' is defined as public in type '{2}'.": "Property '{0}' defined as private in type '{1}' is defined as public in type '{2}'.",
|
270
|
-
"Property '{0}' defined as public in type '{1}' is defined as private in type '{2}'.": "Property '{0}' defined as public in type '{1}' is defined as private in type '{2}'.",
|
271
|
-
"Types '{0}' and '{1}' define property '{2}' as private.": "Types '{0}' and '{1}' define property '{2}' as private.",
|
272
|
-
"Call signatures of types '{0}' and '{1}' are incompatible.": "Call signatures of types '{0}' and '{1}' are incompatible.",
|
273
|
-
"Call signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Call signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
274
|
-
"Type '{0}' requires a call signature, but type '{1}' lacks one.": "Type '{0}' requires a call signature, but type '{1}' lacks one.",
|
275
|
-
"Construct signatures of types '{0}' and '{1}' are incompatible.": "Construct signatures of types '{0}' and '{1}' are incompatible.",
|
276
|
-
"Construct signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Construct signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
277
|
-
"Type '{0}' requires a construct signature, but type '{1}' lacks one.": "Type '{0}' requires a construct signature, but type '{1}' lacks one.",
|
278
|
-
"Index signatures of types '{0}' and '{1}' are incompatible.": "Index signatures of types '{0}' and '{1}' are incompatible.",
|
279
|
-
"Index signatures of types '{0}' and '{1}' are incompatible:{NL}{2}": "Index signatures of types '{0}' and '{1}' are incompatible:{NL}{2}",
|
280
|
-
"Call signature expects {0} or fewer parameters.": "Call signature expects {0} or fewer parameters.",
|
281
|
-
"Could not apply type '{0}' to argument {1} which is of type '{2}'.": "Could not apply type '{0}' to argument {1} which is of type '{2}'.",
|
282
|
-
"Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function.": "Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function.",
|
283
|
-
"Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function.": "Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function.",
|
284
|
-
"Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor.": "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor.",
|
285
|
-
"Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property.": "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property.",
|
286
|
-
"Types of static property '{0}' of class '{1}' and class '{2}' are incompatible.": "Types of static property '{0}' of class '{1}' and class '{2}' are incompatible.",
|
287
|
-
"Types of static property '{0}' of class '{1}' and class '{2}' are incompatible:{NL}{3}": "Types of static property '{0}' of class '{1}' and class '{2}' are incompatible:{NL}{3}",
|
288
|
-
"Type reference cannot refer to container '{0}'.": "Type reference cannot refer to container '{0}'.",
|
289
|
-
"Type reference must refer to type.": "Type reference must refer to type.",
|
290
|
-
"Enums with multiple declarations must provide an initializer for the first enum element.": "Enums with multiple declarations must provide an initializer for the first enum element.",
|
291
|
-
" (+ {0} overload(s))": " (+ {0} overload(s))",
|
292
|
-
"Current host does not support '{0}' option.": "Current host does not support '{0}' option.",
|
293
|
-
"ECMAScript target version '{0}' not supported. Using default '{1}' code generation.": "ECMAScript target version '{0}' not supported. Using default '{1}' code generation.",
|
294
|
-
"Module code generation '{0}' not supported.": "Module code generation '{0}' not supported.",
|
295
|
-
"Could not find file: '{0}'.": "Could not find file: '{0}'.",
|
296
|
-
"A file cannot have a reference to itself.": "A file cannot have a reference to itself.",
|
297
|
-
"Cannot resolve referenced file: '{0}'.": "Cannot resolve referenced file: '{0}'.",
|
298
|
-
"Cannot find the common subdirectory path for the input files.": "Cannot find the common subdirectory path for the input files.",
|
299
|
-
"Emit Error: {0}.": "Emit Error: {0}.",
|
300
|
-
"Cannot read file '{0}': {1}": "Cannot read file '{0}': {1}",
|
301
|
-
"Unsupported file encoding.": "Unsupported file encoding.",
|
302
|
-
"Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'.": "Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'.",
|
303
|
-
"Unsupported locale: '{0}'.": "Unsupported locale: '{0}'.",
|
304
|
-
"Execution Failed.{NL}": "Execution Failed.{NL}",
|
305
|
-
"Should not emit a type query": "Should not emit a type query",
|
306
|
-
"Should not emit a type reference": "Should not emit a type reference",
|
307
|
-
"Invalid call to 'up'": "Invalid call to 'up'",
|
308
|
-
"Invalid call to 'down'": "Invalid call to 'down'",
|
309
|
-
"Base64 value '{0}' finished with a continuation bit": "Base64 value '{0}' finished with a continuation bit",
|
310
|
-
"Key was already in table": "Key was already in table",
|
311
|
-
"Unknown option '{0}'": "Unknown option '{0}'",
|
312
|
-
"Expected {0} arguments to message, got {1} instead": "Expected {0} arguments to message, got {1} instead",
|
313
|
-
"Expected the message '{0}' to have {1} arguments, but it had {2}": "Expected the message '{0}' to have {1} arguments, but it had {2}",
|
314
|
-
"Invalid argument: {0}. {1}": "Invalid argument: {0}. {1}",
|
315
|
-
"Invalid argument: {0}.": "Invalid argument: {0}.",
|
316
|
-
"Argument out of range: {0}.": "Argument out of range: {0}.",
|
317
|
-
"Argument null: {0}.": "Argument null: {0}.",
|
318
|
-
"Operation not implemented properly by subclass.": "Operation not implemented properly by subclass.",
|
319
|
-
"Not yet implemented.": "Not yet implemented.",
|
320
|
-
"Invalid operation: {0}": "Invalid operation: {0}",
|
321
|
-
"Invalid operation.": "Invalid operation.",
|
322
|
-
"Could not delete file '{0}'": "Could not delete file '{0}'",
|
323
|
-
"Could not create directory '{0}'": "Could not create directory '{0}'",
|
324
|
-
"Error while executing file '{0}': ": "Error while executing file '{0}': ",
|
325
|
-
"Cannot compile external modules unless the '--module' flag is provided.": "Cannot compile external modules unless the '--module' flag is provided.",
|
326
|
-
"Option mapRoot cannot be specified without specifying sourcemap option.": "Option mapRoot cannot be specified without specifying sourcemap option.",
|
327
|
-
"Option sourceRoot cannot be specified without specifying sourcemap option.": "Option sourceRoot cannot be specified without specifying sourcemap option.",
|
328
|
-
"Options mapRoot and sourceRoot cannot be specified without specifying sourcemap option.": "Options mapRoot and sourceRoot cannot be specified without specifying sourcemap option.",
|
329
|
-
"Concatenate and emit output to single file": "Concatenate and emit output to single file",
|
330
|
-
"Generates corresponding {0} file": "Generates corresponding {0} file",
|
331
|
-
"Specifies the location where debugger should locate map files instead of generated locations.": "Specifies the location where debugger should locate map files instead of generated locations.",
|
332
|
-
"Specifies the location where debugger should locate TypeScript files instead of source locations.": "Specifies the location where debugger should locate TypeScript files instead of source locations.",
|
333
|
-
"Watch input files": "Watch input files",
|
334
|
-
"Redirect output structure to the directory": "Redirect output structure to the directory",
|
335
|
-
"Do not emit comments to output": "Do not emit comments to output",
|
336
|
-
"Skip resolution and preprocessing": "Skip resolution and preprocessing",
|
337
|
-
"Specify ECMAScript target version: \"{0}\" (default), or \"{1}\"": "Specify ECMAScript target version: \"{0}\" (default), or \"{1}\"",
|
338
|
-
"Specify module code generation: \"{0}\" or \"{1}\"": "Specify module code generation: \"{0}\" or \"{1}\"",
|
339
|
-
"Print this message": "Print this message",
|
340
|
-
"Print the compiler's version: {0}": "Print the compiler's version: {0}",
|
341
|
-
"Allow use of deprecated \"{0}\" keyword when referencing an external module": "Allow use of deprecated \"{0}\" keyword when referencing an external module",
|
342
|
-
"Specify locale for errors and messages. For example '{0}' or '{1}'": "Specify locale for errors and messages. For example '{0}' or '{1}'",
|
343
|
-
"Syntax: {0}": "Syntax: {0}",
|
344
|
-
"options": "options",
|
345
|
-
"file": "file",
|
346
|
-
"Examples:": "Examples:",
|
347
|
-
"Options:": "Options:",
|
348
|
-
"Insert command line options and files from a file.": "Insert command line options and files from a file.",
|
349
|
-
"Version {0}": "Version {0}",
|
350
|
-
"Use the '{0}' flag to see options": "Use the '{0}' flag to see options",
|
351
|
-
"{NL}Recompiling ({0}):": "{NL}Recompiling ({0}):",
|
352
|
-
"STRING": "STRING",
|
353
|
-
"KIND": "KIND",
|
354
|
-
"FILE": "FILE",
|
355
|
-
"VERSION": "VERSION",
|
356
|
-
"LOCATION": "LOCATION",
|
357
|
-
"DIRECTORY": "DIRECTORY",
|
358
|
-
"This version of the Javascript runtime does not support the '{0}' function.": "This version of the Javascript runtime does not support the '{0}' function.",
|
359
|
-
"Looking up path for identifier token did not result in an identifer.": "Looking up path for identifier token did not result in an identifer.",
|
360
|
-
"Unknown rule": "Unknown rule",
|
361
|
-
"Invalid line number ({0})": "Invalid line number ({0})",
|
362
|
-
"Warn on expressions and declarations with an implied 'any' type.": "Warn on expressions and declarations with an implied 'any' type.",
|
363
|
-
"Variable '{0}' implicitly has an 'any' type.": "Variable '{0}' implicitly has an 'any' type.",
|
364
|
-
"Parameter '{0}' of '{1}' implicitly has an 'any' type.": "Parameter '{0}' of '{1}' implicitly has an 'any' type.",
|
365
|
-
"Parameter '{0}' of function type implicitly has an 'any' type.": "Parameter '{0}' of function type implicitly has an 'any' type.",
|
366
|
-
"Member '{0}' of object type implicitly has an 'any' type.": "Member '{0}' of object type implicitly has an 'any' type.",
|
367
|
-
"\"New\" expression, which lacks a constructor signature, implicitly has an 'any' type.": "\"New\" expression, which lacks a constructor signature, implicitly has an 'any' type.",
|
368
|
-
"'{0}', which lacks return-type annotation, implicitly has an 'any' return type.": "'{0}', which lacks return-type annotation, implicitly has an 'any' return type.",
|
369
|
-
"Function expression, which lacks return-type annotation, implicitly has an 'any' return type.": "Function expression, which lacks return-type annotation, implicitly has an 'any' return type.",
|
370
|
-
"Parameter '{0}' of lambda function implicitly has an 'any' type.": "Parameter '{0}' of lambda function implicitly has an 'any' type.",
|
371
|
-
"Constructor signature, which lacks return-type annotation, implicitly has an 'any' return type.": "Constructor signature, which lacks return-type annotation, implicitly has an 'any' return type.",
|
372
|
-
"Lambda Function, which lacks return-type annotation, implicitly has an 'any' return type.": "Lambda Function, which lacks return-type annotation, implicitly has an 'any' return type.",
|
373
|
-
"Array Literal implicitly has an 'any' type from widening.": "Array Literal implicitly has an 'any' type from widening."
|
374
|
-
}
|