()
| 222 | } |
| 223 | |
| 224 | func (e *EffectPluginOptions) GetDebugEnabled() bool { |
| 225 | if e == nil { |
| 226 | return false |
| 227 | } |
| 228 | return e.Debug |
| 229 | } |
| 230 | |
| 231 | // GetIncludeSuggestionsInTsc returns whether suggestion diagnostics should appear in tsc output. |
| 232 | // Returns true (include suggestions) when the receiver is nil. |
no outgoing calls