@ts-morph/common
Advanced tools
Comparing version 0.16.0 to 0.17.0
@@ -1006,3 +1006,3 @@ import * as ts from "./typescript"; | ||
static isReadonlyArray<T>(a: unknown): a is ReadonlyArray<T>; | ||
static isNullOrEmpty<T>(a: (ReadonlyArray<T> | undefined)): a is undefined; | ||
static isNullOrEmpty<T>(a: ReadonlyArray<T> | undefined): a is undefined; | ||
static getUniqueItems<T>(a: ReadonlyArray<T>): T[]; | ||
@@ -1065,5 +1065,2 @@ static removeFirst<T>(a: T[], item: T): boolean; | ||
static clone<T>(obj: T): T; | ||
static assign<T, U>(a: T, b: U): T & U; | ||
static assign<T, U, V>(a: T, b: U, c: V): T & U & V; | ||
private static es5Assign; | ||
} | ||
@@ -1070,0 +1067,0 @@ |
{ | ||
"name": "@ts-morph/common", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Common functionality for ts-morph packages.", | ||
@@ -28,6 +28,6 @@ "main": "dist/ts-morph-common.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.1", | ||
"@types/chai": "^4.3.3", | ||
"@types/mkdirp": "^1.0.2", | ||
"@types/mocha": "^9.1.1", | ||
"@types/minimatch": "^3.0.5", | ||
"@types/minimatch": "^5.1.0", | ||
"@types/node": "^16.11.7", | ||
@@ -38,6 +38,6 @@ "chai": "^4.3.6", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.75.5", | ||
"rollup-plugin-typescript2": "^0.32.0", | ||
"ts-node": "^10.8.1", | ||
"typescript": "4.7.3" | ||
"rollup": "^2.78.1", | ||
"rollup-plugin-typescript2": "^0.33.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "4.8.2" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12310061
16454