module Babel::Transpiler

def self.context

def self.context
  @context ||= ExecJS.compile("var self = this; " + File.read(script_path))
end