-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR! lbt:analyzer:JSModuleAnalyzer Unhandled AST node type ChainExpression Node
#575
Comments
Please read SAP/ui5-builder#615 (comment) for an explanation why we plan to fix this only with the next major version of the tooling. |
Thanks a lot for the reference. |
Closing as duplicate. There is a roadmap for 3.0 but no timeline. Subscribe to #506 to get updates |
Actually let's keep this issue open as reference for this requirement. |
For others comming here in search for a solution: It seems like the build process currently does not support optional chaining (AKA null conditional operator):
Try to replace the ?. operator, i.e. like so:
|
...or use ui5-tooling 3.0 ;-) |
Closing as resolved with v3.0.0 |
Great news! To migrate: Details see: |
I'm running the UI5 Tolling process via
npx
:In the console I get the following multiple errors:
Context
2.14.0
(the latest version available vianpx
)17.0.1
/18.0.0
8.1.1
Windows 10
Notes
There was no such error on 2.13.0
The text was updated successfully, but these errors were encountered: