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
When I try to analyze a js file with the class keyword, wala will report an error. I would like to ask whether wala has not yet supported the analysis of the class keyword
The text was updated successfully, but these errors were encountered:
WALA does not support class or nearly any JavaScript features beyond ES
5.1. For now, you will need to use a tool like Babel to translate this
code before analyzing it.
When I try to analyze a js file with the class keyword, wala will report an error. I would like to ask whether wala has not yet supported the analysis of the class keyword
The text was updated successfully, but these errors were encountered: