denoland / deno_doc

Documentation generator for Deno
MIT License
253 stars 54 forks source link

feat: support expando properties #575

Closed dsherret closed 4 months ago

dsherret commented 4 months ago

Supports documenting properties like:

export function test() {
}

test.skip = () => {};