brighterscript
Advanced tools
Changelog
0.13.1 - 2020-08-14
rootDir
does not exist in the file system${stagingFolder}/manifest
does not exist in the file systemChangelog
0.12.1 - 2020-07-15
stagingFolderPath
from rokudeploy.json
or bsconfig.json
that would crash the language serverChangelog
0.12.0 - 2020-07-09
diagnosticLevel
option to limit/control the noise in the console diagnosticscommand-line-args
in favor of yargs
for CLI supportinfo
and hint
diagnostics from the CLI by default.Changelog
0.11.2 - 2020-07-09
onDidChangeWatchedFiles
to increase performance by reducing the number of times a file is parsed and validated.info
logging that wasn't showing the proper parse times for files on first run.Changelog
0.11.1 - 2020-07-07
bsconfig.json
files with comments in them.Changelog
0.11.0 - 2020-07-06
SOURCE_FILE_PATH
, SOURCE_LINE_NUM
, FUNCTION_NAME
, and more. (#13)sourceRoot
config option to fix sourcemap paths for projects that use a temporary staging folder before calling the BrighterScript compiler. (#134)hint
s for the same script imported for parent and child. (#113)