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.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +21 -21
  3. data/CHANGES.md +14 -11
  4. data/Gemfile +7 -7
  5. data/README.md +38 -35
  6. data/Rakefile +24 -21
  7. data/lib/typescript-src.rb +64 -52
  8. data/lib/typescript-src/support/typescript/.npmignore +7 -12
  9. data/lib/typescript-src/support/typescript/CONTRIBUTING.md +74 -0
  10. data/lib/typescript-src/support/typescript/README.md +78 -0
  11. data/lib/typescript-src/support/typescript/ThirdPartyNoticeText.txt +10 -60
  12. data/lib/typescript-src/support/typescript/bin/lib.core.d.ts +1164 -0
  13. data/lib/typescript-src/support/typescript/bin/lib.core.es6.d.ts +4801 -0
  14. data/lib/typescript-src/support/typescript/bin/lib.d.ts +12097 -12836
  15. data/lib/typescript-src/support/typescript/bin/lib.dom.d.ts +13043 -0
  16. data/lib/typescript-src/support/typescript/bin/lib.es6.d.ts +17195 -0
  17. data/lib/typescript-src/support/typescript/bin/lib.scriptHost.d.ts +38 -0
  18. data/lib/typescript-src/support/typescript/bin/lib.webworker.d.ts +1652 -0
  19. data/lib/typescript-src/support/typescript/bin/tsc +2 -2
  20. data/lib/typescript-src/support/typescript/bin/tsc.js +17276 -61916
  21. data/lib/typescript-src/support/typescript/bin/typescript.d.ts +1849 -0
  22. data/lib/typescript-src/support/typescript/bin/typescriptServices.d.ts +1849 -0
  23. data/lib/typescript-src/support/typescript/bin/typescriptServices.js +26273 -0
  24. data/lib/typescript-src/support/typescript/bin/typescriptServices_internal.d.ts +258 -0
  25. data/lib/typescript-src/support/typescript/bin/typescript_internal.d.ts +258 -0
  26. data/lib/typescript-src/support/typescript/package.json +69 -61
  27. data/lib/typescript-src/version.rb +4 -4
  28. data/test/test_type_script_src.rb +35 -35
  29. data/typescript-src.gemspec +22 -22
  30. metadata +16 -26
  31. data/lib/typescript-src/support/typescript/README.txt +0 -27
  32. data/lib/typescript-src/support/typescript/bin/resources/cs/cz/diagnosticMessages.generated.json +0 -374
  33. data/lib/typescript-src/support/typescript/bin/resources/cs/diagnosticMessages.generated.json +0 -374
  34. data/lib/typescript-src/support/typescript/bin/resources/cz/diagnosticMessages.generated.json +0 -374
  35. data/lib/typescript-src/support/typescript/bin/resources/de/diagnosticMessages.generated.json +0 -374
  36. data/lib/typescript-src/support/typescript/bin/resources/diagnosticMessages.generated.json +0 -374
  37. data/lib/typescript-src/support/typescript/bin/resources/en/diagnosticMessages.generated.json +0 -374
  38. data/lib/typescript-src/support/typescript/bin/resources/en/us/diagnosticMessages.generated.json +0 -374
  39. data/lib/typescript-src/support/typescript/bin/resources/es/diagnosticMessages.generated.json +0 -374
  40. data/lib/typescript-src/support/typescript/bin/resources/fr/diagnosticMessages.generated.json +0 -374
  41. data/lib/typescript-src/support/typescript/bin/resources/it/diagnosticMessages.generated.json +0 -374
  42. data/lib/typescript-src/support/typescript/bin/resources/ja/diagnosticMessages.generated.json +0 -374
  43. data/lib/typescript-src/support/typescript/bin/resources/ja/jp/diagnosticMessages.generated.json +0 -374
  44. data/lib/typescript-src/support/typescript/bin/resources/ko/diagnosticMessages.generated.json +0 -374
  45. data/lib/typescript-src/support/typescript/bin/resources/ko/kr/diagnosticMessages.generated.json +0 -374
  46. data/lib/typescript-src/support/typescript/bin/resources/pl/diagnosticMessages.generated.json +0 -374
  47. data/lib/typescript-src/support/typescript/bin/resources/pt/br/diagnosticMessages.generated.json +0 -374
  48. data/lib/typescript-src/support/typescript/bin/resources/pt/diagnosticMessages.generated.json +0 -374
  49. data/lib/typescript-src/support/typescript/bin/resources/ru/diagnosticMessages.generated.json +0 -374
  50. data/lib/typescript-src/support/typescript/bin/resources/tr/diagnosticMessages.generated.json +0 -374
  51. data/lib/typescript-src/support/typescript/bin/resources/zh/cn/diagnosticMessages.generated.json +0 -373
  52. data/lib/typescript-src/support/typescript/bin/resources/zh/tw/diagnosticMessages.generated.json +0 -373
  53. data/lib/typescript-src/support/typescript/bin/typescript.js +0 -61516
@@ -1,61 +1,69 @@
1
- {
2
- "name": "typescript",
3
- "author": {
4
- "name": "Microsoft Corp."
5
- },
6
- "homepage": "http://typescriptlang.org/",
7
- "version": "1.0.1",
8
- "licenses": [
9
- {
10
- "type": "Apache License 2.0",
11
- "url": "http://typescript.codeplex.com/license"
12
- }
13
- ],
14
- "description": "TypeScript is a language for application scale JavaScript development",
15
- "keywords": [
16
- "TypeScript",
17
- "Microsoft",
18
- "compiler",
19
- "language",
20
- "javascript"
21
- ],
22
- "bugs": {
23
- "url": "http://typescript.codeplex.com/workitem/list/basic"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "https://git01.codeplex.com/typescript"
28
- },
29
- "preferGlobal": true,
30
- "main": "./bin/typescript.js",
31
- "bin": {
32
- "tsc": "./bin/tsc"
33
- },
34
- "engines": {
35
- "node": ">=0.8.0"
36
- },
37
- "devDependencies": {
38
- "jake": "latest"
39
- },
40
- "_id": "typescript@1.0.1",
41
- "dist": {
42
- "shasum": "e8eacde3084a091d3fe29b60ac5862252662a25a",
43
- "tarball": "http://registry.npmjs.org/typescript/-/typescript-1.0.1.tgz"
44
- },
45
- "_from": "typescript@*",
46
- "_npmVersion": "1.4.3",
47
- "_npmUser": {
48
- "name": "typescript",
49
- "email": "typescript@microsoft.com"
50
- },
51
- "maintainers": [
52
- {
53
- "name": "typescript",
54
- "email": "typescript@microsoft.com"
55
- }
56
- ],
57
- "directories": {},
58
- "_shasum": "e8eacde3084a091d3fe29b60ac5862252662a25a",
59
- "_resolved": "https://registry.npmjs.org/typescript/-/typescript-1.0.1.tgz",
60
- "readme": "ERROR: No README data found!"
61
- }
1
+ {
2
+ "name": "typescript",
3
+ "author": {
4
+ "name": "Microsoft Corp."
5
+ },
6
+ "homepage": "http://typescriptlang.org/",
7
+ "version": "1.4.1",
8
+ "licenses": [
9
+ {
10
+ "type": "Apache License 2.0",
11
+ "url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
12
+ }
13
+ ],
14
+ "description": "TypeScript is a language for application scale JavaScript development",
15
+ "keywords": [
16
+ "TypeScript",
17
+ "Microsoft",
18
+ "compiler",
19
+ "language",
20
+ "javascript"
21
+ ],
22
+ "bugs": {
23
+ "url": "https://github.com/Microsoft/TypeScript/issues"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/Microsoft/TypeScript.git"
28
+ },
29
+ "preferGlobal": true,
30
+ "main": "./bin/typescriptServices.js",
31
+ "bin": {
32
+ "tsc": "./bin/tsc"
33
+ },
34
+ "engines": {
35
+ "node": ">=0.8.0"
36
+ },
37
+ "devDependencies": {
38
+ "jake": "latest",
39
+ "mocha": "latest",
40
+ "chai": "latest",
41
+ "browserify": "latest",
42
+ "istanbul": "latest",
43
+ "codeclimate-test-reporter": "latest"
44
+ },
45
+ "scripts": {
46
+ "test": "jake generate-code-coverage"
47
+ },
48
+ "gitHead": "3ab3f916c00755a1d9937f7116d1e9a80ddf2ef3",
49
+ "_id": "typescript@1.4.1",
50
+ "_shasum": "eb4da986d1b7f01452eafb57559e0cc8f516cd48",
51
+ "_from": "typescript@1.4.1",
52
+ "_npmVersion": "1.4.28",
53
+ "_npmUser": {
54
+ "name": "typescript",
55
+ "email": "typescript@microsoft.com"
56
+ },
57
+ "maintainers": [
58
+ {
59
+ "name": "typescript",
60
+ "email": "typescript@microsoft.com"
61
+ }
62
+ ],
63
+ "dist": {
64
+ "shasum": "eb4da986d1b7f01452eafb57559e0cc8f516cd48",
65
+ "tarball": "http://registry.npmjs.org/typescript/-/typescript-1.4.1.tgz"
66
+ },
67
+ "directories": {},
68
+ "_resolved": "https://registry.npmjs.org/typescript/-/typescript-1.4.1.tgz"
69
+ }
@@ -1,5 +1,5 @@
1
- module TypeScript
2
- module Src
3
- VERSION = '1.0.1.2' # TypeScript compiler version + gem's revision
4
- end
1
+ module TypeScript
2
+ module Src
3
+ VERSION = '1.4.1.3' # TypeScript compiler version + gem's revision
4
+ end
5
5
  end
@@ -1,36 +1,36 @@
1
- require 'test/unit'
2
- require 'typescript-src'
3
-
4
- class TestTypeScriptSrc < Test::Unit::TestCase
5
- def test_gem_version
6
- assert { TypeScript::Src::VERSION.kind_of?(String) }
7
- end
8
-
9
- def test_version
10
- assert { TypeScript::Src.version.kind_of?(String) }
11
- end
12
-
13
- def test_package_json_path
14
- assert { TypeScript::Src.package_json_path.file? }
15
- end
16
-
17
- def test_license_path
18
- assert { TypeScript::Src.license_path.file? }
19
- end
20
-
21
- def test_typescript_path
22
- assert { TypeScript::Src.typescript_path.directory? }
23
- end
24
-
25
- def test_tsc_path
26
- assert { TypeScript::Src.tsc_path.file? }
27
- end
28
-
29
- def test_js_path
30
- assert { TypeScript::Src.js_path.file? }
31
- end
32
-
33
- def test_js_content
34
- assert { TypeScript::Src.js_content.length > 0 }
35
- end
1
+ require 'test/unit'
2
+ require 'typescript-src'
3
+
4
+ class TestTypeScriptSrc < Test::Unit::TestCase
5
+ def test_gem_version
6
+ assert { TypeScript::Src::VERSION.kind_of?(String) }
7
+ end
8
+
9
+ def test_version
10
+ assert { TypeScript::Src.version.kind_of?(String) }
11
+ end
12
+
13
+ def test_package_json_path
14
+ assert { TypeScript::Src.package_json_path.file? }
15
+ end
16
+
17
+ def test_license_path
18
+ assert { TypeScript::Src.license_path.file? }
19
+ end
20
+
21
+ def test_typescript_path
22
+ assert { TypeScript::Src.typescript_path.directory? }
23
+ end
24
+
25
+ def test_tsc_path
26
+ assert { TypeScript::Src.tsc_path.file? }
27
+ end
28
+
29
+ def test_js_path
30
+ assert { TypeScript::Src.js_path.file? }
31
+ end
32
+
33
+ def test_js_content
34
+ assert { TypeScript::Src.js_content.length > 0 }
35
+ end
36
36
  end
@@ -1,22 +1,22 @@
1
- # -*- encoding: utf-8 -*-
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'typescript-src/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "typescript-src"
8
- spec.description = %q{TypeScript source files}
9
- spec.summary = %q{TypeScript source files}
10
-
11
- spec.authors = ["KAWACHI Takashi"]
12
- spec.email = ["tkawachi@gmail.com"]
13
- spec.homepage = 'https://github.com/typescript-ruby/typescript-src-ruby'
14
- spec.license = 'Apache 2.0 License'
15
-
16
- spec.files = `git ls-files`.split($\)
17
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
- spec.require_path = ['lib']
19
- spec.version = TypeScript::Src::VERSION
20
-
21
- spec.add_development_dependency 'rake'
22
- end
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'typescript-src/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "typescript-src"
8
+ spec.description = %q{TypeScript source files}
9
+ spec.summary = %q{TypeScript source files}
10
+
11
+ spec.authors = ["KAWACHI Takashi"]
12
+ spec.email = ["tkawachi@gmail.com"]
13
+ spec.homepage = 'https://github.com/typescript-ruby/typescript-src-ruby'
14
+ spec.license = 'Apache 2.0 License'
15
+
16
+ spec.files = `git ls-files`.split($\)
17
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
+ spec.require_path = ['lib']
19
+ spec.version = TypeScript::Src::VERSION
20
+
21
+ spec.add_development_dependency 'rake'
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typescript-src
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.2
4
+ version: 1.4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - KAWACHI Takashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-08 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -39,35 +39,25 @@ files:
39
39
  - Rakefile
40
40
  - lib/typescript-src.rb
41
41
  - lib/typescript-src/support/typescript/.npmignore
42
+ - lib/typescript-src/support/typescript/CONTRIBUTING.md
42
43
  - lib/typescript-src/support/typescript/CopyrightNotice.txt
43
44
  - lib/typescript-src/support/typescript/LICENSE.txt
44
- - lib/typescript-src/support/typescript/README.txt
45
+ - lib/typescript-src/support/typescript/README.md
45
46
  - lib/typescript-src/support/typescript/ThirdPartyNoticeText.txt
47
+ - lib/typescript-src/support/typescript/bin/lib.core.d.ts
48
+ - lib/typescript-src/support/typescript/bin/lib.core.es6.d.ts
46
49
  - lib/typescript-src/support/typescript/bin/lib.d.ts
47
- - lib/typescript-src/support/typescript/bin/resources/cs/cz/diagnosticMessages.generated.json
48
- - lib/typescript-src/support/typescript/bin/resources/cs/diagnosticMessages.generated.json
49
- - lib/typescript-src/support/typescript/bin/resources/cz/diagnosticMessages.generated.json
50
- - lib/typescript-src/support/typescript/bin/resources/de/diagnosticMessages.generated.json
51
- - lib/typescript-src/support/typescript/bin/resources/diagnosticMessages.generated.json
52
- - lib/typescript-src/support/typescript/bin/resources/en/diagnosticMessages.generated.json
53
- - lib/typescript-src/support/typescript/bin/resources/en/us/diagnosticMessages.generated.json
54
- - lib/typescript-src/support/typescript/bin/resources/es/diagnosticMessages.generated.json
55
- - lib/typescript-src/support/typescript/bin/resources/fr/diagnosticMessages.generated.json
56
- - lib/typescript-src/support/typescript/bin/resources/it/diagnosticMessages.generated.json
57
- - lib/typescript-src/support/typescript/bin/resources/ja/diagnosticMessages.generated.json
58
- - lib/typescript-src/support/typescript/bin/resources/ja/jp/diagnosticMessages.generated.json
59
- - lib/typescript-src/support/typescript/bin/resources/ko/diagnosticMessages.generated.json
60
- - lib/typescript-src/support/typescript/bin/resources/ko/kr/diagnosticMessages.generated.json
61
- - lib/typescript-src/support/typescript/bin/resources/pl/diagnosticMessages.generated.json
62
- - lib/typescript-src/support/typescript/bin/resources/pt/br/diagnosticMessages.generated.json
63
- - lib/typescript-src/support/typescript/bin/resources/pt/diagnosticMessages.generated.json
64
- - lib/typescript-src/support/typescript/bin/resources/ru/diagnosticMessages.generated.json
65
- - lib/typescript-src/support/typescript/bin/resources/tr/diagnosticMessages.generated.json
66
- - lib/typescript-src/support/typescript/bin/resources/zh/cn/diagnosticMessages.generated.json
67
- - lib/typescript-src/support/typescript/bin/resources/zh/tw/diagnosticMessages.generated.json
50
+ - lib/typescript-src/support/typescript/bin/lib.dom.d.ts
51
+ - lib/typescript-src/support/typescript/bin/lib.es6.d.ts
52
+ - lib/typescript-src/support/typescript/bin/lib.scriptHost.d.ts
53
+ - lib/typescript-src/support/typescript/bin/lib.webworker.d.ts
68
54
  - lib/typescript-src/support/typescript/bin/tsc
69
55
  - lib/typescript-src/support/typescript/bin/tsc.js
70
- - lib/typescript-src/support/typescript/bin/typescript.js
56
+ - lib/typescript-src/support/typescript/bin/typescript.d.ts
57
+ - lib/typescript-src/support/typescript/bin/typescriptServices.d.ts
58
+ - lib/typescript-src/support/typescript/bin/typescriptServices.js
59
+ - lib/typescript-src/support/typescript/bin/typescriptServices_internal.d.ts
60
+ - lib/typescript-src/support/typescript/bin/typescript_internal.d.ts
71
61
  - lib/typescript-src/support/typescript/package.json
72
62
  - lib/typescript-src/version.rb
73
63
  - test/test_type_script_src.rb
@@ -92,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
82
  version: '0'
93
83
  requirements: []
94
84
  rubyforge_project:
95
- rubygems_version: 2.2.2
85
+ rubygems_version: 2.2.3
96
86
  signing_key:
97
87
  specification_version: 4
98
88
  summary: TypeScript source files
@@ -1,27 +0,0 @@
1
- # TypeScript
2
-
3
- Scalable JavaScript development with types, classes and modules.
4
-
5
- ## Install
6
-
7
- npm install -g typescript
8
-
9
- ## Usage
10
-
11
- tsc hello.ts
12
-
13
-
14
- ## Build
15
-
16
- 1. Install Node if you haven't already (http://nodejs.org/)
17
- 2. Install Jake, the tool we use to build our compiler (https://github.com/mde/jake). To do this, run "npm install -g jake".
18
- 3. To use jake, run one of the following commands:
19
- - jake local - This builds the compiler. The output is in built/local in the public directory
20
- - jake clean - deletes the build compiler
21
- - jake LKG - This replaces the LKG (last known good) version of the compiler with the built one.
22
- - This is a bootstrapping step to be executed whenever the built compiler reaches a stable state.
23
- - jake tests - This builds the test infrastructure, using the built compiler.
24
- - jake runtests - This runs the tests, using the built compiler and built test infrastructure.
25
- - You can also override the host or specify a test for this command. Use host=<hostName> or tests=<testPath>.
26
- - jake baseline-accept - This replaces the baseline test results with the results obtained from jake runtests.
27
- - jake -T lists the above commands.
@@ -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
- }