# File lib/babel/transpiler.rb, line 23
    def self.context
      @context ||= ExecJS.compile("var self = this; " + File.read(script_path))
    end