Skip to content

Commit 67e8d36

Browse files
chore(jsii-rosetta): export GoVisitor from index (#3579)
Exports the `GoVisitor` class to allow Go doc generation programatically. Fixes: #3552 --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent 47dfd82 commit 67e8d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jsii-rosetta/lib/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export { TargetLanguage } from './languages/target-language';
44
export { CSharpVisitor } from './languages/csharp';
55
export { JavaVisitor } from './languages/java';
66
export { PythonVisitor } from './languages/python';
7+
export { GoVisitor } from './languages/go';
78
export * from './tablets/tablets';
89
export * from './rosetta-reader';
910
export * from './rosetta-translator';

0 commit comments

Comments
 (0)