ace-linters 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -608,6 +608,9 @@ export interface BaseConfig {
608
608
  initializationOptions?: ServiceOptions;
609
609
  options?: ServiceOptions;
610
610
  serviceInstance?: LanguageService;
611
+ /**
612
+ * language modes separated with |; * means all available languages
613
+ */
611
614
  modes: string;
612
615
  className?: string;
613
616
  features?: ServiceFeatures;
@@ -896,8 +899,6 @@ declare class LanguageProvider {
896
899
  $unregisterEditor(editor: Ace.Editor, cleanupSession?: boolean): void;
897
900
  private $provideCodeActions;
898
901
  private $initHoverTooltip;
899
- private createHoverNode;
900
- private createErrorNode;
901
902
  private setStyles;
902
903
  /**
903
904
  * Configures global options that apply to all documents handled by the specified language service.