brighterscript
Advanced tools
Changelog
0.16.9 - 2020-10-18
getFileByPkgPath
import type
many places, which reduces the number of files imported at runtimeChangelog
0.16.1 - 2020-10-03
isEscapedCharCodeLiteral
to isEscapedCharCodeLiteralExpression
to match other expression class namesFunctionParameter
to FunctionParameterExpression
to match other expression class namesAAMemberExpression
interface into an expression class.isBrsFile
and isXmlFile
to check for constructor file name rather than file extension.instanceof
. All internal BrighterScript logic now uses the is
functions from astutils/reflection
, and plugin authors should do the same.