mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
899 B
899 B
category
| category |
|---|
| breaking |
- Deleted the deprecated
isHTMLElementandgetDOMNamepredicates from the JSX library, useisHtmlElementandgetDomNamerespectively instead. - Deleted the deprecated
getPackageJSONpredicate from theSourceMappingCommentclass, useSourceMappingCommentinstead. - Deleted many deprecated directives from the
Stmt.qllfile, use theDirective::module instead. - Deleted the deprecated
YAMLNode,YAMLValue, andYAMLScalarclasses from the YAML libraries, useYamlNode,YamlValue, andYamlScalarrespectively instead. - Deleted the deprecated
getARouteHandlerExprpredicate fromConnect.qll, usegetARouteHandlerNodeinstead. - Deleted the deprecated
getGWTVersionpredicate fromGWT.qll, usegetGwtVersioninstead. - Deleted the deprecated
getOwnOptionsObjectpredicate fromVue.qll, usegetOwnOptions().getASink()instead.