This is only a convenience for building atoms. There is no requirement for implementations to extend JsAtom to be considered atoms.

Hierarchy (view full)

Constructors

  • Parameters

    • str: string

      The parsed representation of the string. i.e. Delimiters and escaping have been removed.

    • Optional pos: number

      The zero-based start position of the original text.

    • Optional end: number

      The zero-based end position of the original text.

    Returns JsString

Properties

end?: number
name: string
pos?: number
str: string

The parsed representation of the string. i.e. Delimiters and escaping have been removed.

type: "string" = "string"

Accessors

Methods