estree v2.7.0 ESTree.TaggedTemplateExpression View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.TaggedTemplateExpression{
  loc: ESTree.SourceLocation.t() | nil,
  quasi: ESTree.TemplateLiteral.t(),
  tag: ESTree.Expression.t(),
  type: binary()
}