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