mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
974 B
974 B
2.0.0
Breaking Changes
- 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.
Major Analysis Improvements
- Added support for TypeScript 5.6.