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
The recent update of ECMA-262 with return types (tc39/ecma262@7575f74) is significant. It is related to the pull request (tc39/ecma262#2547). Please consider the update the version of ECMA-262 after the stable support of the previous versions of ECMA-262.
Now, the Extractor supports the extraction of type annotations for both parameters and returns. In addition, the TypeAnalyzer utilizes it for the type analysis on the mechanized specification extracted from ECMA-262.
The recent draft version of ECMA-262 supports return types as follows:
The text was updated successfully, but these errors were encountered: