(name: string, options?: object)
| 10 | } from "../internal" |
| 11 | |
| 12 | export function createComputedAnnotation(name: string, options?: object): Annotation { |
| 13 | return { |
| 14 | annotationType_: name, |
| 15 | options_: options, |
| 16 | make_, |
| 17 | extend_, |
| 18 | decorate_20223_ |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | function make_( |
| 23 | this: Annotation, |
no outgoing calls
no test coverage detected
searching dependent graphs…