UNPKG
burp-brightscript
Version:
latest (0.4.2)
next (0.3.1)
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
lightweight processor for roku brightscript projects
burp-brightscript
/
dist
/
lib
/
MacroValue.d.ts
9 lines
(8 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
MacroValue
{
FullPath
=
"#FullPath#"
,
LineNumber
=
"#LineNumber#"
,
FileName
=
"#FileName#"
,
FunctionName
=
"#FunctionName#"
,
CommentLine
=
"#CommentLine#"
,
SourceLocation
=
"source_location"
}