Name

object Name
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Name.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def backtickWrap(s: String): String

Custom implementation of ID parsing, instead of using the ScalaParse version. This lets us avoid loading FastParse and ScalaParse entirely if we're running a cached script, which shaves off 200-300ms of startup time.

Custom implementation of ID parsing, instead of using the ScalaParse version. This lets us avoid loading FastParse and ScalaParse entirely if we're running a cached script, which shaves off 200-300ms of startup time.

Concrete fields

val alphaKeywords: Set[String]
val blockCommentStart: String
val lineCommentStart: String
val symbolKeywords: Set[String]