4.0.0-beta.2
Pre-release
Pre-release
The second beta on the way to the 4.0 release. It fixes a lot of issues we encountered in beta.1. Mainly:
- Adds
StatementHolder interface
and ability to model statements in structure declarations (#468) - Added
HasInitializer
interface for fields and variable declarations (#460) - Getting rid of
definedBefore
inCallResolver
(#458) - Fixed EOG handling in function declaration statements (#456)
- Fixed NPE in PropertyEdgeConverterManager (#454)
There will be at least one more beta, since we are still considered TypeScript support (#462) for 4.0 and maybe AST property edges (#424)