Module: TypeScript::Source

Defined in:
lib/typescript/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



3
4
5
# File 'lib/typescript/source.rb', line 3

def self.bundled_path
  File.expand_path("../typescript.js", __FILE__)
end

.compiler_bundled_pathObject



7
8
9
# File 'lib/typescript/source.rb', line 7

def self.compiler_bundled_path
  File.expand_path("../compiler.js", __FILE__)
end