Packages

p

escalima

package escalima

Type Members

  1. class ECMAScript extends AnyRef

    The main class of Escalima.

    The main class of Escalima.

    Has methods to parse JavaScript.

    Note

    Creation of this class might be expensive! It is recommended to only create one per thread.

  2. case class ESPrimaParseException(message: String) extends Exception with Product with Serializable

    The exception thrown by either of the parse methods in ECMAScript if esprima was not able to parse the JavaScript source.

    The exception thrown by either of the parse methods in ECMAScript if esprima was not able to parse the JavaScript source.

    message

    Error message generated by esprima

Ungrouped