@ui5/dts-generator
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.2.1](https://github.com/SAP/ui5-typescript/compare/v2.2.0...v2.2.1) (2021-04-22) | ||
### Bug Fixes | ||
- enable auto-complete for methods overriding ([#245](https://github.com/SAP/ui5-typescript/issues/245)) ([f5d9474](https://github.com/SAP/ui5-typescript/commit/f5d947489fcbc820cdb03a019f188c41413a5429)) | ||
# [2.2.0](https://github.com/SAP/ui5-typescript/compare/v2.1.0...v2.2.0) (2021-02-16) | ||
@@ -8,0 +14,0 @@ |
@@ -254,3 +254,3 @@ const _ = require("lodash"); | ||
kind: "SimpleType", | ||
type: `T & ThisType <T & ${fqn}>`, | ||
type: `T & Partial<${fqn}> & ThisType<T & ${fqn}>`, | ||
ignoreIssues: true, | ||
@@ -257,0 +257,0 @@ }; |
{ | ||
"name": "@ui5/dts-generator", | ||
"description": "Generates TypeScript Definitions from UI5 api.json files", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"license": "Apache-2.0", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
}, | ||
"gitHead": "6072acd9337f9ad75d80b627331c8e13c6b4af75" | ||
"gitHead": "62a4ca489f0a3e000b1ab4bb1e49d080421ba6c0" | ||
} |
88803