brighterscript
Advanced tools
Changelog
0.23.0 - 2020-12-18
ElseIf
into an ElseIfStatement
ElseIf
token in favor of separate else
and if
tokensChangelog
0.21.0 - 2020-11-19
BrsType
objects leftover from the upstream brs
project. Things like ValueKind
, BrsType
, the Token.literal
property.BrsType
class to BscType
for more distinction from the now deleted from-upstream BrsType
.createToken
function in astUtils/creators.ts
to accept a range, or use a default negative range.BscType
objects for basic parser type tracking (this replaces ValueKind
and BrsType
from upstream brs
project).ForStatement
and FunctionStatement
,ValueKind
references in code have been replaced with an instance of a BscType
(which will be the backbone of future type tracking)ForStatement
to no longer include synthetic step 1
tokens when those were not included in the source file.BrsType
items from reflection.ts
.