rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
153 stars 47 forks source link

Added extra DiagnosticManager.register() overload #1185

Closed markwpearce closed 2 months ago

markwpearce commented 2 months ago

adds:

public register(diagnostics: Array<BsDiagnostic>, context?: DiagnosticContext);

useful for adding a bunch of diagnostics, all having the same context