Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/chromium/5899
/
.
/
node_modules
/
comment-parser
/
es6
/
primitives.js
blob: 4a503527cd871e6c6c0010ae3502317969e35fa9 [
file
] [
edit
]
/** @deprecated */
export
var
Markers
;
(
function
(
Markers
)
{
Markers
[
"start"
]
=
"/**"
;
Markers
[
"nostart"
]
=
"/***"
;
Markers
[
"delim"
]
=
"*"
;
Markers
[
"end"
]
=
"*/"
;
})(
Markers
||
(
Markers
=
{}));