jsii-rosetta
Version:
[](https://cdk.dev) [.
*
* @default - Only the default tablet (`.jsii.tabl.json`) files will be used.
*/
readonly tablet?: string;
/**
* A directory to output translated assemblies to
*
* @default - assembly location
*/
readonly outdir?: string;
/**
* Whether or not to live-convert samples
*
* @default UnknownSnippetMode.FAIL
*/
readonly unknownSnippets?: UnknownSnippetMode;
}
/**
* Prepares transliterated versions of the designated assemblies into the
* selected target languages.
*
* @param assemblyLocations the directories which contain assemblies to
* transliterate.
* @param targetLanguages the languages into which to transliterate.
* @param tabletLocation an optional Rosetta tablet file to source
* pre-transliterated snippets from.
*
* @experimental
*/
export declare function transliterateAssembly(assemblyLocations: readonly string[], targetLanguages: readonly TargetLanguage[], options?: TransliterateAssemblyOptions): Promise<void>;
//# sourceMappingURL=transliterate.d.ts.map