(this: Any, context: Context.Context<I>)
| 1066 | return clone(this, { annotations: Context.add(this.annotations, tag, value) }) |
| 1067 | }, |
| 1068 | annotateMerge<I>(this: Any, context: Context.Context<I>) { |
| 1069 | return clone(this, { annotations: Context.merge(this.annotations, context) }) |
| 1070 | } |
| 1071 | } |
| 1072 | |
| 1073 | const ProviderDefinedProto = { |