-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#89, rewrite Class*Question interfaces
- Loading branch information
Showing
17 changed files
with
158 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
docs/api/ts-morph-structures.classasyncmethodquestion.isasync.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [ts-morph-structures](./ts-morph-structures.md) > [ClassAsyncMethodQuestion](./ts-morph-structures.classasyncmethodquestion.md) > [isAsync](./ts-morph-structures.classasyncmethodquestion.isasync.md) | ||
|
||
## ClassAsyncMethodQuestion.isAsync() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isAsync(isStatic: boolean, methodName: string): boolean; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| isStatic | boolean | | | ||
| methodName | string | | | ||
|
||
**Returns:** | ||
|
||
boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
docs/api/ts-morph-structures.classgeneratormethodquestion.isgenerator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [ts-morph-structures](./ts-morph-structures.md) > [ClassGeneratorMethodQuestion](./ts-morph-structures.classgeneratormethodquestion.md) > [isGenerator](./ts-morph-structures.classgeneratormethodquestion.isgenerator.md) | ||
|
||
## ClassGeneratorMethodQuestion.isGenerator() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isGenerator(isStatic: boolean, methodName: string): boolean; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| isStatic | boolean | | | ||
| methodName | string | | | ||
|
||
**Returns:** | ||
|
||
boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
docs/api/ts-morph-structures.classscopememberquestion.getscope.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [ts-morph-structures](./ts-morph-structures.md) > [ClassScopeMemberQuestion](./ts-morph-structures.classscopememberquestion.md) > [getScope](./ts-morph-structures.classscopememberquestion.getscope.md) | ||
|
||
## ClassScopeMemberQuestion.getScope() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
getScope( | ||
isStatic: boolean, | ||
kind: ClassMemberImpl["kind"], | ||
memberName: string, | ||
): Scope | undefined; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| isStatic | boolean | | | ||
| kind | [ClassMemberImpl](./ts-morph-structures.classmemberimpl.md)<!-- -->\["kind"\] | | | ||
| memberName | string | | | ||
|
||
**Returns:** | ||
|
||
Scope \| undefined | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.