Method: TypeScript::Source.context

Defined in:
lib/typescript.rb

.contextObject



42
43
44
# File 'lib/typescript.rb', line 42

def self.context
  @context ||= ExecJS.compile(contents)
end