You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who use BrighterScript programmatically, there's no clear way to transpile the entire project. ProgramBuilder has a createPackageIfEnabled() method, but that's really only used for the normal run flow.
So, create a transpile function that does all the heavy lifting, and call that from createPackageIfEnabled.
The text was updated successfully, but these errors were encountered:
For those who use BrighterScript programmatically, there's no clear way to transpile the entire project.
ProgramBuilder
has acreatePackageIfEnabled()
method, but that's really only used for the normalrun
flow.So, create a transpile function that does all the heavy lifting, and call that from
createPackageIfEnabled
.The text was updated successfully, but these errors were encountered: