Skip to content

Commit

Permalink
#87, roll back to API Documenter version 7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvincent committed Mar 22, 2024
1 parent 3a93c1c commit bef3d12
Show file tree
Hide file tree
Showing 321 changed files with 2,248 additions and 29,182 deletions.
23 changes: 3 additions & 20 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,7 @@

## Packages

<table><thead><tr><th>
| Package | Description |
| --- | --- |
| [ts-morph-structures](./ts-morph-structures.md) | |

Package


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[ts-morph-structures](./ts-morph-structures.md)


</td><td>


</td></tr>
</tbody></table>
41 changes: 3 additions & 38 deletions docs/api/ts-morph-structures.abstractablenodestructureclassifc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,7 @@ export interface AbstractableNodeStructureClassIfc

## Properties

<table><thead><tr><th>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [isAbstract](./ts-morph-structures.abstractablenodestructureclassifc.isabstract.md) | | boolean | |

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[isAbstract](./ts-morph-structures.abstractablenodestructureclassifc.isabstract.md)


</td><td>


</td><td>

boolean


</td><td>


</td></tr>
</tbody></table>
103 changes: 6 additions & 97 deletions docs/api/ts-morph-structures.addexportcontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,101 +14,10 @@ export interface AddExportContext

## Properties

<table><thead><tr><th>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [exportNames](./ts-morph-structures.addexportcontext.exportnames.md) | | readonly string\[\] | The names to add to the import. Pass an empty array for "\*". |
| [isDefaultExport](./ts-morph-structures.addexportcontext.isdefaultexport.md) | | boolean | True if the import is the default. exportNames will then be the default export name. |
| [isType](./ts-morph-structures.addexportcontext.istype.md) | | boolean | True if the export names are types only. |
| [pathToExportedModule](./ts-morph-structures.addexportcontext.pathtoexportedmodule.md) | | string | This could be an absolute path, or a package import like "ts-morph-structures". |

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[exportNames](./ts-morph-structures.addexportcontext.exportnames.md)


</td><td>


</td><td>

readonly string\[\]


</td><td>

The names to add to the import. Pass an empty array for "\*".


</td></tr>
<tr><td>

[isDefaultExport](./ts-morph-structures.addexportcontext.isdefaultexport.md)


</td><td>


</td><td>

boolean


</td><td>

True if the import is the default. exportNames will then be the default export name.


</td></tr>
<tr><td>

[isType](./ts-morph-structures.addexportcontext.istype.md)


</td><td>


</td><td>

boolean


</td><td>

True if the export names are types only.


</td></tr>
<tr><td>

[pathToExportedModule](./ts-morph-structures.addexportcontext.pathtoexportedmodule.md)


</td><td>


</td><td>

string


</td><td>

This could be an absolute path, or a package import like "ts-morph-structures".


</td></tr>
</tbody></table>
123 changes: 7 additions & 116 deletions docs/api/ts-morph-structures.addimportcontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,120 +14,11 @@ export interface AddImportContext

## Properties

<table><thead><tr><th>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [importNames](./ts-morph-structures.addimportcontext.importnames.md) | | readonly string\[\] | The names to add to the import. Pass an empty array for "\*". |
| [isDefaultImport](./ts-morph-structures.addimportcontext.isdefaultimport.md) | | boolean | True if the import is the default. importNames will then be the default import. |
| [isPackageImport](./ts-morph-structures.addimportcontext.ispackageimport.md) | | boolean | True if <code>this.pathToImportedModule</code> represents a package import. False if the imported module path should be relative to the manager's absolute path in generated code. |
| [isTypeOnly](./ts-morph-structures.addimportcontext.istypeonly.md) | | boolean | True if the import names are types only. |
| [pathToImportedModule](./ts-morph-structures.addimportcontext.pathtoimportedmodule.md) | | string | This could be an absolute path, or a package import like "ts-morph-structures". |

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[importNames](./ts-morph-structures.addimportcontext.importnames.md)


</td><td>


</td><td>

readonly string\[\]


</td><td>

The names to add to the import. Pass an empty array for "\*".


</td></tr>
<tr><td>

[isDefaultImport](./ts-morph-structures.addimportcontext.isdefaultimport.md)


</td><td>


</td><td>

boolean


</td><td>

True if the import is the default. importNames will then be the default import.


</td></tr>
<tr><td>

[isPackageImport](./ts-morph-structures.addimportcontext.ispackageimport.md)


</td><td>


</td><td>

boolean


</td><td>

True if `this.pathToImportedModule` represents a package import. False if the imported module path should be relative to the manager's absolute path in generated code.


</td></tr>
<tr><td>

[isTypeOnly](./ts-morph-structures.addimportcontext.istypeonly.md)


</td><td>


</td><td>

boolean


</td><td>

True if the import names are types only.


</td></tr>
<tr><td>

[pathToImportedModule](./ts-morph-structures.addimportcontext.pathtoimportedmodule.md)


</td><td>


</td><td>

string


</td><td>

This could be an absolute path, or a package import like "ts-morph-structures".


</td></tr>
</tbody></table>
41 changes: 3 additions & 38 deletions docs/api/ts-morph-structures.ambientablenodestructureclassifc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,7 @@ export interface AmbientableNodeStructureClassIfc

## Properties

<table><thead><tr><th>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [hasDeclareKeyword](./ts-morph-structures.ambientablenodestructureclassifc.hasdeclarekeyword.md) | | boolean | |

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[hasDeclareKeyword](./ts-morph-structures.ambientablenodestructureclassifc.hasdeclarekeyword.md)


</td><td>


</td><td>

boolean


</td><td>


</td></tr>
</tbody></table>
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,7 @@ constructor(objectType: TypeStructures);

## Parameters

<table><thead><tr><th>
| Parameter | Type | Description |
| --- | --- | --- |
| objectType | [TypeStructures](./ts-morph-structures.typestructures.md) | |

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

objectType


</td><td>

[TypeStructures](./ts-morph-structures.typestructures.md)


</td><td>


</td></tr>
</tbody></table>
Loading

0 comments on commit bef3d12

Please sign in to comment.