Skip to content

Commit

Permalink
build: removed unnessasery ts internal types
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 1, 2021
1 parent 370b8c9 commit d6e98f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions packages/eslint-plugin/typings/typescript.d.ts
Expand Up @@ -18,10 +18,6 @@ declare module 'typescript' {
* - `readonly [foo]`
*/
isTupleType(type: Type): type is TupleTypeReference;
/**
* Return the type of the given property in the given type, or undefined if no such property exists
*/
getTypeOfPropertyOfType(type: Type, propertyName: string): Type | undefined;
}

interface Type {
Expand Down
7 changes: 0 additions & 7 deletions packages/experimental-utils/typings/typescript.d.ts
Expand Up @@ -23,11 +23,4 @@ declare module 'typescript' {
*/
getTypeOfPropertyOfType(type: Type, propertyName: string): Type | undefined;
}

interface Type {
/**
* If the type is `any`, and this is set to "error", then TS was unable to resolve the type
*/
intrinsicName?: string;
}
}

0 comments on commit d6e98f1

Please sign in to comment.