mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
type event callback correctly
This commit is contained in:
@@ -272,7 +272,7 @@ namespace ts.server {
|
||||
readonly typingSafeListLocation: string,
|
||||
readonly typesMapLocation: string,
|
||||
private readonly npmLocation: string | undefined,
|
||||
private event: Event) {
|
||||
private event: Event | undefined) {
|
||||
}
|
||||
|
||||
isKnownTypesPackageName(name: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user