hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

No support for: ? #130

Open VictorPubh opened 1 year ago

VictorPubh commented 1 year ago

I don't remember the name of this feature well, but I'm having problems when trying to run tests in my .brs thanks to the use of: ?

Example: myObject?.hasError

It ends up displaying several error messages and warnings about this, in addition to complaining when calling the feature flag:

Example: #if myFeatureFlag

Which is defined in the manifest only at Brightscript compile time.

Does anyone have any idea how to resolve?