Files
codeql/javascript/ql/lib/change-notes/released/0.1.0.md
2022-04-21 14:49:00 +00:00

396 B

0.1.0

Bug Fixes

  • The following predicates on API::Node have been changed so as not to include the receiver. The receiver should now only be accessed via getReceiver().
    • getParameter(int i) previously included the receiver when i = -1
    • getAParameter() previously included the receiver
    • getLastParameter() previously included the receiver for calls with no arguments