Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Mar 16:52
· 10 commits to main since this release
d84aa4a

Minor Changes

  • c60fada: Constructor and Parameter Type Heuristic for Instance Call Resolution

    Resolve method calls on instances (svc.create() -> UserService.create) using pure ESTree analysis. No new runtime dependencies.