typescript-source 0.8.0 → 0.8.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/typescript/compiler.js +11 -5
- data/lib/typescript/lib.d.ts +7677 -0
- data/lib/typescript/source.rb +4 -0
- metadata +2 -1
data/lib/typescript/source.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typescript-source
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.0
|
4
|
+
version: 0.8.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -24,6 +24,7 @@ extra_rdoc_files: []
|
|
24
24
|
files:
|
25
25
|
- lib/typescript/typescript.js
|
26
26
|
- lib/typescript/compiler.js
|
27
|
+
- lib/typescript/lib.d.ts
|
27
28
|
- lib/typescript/source.rb
|
28
29
|
homepage: http://typescriptlang.org
|
29
30
|
licenses: []
|