typescript-source 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/typescript/compiler.js +41 -0
- data/lib/typescript/source.rb +11 -0
- data/lib/typescript/typescript.js +20932 -0
- metadata +53 -0
metadata
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: typescript-source
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.8.0
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- TimothyKlim
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: ! ' TypeScript is a language for application-scale JavaScript. TypeScript
|
|
15
|
+
adds optional types, classes, and modules to JavaScript. TypeScript supports tools
|
|
16
|
+
for large-scale JavaScript applications for any browser, for any host, on any OS.
|
|
17
|
+
TypeScript compiles to readable, standards-based JavaScript.
|
|
18
|
+
|
|
19
|
+
'
|
|
20
|
+
email: klimtimothy@gmail.com
|
|
21
|
+
executables: []
|
|
22
|
+
extensions: []
|
|
23
|
+
extra_rdoc_files: []
|
|
24
|
+
files:
|
|
25
|
+
- lib/typescript/typescript.js
|
|
26
|
+
- lib/typescript/compiler.js
|
|
27
|
+
- lib/typescript/source.rb
|
|
28
|
+
homepage: http://typescriptlang.org
|
|
29
|
+
licenses: []
|
|
30
|
+
post_install_message:
|
|
31
|
+
rdoc_options: []
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
none: false
|
|
36
|
+
requirements:
|
|
37
|
+
- - ! '>='
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
46
|
+
requirements: []
|
|
47
|
+
rubyforge_project:
|
|
48
|
+
rubygems_version: 1.8.23
|
|
49
|
+
signing_key:
|
|
50
|
+
specification_version: 3
|
|
51
|
+
summary: Ruby TypeScript Compiler
|
|
52
|
+
test_files: []
|
|
53
|
+
has_rdoc:
|