Files
codeql/javascript/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
2024-09-03 22:06:07 +02:00

899 B

category
category
breaking
  • Deleted the deprecated isHTMLElement and getDOMName predicates from the JSX library, use isHtmlElement and getDomName respectively instead.
  • Deleted the deprecated getPackageJSON predicate from the SourceMappingComment class, use SourceMappingComment instead.
  • Deleted many deprecated directives from the Stmt.qll file, use the Directive:: module instead.
  • Deleted the deprecated YAMLNode, YAMLValue, and YAMLScalar classes from the YAML libraries, use YamlNode, YamlValue, and YamlScalar respectively instead.
  • Deleted the deprecated getARouteHandlerExpr predicate from Connect.qll, use getARouteHandlerNode instead.
  • Deleted the deprecated getGWTVersion predicate from GWT.qll, use getGwtVersion instead.
  • Deleted the deprecated getOwnOptionsObject predicate from Vue.qll, use getOwnOptions().getASink() instead.