cdklabs / jsii-docgen

Generates reference documentation for jsii modules
Apache License 2.0
50 stars 11 forks source link

Missing imports in code snippets #428

Open Chriscbr opened 3 years ago

Chriscbr commented 3 years ago

Many of the code snippets refer to multiple types, but only generate a single import statement. This applies to all languages.

Example from cdk8s docs:

import { ApiObject } from 'cdk8s'

new ApiObject(scope: Construct, id: string, props: ApiObjectProps)

should include imports to Construct and ApiObjectProps.

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

github-actions[bot] commented 2 years ago

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.