@ -28,7 +28,7 @@ class ContextView {
this._view = null
this._nodes = null
this._current = null
this.sourceMappingDecoder = new SourceMappingDecoder()
this.sourceMappingDecoder = SourceMappingDecoder
this.previousElement = null
this.contextualListener.event.register('contextChanged', nodes => {
this.show()
@ -39,7 +39,7 @@ class ContextualListener extends Plugin {
this._activeHighlights = []
this.editor.event.register('contentChanged', () => { this._stopHighlighting() })
this.astWalker = new AstWalker()
}
@ -14,7 +14,7 @@ export class OffsetToLineColumnConverter extends Plugin {
constructor () {
super(profile)
this.lineBreakPositionsByContent = {}
/**