KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TaggedTemplateExpression
Interface TaggedTemplateExpression
interface
TaggedTemplateExpression
{
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
quasi
:
TemplateLiteral
;
range
?:
[
number
,
number
]
;
tag
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"TaggedTemplateExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
TaggedTemplateExpression
Index
Properties
leading
Comments?
loc?
quasi
range?
tag
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
quasi
quasi
:
TemplateLiteral
Optional
range
range
?:
[
number
,
number
]
tag
tag
:
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"TaggedTemplateExpression"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
loc
quasi
range
tag
trailing
Comments
type
Github
KC's Workspace
Loading...