@ts-morph/common
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -123,3 +123,3 @@ import * as ts from "./typescript"; | ||
/** @inheritdoc */ | ||
compareTo(a: string, b: string): 1 | -1 | 0; | ||
compareTo(a: string, b: string): 0 | 1 | -1; | ||
} | ||
@@ -285,3 +285,3 @@ | ||
*/ | ||
export declare type ResolutionHostFactory = (moduleResolutionHost: ts.ModuleResolutionHost, getCompilerOptions: () => ts.CompilerOptions) => ResolutionHost; | ||
export type ResolutionHostFactory = (moduleResolutionHost: ts.ModuleResolutionHost, getCompilerOptions: () => ts.CompilerOptions) => ResolutionHost; | ||
@@ -754,3 +754,3 @@ /** Collection of reusable resolution hosts. */ | ||
/** Nominal type to denote a file path that has been standardized. */ | ||
export declare type StandardizedFilePath = string & { | ||
export type StandardizedFilePath = string & { | ||
_standardizedFilePathBrand: undefined; | ||
@@ -1041,3 +1041,3 @@ }; | ||
*/ | ||
export declare type EventContainerSubscription<EventArgType> = (arg: EventArgType) => void; | ||
export type EventContainerSubscription<EventArgType> = (arg: EventArgType) => void; | ||
@@ -1044,0 +1044,0 @@ /** |
{ | ||
"name": "@ts-morph/common", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "Common functionality for ts-morph packages.", | ||
@@ -37,6 +37,6 @@ "main": "dist/ts-morph-common.js", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.3.0", | ||
"rollup": "=2.78.1", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "4.9.3" | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
12461968
16603