-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1695 from keymanapp/auto/developer-help-18.0.138-…
…alpha/TC-18.0.138 auto: Keyman for developer help deployment
- Loading branch information
Showing
127 changed files
with
3,839 additions
and
7 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
13 changes: 13 additions & 0 deletions
13
developer/18.0/reference/api/kmc-copy.copieroptions.dryrun.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [CopierOptions](./kmc-copy.copieroptions.md) > [dryRun](./kmc-copy.copieroptions.dryrun.md) | ||
|
||
## CopierOptions.dryRun property | ||
|
||
dryRun: show what would happen | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
dryRun: boolean; | ||
``` |
13 changes: 13 additions & 0 deletions
13
developer/18.0/reference/api/kmc-copy.copieroptions.loglevel.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [CopierOptions](./kmc-copy.copieroptions.md) > [logLevel](./kmc-copy.copieroptions.loglevel.md) | ||
|
||
## CopierOptions.logLevel property | ||
|
||
Reporting level to console, used by NodeCompilerCallbacks (not used in compiler modules; all messages are still reported to the internal log) | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
logLevel?: CompilerLogLevel; | ||
``` |
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,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [CopierOptions](./kmc-copy.copieroptions.md) | ||
|
||
## CopierOptions interface | ||
|
||
Options for the Keyman Developer project copier | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface CopierOptions | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [dryRun](./kmc-copy.copieroptions.dryrun.md) | | boolean | dryRun: show what would happen | | ||
| [logLevel?](./kmc-copy.copieroptions.loglevel.md) | | CompilerLogLevel | _(Optional)_ Reporting level to console, used by NodeCompilerCallbacks (not used in compiler modules; all messages are still reported to the internal log) | | ||
| [outPath](./kmc-copy.copieroptions.outpath.md) | | string | output path where project folder will be created | | ||
|
13 changes: 13 additions & 0 deletions
13
developer/18.0/reference/api/kmc-copy.copieroptions.outpath.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [CopierOptions](./kmc-copy.copieroptions.md) > [outPath](./kmc-copy.copieroptions.outpath.md) | ||
|
||
## CopierOptions.outPath property | ||
|
||
output path where project folder will be created | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
outPath: string; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.asynccallbacks.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [asyncCallbacks](./kmc-copy.keymanprojectcopier.asynccallbacks.md) | ||
|
||
## KeymanProjectCopier.asyncCallbacks property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
asyncCallbacks: CopierAsyncCallbacks; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.callbacks.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [callbacks](./kmc-copy.keymanprojectcopier.callbacks.md) | ||
|
||
## KeymanProjectCopier.callbacks property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
callbacks: CompilerCallbacks; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.cloudsource.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [cloudSource](./kmc-copy.keymanprojectcopier.cloudsource.md) | ||
|
||
## KeymanProjectCopier.cloudSource property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
cloudSource: KeymanCloudSource; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.githubref.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [githubRef](./kmc-copy.keymanprojectcopier.githubref.md) | ||
|
||
## KeymanProjectCopier.githubRef property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
githubRef: GitHubRef; | ||
``` |
23 changes: 23 additions & 0 deletions
23
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.init.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) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [init](./kmc-copy.keymanprojectcopier.init.md) | ||
|
||
## KeymanProjectCopier.init() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
init(callbacks: CompilerCallbacks, options: CopierOptions): Promise<boolean>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| callbacks | CompilerCallbacks | | | ||
| options | [CopierOptions](./kmc-copy.copieroptions.md) | | | ||
|
||
**Returns:** | ||
|
||
Promise<boolean> | ||
|
15 changes: 15 additions & 0 deletions
15
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.islocalorigin.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,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [isLocalOrigin](./kmc-copy.keymanprojectcopier.islocalorigin.md) | ||
|
||
## KeymanProjectCopier.isLocalOrigin() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isLocalOrigin(): boolean; | ||
``` | ||
**Returns:** | ||
|
||
boolean | ||
|
36 changes: 36 additions & 0 deletions
36
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.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,36 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) | ||
|
||
## KeymanProjectCopier class | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare class KeymanProjectCopier implements KeymanCompiler | ||
``` | ||
**Implements:** KeymanCompiler | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [asyncCallbacks](./kmc-copy.keymanprojectcopier.asynccallbacks.md) | | CopierAsyncCallbacks | | | ||
| [callbacks](./kmc-copy.keymanprojectcopier.callbacks.md) | | CompilerCallbacks | | | ||
| [cloudSource](./kmc-copy.keymanprojectcopier.cloudsource.md) | | KeymanCloudSource | | | ||
| [githubRef](./kmc-copy.keymanprojectcopier.githubref.md) | | GitHubRef | | | ||
| [options](./kmc-copy.keymanprojectcopier.options.md) | | [CopierOptions](./kmc-copy.copieroptions.md) | | | ||
| [outPath](./kmc-copy.keymanprojectcopier.outpath.md) | | string | | | ||
| [outputId](./kmc-copy.keymanprojectcopier.outputid.md) | | string | | | ||
| [relocateExternalFiles](./kmc-copy.keymanprojectcopier.relocateexternalfiles.md) | | boolean | | | ||
| [sourceId](./kmc-copy.keymanprojectcopier.sourceid.md) | | string | | | ||
## Methods | ||
| Method | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [init(callbacks, options)](./kmc-copy.keymanprojectcopier.init.md) | | | | ||
| [isLocalOrigin()](./kmc-copy.keymanprojectcopier.islocalorigin.md) | | | | ||
| [run(source)](./kmc-copy.keymanprojectcopier.run.md) | | Copy a Keyman project. Returns an object containing binary artifacts on success. The files are passed in by name, and the compiler will use callbacks as passed to the [KeymanProjectCopier.init()](./kmc-copy.keymanprojectcopier.init.md) function to read any input files by disk. | | ||
| [write(artifacts)](./kmc-copy.keymanprojectcopier.write.md) | | Write artifacts from a successful compile to disk, via callbacks methods. The artifacts written will include all files from the project, across multiple folders. Folders will be created as needed | | ||
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.options.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [options](./kmc-copy.keymanprojectcopier.options.md) | ||
|
||
## KeymanProjectCopier.options property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
options: CopierOptions; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.outpath.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [outPath](./kmc-copy.keymanprojectcopier.outpath.md) | ||
|
||
## KeymanProjectCopier.outPath property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
outPath: string; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.outputid.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [outputId](./kmc-copy.keymanprojectcopier.outputid.md) | ||
|
||
## KeymanProjectCopier.outputId property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
outputId: string; | ||
``` |
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.relocateexternalfiles.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [relocateExternalFiles](./kmc-copy.keymanprojectcopier.relocateexternalfiles.md) | ||
|
||
## KeymanProjectCopier.relocateExternalFiles property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
relocateExternalFiles: boolean; | ||
``` |
26 changes: 26 additions & 0 deletions
26
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.run.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,26 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [run](./kmc-copy.keymanprojectcopier.run.md) | ||
|
||
## KeymanProjectCopier.run() method | ||
|
||
Copy a Keyman project. Returns an object containing binary artifacts on success. The files are passed in by name, and the compiler will use callbacks as passed to the [KeymanProjectCopier.init()](./kmc-copy.keymanprojectcopier.init.md) function to read any input files by disk. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
run(source: string): Promise<CopierResult>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| source | string | Source file or folder to copy. Can be a local file or folder, github:repo\[:path\], or cloud:id | | ||
|
||
**Returns:** | ||
|
||
Promise<CopierResult> | ||
|
||
Binary artifacts on success, null on failure. | ||
|
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.sourceid.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [sourceId](./kmc-copy.keymanprojectcopier.sourceid.md) | ||
|
||
## KeymanProjectCopier.sourceId property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
sourceId: string; | ||
``` |
26 changes: 26 additions & 0 deletions
26
developer/18.0/reference/api/kmc-copy.keymanprojectcopier.write.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,26 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) > [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) > [write](./kmc-copy.keymanprojectcopier.write.md) | ||
|
||
## KeymanProjectCopier.write() method | ||
|
||
Write artifacts from a successful compile to disk, via callbacks methods. The artifacts written will include all files from the project, across multiple folders. Folders will be created as needed | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
write(artifacts: CopierArtifacts): Promise<boolean>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| artifacts | CopierArtifacts | object containing artifact binary data to write out | | ||
|
||
**Returns:** | ||
|
||
Promise<boolean> | ||
|
||
true on success | ||
|
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,18 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-copy](./kmc-copy.md) | ||
|
||
## kmc-copy package | ||
|
||
## Classes | ||
|
||
| Class | Description | | ||
| --- | --- | | ||
| [KeymanProjectCopier](./kmc-copy.keymanprojectcopier.md) | | | ||
|
||
## Interfaces | ||
|
||
| Interface | Description | | ||
| --- | --- | | ||
| [CopierOptions](./kmc-copy.copieroptions.md) | Options for the Keyman Developer project copier | | ||
|
11 changes: 11 additions & 0 deletions
11
developer/18.0/reference/api/kmc-generate.abstractgenerator.callbacks.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-generate](./kmc-generate.md) > [AbstractGenerator](./kmc-generate.abstractgenerator.md) > [callbacks](./kmc-generate.abstractgenerator.callbacks.md) | ||
|
||
## AbstractGenerator.callbacks property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
protected get callbacks(): CompilerCallbacks; | ||
``` |
18 changes: 18 additions & 0 deletions
18
developer/18.0/reference/api/kmc-generate.abstractgenerator.defaultartifacts.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,18 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-generate](./kmc-generate.md) > [AbstractGenerator](./kmc-generate.abstractgenerator.md) > [defaultArtifacts](./kmc-generate.abstractgenerator.defaultartifacts.md) | ||
|
||
## AbstractGenerator.defaultArtifacts() method | ||
|
||
Fills in the artifact outputPath used by all generators | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
protected defaultArtifacts(): GeneratorArtifacts; | ||
``` | ||
**Returns:** | ||
|
||
GeneratorArtifacts | ||
|
||
|
15 changes: 15 additions & 0 deletions
15
developer/18.0/reference/api/kmc-generate.abstractgenerator.filenamemap.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,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@keymanapp/kmc-generate](./kmc-generate.md) > [AbstractGenerator](./kmc-generate.abstractgenerator.md) > [filenameMap](./kmc-generate.abstractgenerator.filenamemap.md) | ||
|
||
## AbstractGenerator.filenameMap property | ||
|
||
map of all files to be transformed, filled by this class and subclasses | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
protected get filenameMap(): { | ||
[index: string]: string; | ||
}; | ||
``` |
Oops, something went wrong.