tsrc 2.1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +21 -0
  3. data/Gemfile +7 -0
  4. data/LICENSE +55 -0
  5. data/README.md +33 -0
  6. data/Rakefile +16 -0
  7. data/lib/tsrc.rb +57 -0
  8. data/lib/tsrc/support/typescript/.mailmap +216 -0
  9. data/lib/tsrc/support/typescript/.npmignore +19 -0
  10. data/lib/tsrc/support/typescript/AUTHORS.md +204 -0
  11. data/lib/tsrc/support/typescript/CONTRIBUTING.md +185 -0
  12. data/lib/tsrc/support/typescript/CopyrightNotice.txt +15 -0
  13. data/lib/tsrc/support/typescript/LICENSE.txt +55 -0
  14. data/lib/tsrc/support/typescript/README.md +98 -0
  15. data/lib/tsrc/support/typescript/ThirdPartyNoticeText.txt +35 -0
  16. data/lib/tsrc/support/typescript/bin/tsc +2 -0
  17. data/lib/tsrc/support/typescript/bin/tsserver +2 -0
  18. data/lib/tsrc/support/typescript/lib/README.md +5 -0
  19. data/lib/tsrc/support/typescript/lib/cancellationToken.js +41 -0
  20. data/lib/tsrc/support/typescript/lib/lib.d.ts +18215 -0
  21. data/lib/tsrc/support/typescript/lib/lib.dom.d.ts +13738 -0
  22. data/lib/tsrc/support/typescript/lib/lib.dom.iterable.d.ts +33 -0
  23. data/lib/tsrc/support/typescript/lib/lib.es2015.collection.d.ts +92 -0
  24. data/lib/tsrc/support/typescript/lib/lib.es2015.core.d.ts +544 -0
  25. data/lib/tsrc/support/typescript/lib/lib.es2015.d.ts +30 -0
  26. data/lib/tsrc/support/typescript/lib/lib.es2015.generator.d.ts +32 -0
  27. data/lib/tsrc/support/typescript/lib/lib.es2015.iterable.d.ts +465 -0
  28. data/lib/tsrc/support/typescript/lib/lib.es2015.promise.d.ts +274 -0
  29. data/lib/tsrc/support/typescript/lib/lib.es2015.proxy.d.ts +42 -0
  30. data/lib/tsrc/support/typescript/lib/lib.es2015.reflect.d.ts +35 -0
  31. data/lib/tsrc/support/typescript/lib/lib.es2015.symbol.d.ts +56 -0
  32. data/lib/tsrc/support/typescript/lib/lib.es2015.symbol.wellknown.d.ts +347 -0
  33. data/lib/tsrc/support/typescript/lib/lib.es2016.array.include.d.ts +118 -0
  34. data/lib/tsrc/support/typescript/lib/lib.es2016.d.ts +22 -0
  35. data/lib/tsrc/support/typescript/lib/lib.es2017.d.ts +24 -0
  36. data/lib/tsrc/support/typescript/lib/lib.es2017.object.d.ts +45 -0
  37. data/lib/tsrc/support/typescript/lib/lib.es2017.sharedmemory.d.ts +47 -0
  38. data/lib/tsrc/support/typescript/lib/lib.es2017.string.d.ts +47 -0
  39. data/lib/tsrc/support/typescript/lib/lib.es5.d.ts +4195 -0
  40. data/lib/tsrc/support/typescript/lib/lib.es6.d.ts +19950 -0
  41. data/lib/tsrc/support/typescript/lib/lib.scripthost.d.ts +311 -0
  42. data/lib/tsrc/support/typescript/lib/lib.webworker.d.ts +1274 -0
  43. data/lib/tsrc/support/typescript/lib/protocol.d.ts +1900 -0
  44. data/lib/tsrc/support/typescript/lib/tsc.js +52470 -0
  45. data/lib/tsrc/support/typescript/lib/tsserver.js +70720 -0
  46. data/lib/tsrc/support/typescript/lib/tsserverlibrary.d.ts +11939 -0
  47. data/lib/tsrc/support/typescript/lib/tsserverlibrary.js +70256 -0
  48. data/lib/tsrc/support/typescript/lib/typescript.d.ts +3166 -0
  49. data/lib/tsrc/support/typescript/lib/typescript.js +81536 -0
  50. data/lib/tsrc/support/typescript/lib/typescriptServices.d.ts +3164 -0
  51. data/lib/tsrc/support/typescript/lib/typescriptServices.js +81536 -0
  52. data/lib/tsrc/support/typescript/lib/typingsInstaller.js +7314 -0
  53. data/lib/tsrc/support/typescript/package.json +129 -0
  54. data/lib/tsrc/support/typescript/test.config +1 -0
  55. data/lib/tsrc/version.rb +5 -0
  56. data/tsrc.gemspec +20 -0
  57. metadata +113 -0
@@ -0,0 +1,129 @@
1
+ {
2
+ "name": "typescript",
3
+ "author": {
4
+ "name": "Microsoft Corp."
5
+ },
6
+ "homepage": "http://typescriptlang.org/",
7
+ "version": "2.1.5",
8
+ "license": "Apache-2.0",
9
+ "description": "TypeScript is a language for application scale JavaScript development",
10
+ "keywords": [
11
+ "TypeScript",
12
+ "Microsoft",
13
+ "compiler",
14
+ "language",
15
+ "javascript"
16
+ ],
17
+ "bugs": {
18
+ "url": "https://github.com/Microsoft/TypeScript/issues"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/Microsoft/TypeScript.git"
23
+ },
24
+ "main": "./lib/typescript.js",
25
+ "typings": "./lib/typescript.d.ts",
26
+ "bin": {
27
+ "tsc": "./bin/tsc",
28
+ "tsserver": "./bin/tsserver"
29
+ },
30
+ "engines": {
31
+ "node": ">=4.2.0"
32
+ },
33
+ "devDependencies": {
34
+ "@types/browserify": "latest",
35
+ "@types/chai": "latest",
36
+ "@types/convert-source-map": "latest",
37
+ "@types/del": "latest",
38
+ "@types/glob": "latest",
39
+ "@types/gulp": "latest",
40
+ "@types/gulp-concat": "latest",
41
+ "@types/gulp-help": "latest",
42
+ "@types/gulp-newer": "latest",
43
+ "@types/gulp-sourcemaps": "latest",
44
+ "@types/gulp-typescript": "latest",
45
+ "@types/merge2": "latest",
46
+ "@types/minimatch": "latest",
47
+ "@types/minimist": "latest",
48
+ "@types/mkdirp": "latest",
49
+ "@types/mocha": "latest",
50
+ "@types/node": "latest",
51
+ "@types/q": "latest",
52
+ "@types/run-sequence": "latest",
53
+ "@types/through2": "latest",
54
+ "browserify": "latest",
55
+ "chai": "latest",
56
+ "convert-source-map": "latest",
57
+ "del": "latest",
58
+ "gulp": "latest",
59
+ "gulp-clone": "latest",
60
+ "gulp-concat": "latest",
61
+ "gulp-help": "latest",
62
+ "gulp-insert": "latest",
63
+ "gulp-newer": "latest",
64
+ "gulp-sourcemaps": "latest",
65
+ "gulp-typescript": "latest",
66
+ "into-stream": "latest",
67
+ "istanbul": "latest",
68
+ "jake": "latest",
69
+ "merge2": "latest",
70
+ "minimist": "latest",
71
+ "mkdirp": "latest",
72
+ "mocha": "latest",
73
+ "mocha-fivemat-progress-reporter": "latest",
74
+ "q": "latest",
75
+ "run-sequence": "latest",
76
+ "sorcery": "latest",
77
+ "through2": "latest",
78
+ "travis-fold": "latest",
79
+ "ts-node": "latest",
80
+ "tslint": "4.0.0-dev.3",
81
+ "typescript": "^2.1"
82
+ },
83
+ "scripts": {
84
+ "pretest": "jake tests",
85
+ "test": "jake runtests-parallel",
86
+ "build": "npm run build:compiler && npm run build:tests",
87
+ "build:compiler": "jake local",
88
+ "build:tests": "jake tests",
89
+ "start": "node lib/tsc",
90
+ "clean": "jake clean",
91
+ "gulp": "gulp",
92
+ "jake": "jake",
93
+ "lint": "jake lint",
94
+ "setup-hooks": "node scripts/link-hooks.js"
95
+ },
96
+ "browser": {
97
+ "buffer": false,
98
+ "fs": false,
99
+ "os": false,
100
+ "path": false
101
+ },
102
+ "gitHead": "2dbc531cf4cd8758dc0c94465d874d1013d3c5a4",
103
+ "_id": "typescript@2.1.5",
104
+ "_shasum": "6fe9479e00e01855247cea216e7561bafcdbcd4a",
105
+ "_from": "typescript@latest",
106
+ "_npmVersion": "3.10.10",
107
+ "_nodeVersion": "7.2.1",
108
+ "_npmUser": {
109
+ "name": "typescript",
110
+ "email": "typescript@microsoft.com"
111
+ },
112
+ "dist": {
113
+ "shasum": "6fe9479e00e01855247cea216e7561bafcdbcd4a",
114
+ "tarball": "https://registry.npmjs.org/typescript/-/typescript-2.1.5.tgz"
115
+ },
116
+ "maintainers": [
117
+ {
118
+ "name": "typescript",
119
+ "email": "typescript@microsoft.com"
120
+ }
121
+ ],
122
+ "_npmOperationalInternal": {
123
+ "host": "packages-18-east.internal.npmjs.com",
124
+ "tmp": "tmp/typescript-2.1.5.tgz_1484179264972_0.1603098378982395"
125
+ },
126
+ "directories": {},
127
+ "_resolved": "https://registry.npmjs.org/typescript/-/typescript-2.1.5.tgz",
128
+ "readme": "ERROR: No README data found!"
129
+ }
@@ -0,0 +1 @@
1
+ {"light":false,"workerCount":4,"taskConfigsFolder":"C:\\Users\\drosen\\AppData\\Local\\Temp/ts-tests1"}
@@ -0,0 +1,5 @@
1
+ module TypeScript
2
+ module Src
3
+ VERSION = '2.1.5.0' # TypeScript compiler version + Gem revision
4
+ end
5
+ end
@@ -0,0 +1,20 @@
1
+ lib = File.expand_path('../lib', __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require 'tsrc/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "tsrc"
7
+ spec.description = %q{TypeScript source files}
8
+ spec.summary = %q{TypeScript source files}
9
+
10
+ spec.authors = ["Valentin Vasilyev"]
11
+ spec.email = ["valentin.vasilyev@outlook.com"]
12
+ spec.homepage = 'https://github.com/valve/tsrc'
13
+ spec.license = 'Apache 2.0 License'
14
+
15
+ spec.files = `git ls-files`.split($\)
16
+ spec.require_path = ['lib']
17
+ spec.version = TypeScript::Src::VERSION
18
+
19
+ spec.add_development_dependency 'rake'
20
+ end
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tsrc
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.1.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Valentin Vasilyev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-02-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: TypeScript source files
28
+ email:
29
+ - valentin.vasilyev@outlook.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".gitignore"
35
+ - Gemfile
36
+ - LICENSE
37
+ - README.md
38
+ - Rakefile
39
+ - lib/tsrc.rb
40
+ - lib/tsrc/support/typescript/.mailmap
41
+ - lib/tsrc/support/typescript/.npmignore
42
+ - lib/tsrc/support/typescript/AUTHORS.md
43
+ - lib/tsrc/support/typescript/CONTRIBUTING.md
44
+ - lib/tsrc/support/typescript/CopyrightNotice.txt
45
+ - lib/tsrc/support/typescript/LICENSE.txt
46
+ - lib/tsrc/support/typescript/README.md
47
+ - lib/tsrc/support/typescript/ThirdPartyNoticeText.txt
48
+ - lib/tsrc/support/typescript/bin/tsc
49
+ - lib/tsrc/support/typescript/bin/tsserver
50
+ - lib/tsrc/support/typescript/lib/README.md
51
+ - lib/tsrc/support/typescript/lib/cancellationToken.js
52
+ - lib/tsrc/support/typescript/lib/lib.d.ts
53
+ - lib/tsrc/support/typescript/lib/lib.dom.d.ts
54
+ - lib/tsrc/support/typescript/lib/lib.dom.iterable.d.ts
55
+ - lib/tsrc/support/typescript/lib/lib.es2015.collection.d.ts
56
+ - lib/tsrc/support/typescript/lib/lib.es2015.core.d.ts
57
+ - lib/tsrc/support/typescript/lib/lib.es2015.d.ts
58
+ - lib/tsrc/support/typescript/lib/lib.es2015.generator.d.ts
59
+ - lib/tsrc/support/typescript/lib/lib.es2015.iterable.d.ts
60
+ - lib/tsrc/support/typescript/lib/lib.es2015.promise.d.ts
61
+ - lib/tsrc/support/typescript/lib/lib.es2015.proxy.d.ts
62
+ - lib/tsrc/support/typescript/lib/lib.es2015.reflect.d.ts
63
+ - lib/tsrc/support/typescript/lib/lib.es2015.symbol.d.ts
64
+ - lib/tsrc/support/typescript/lib/lib.es2015.symbol.wellknown.d.ts
65
+ - lib/tsrc/support/typescript/lib/lib.es2016.array.include.d.ts
66
+ - lib/tsrc/support/typescript/lib/lib.es2016.d.ts
67
+ - lib/tsrc/support/typescript/lib/lib.es2017.d.ts
68
+ - lib/tsrc/support/typescript/lib/lib.es2017.object.d.ts
69
+ - lib/tsrc/support/typescript/lib/lib.es2017.sharedmemory.d.ts
70
+ - lib/tsrc/support/typescript/lib/lib.es2017.string.d.ts
71
+ - lib/tsrc/support/typescript/lib/lib.es5.d.ts
72
+ - lib/tsrc/support/typescript/lib/lib.es6.d.ts
73
+ - lib/tsrc/support/typescript/lib/lib.scripthost.d.ts
74
+ - lib/tsrc/support/typescript/lib/lib.webworker.d.ts
75
+ - lib/tsrc/support/typescript/lib/protocol.d.ts
76
+ - lib/tsrc/support/typescript/lib/tsc.js
77
+ - lib/tsrc/support/typescript/lib/tsserver.js
78
+ - lib/tsrc/support/typescript/lib/tsserverlibrary.d.ts
79
+ - lib/tsrc/support/typescript/lib/tsserverlibrary.js
80
+ - lib/tsrc/support/typescript/lib/typescript.d.ts
81
+ - lib/tsrc/support/typescript/lib/typescript.js
82
+ - lib/tsrc/support/typescript/lib/typescriptServices.d.ts
83
+ - lib/tsrc/support/typescript/lib/typescriptServices.js
84
+ - lib/tsrc/support/typescript/lib/typingsInstaller.js
85
+ - lib/tsrc/support/typescript/package.json
86
+ - lib/tsrc/support/typescript/test.config
87
+ - lib/tsrc/version.rb
88
+ - tsrc.gemspec
89
+ homepage: https://github.com/valve/tsrc
90
+ licenses:
91
+ - Apache 2.0 License
92
+ metadata: {}
93
+ post_install_message:
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ requirements: []
108
+ rubyforge_project:
109
+ rubygems_version: 2.5.2
110
+ signing_key:
111
+ specification_version: 4
112
+ summary: TypeScript source files
113
+ test_files: []