Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor: add namespace state
  • Loading branch information
alenakhineika committed Apr 14, 2023
commit d8ce9a4aea0204f127f149e0ebafe022c12e34b0
2 changes: 1 addition & 1 deletion src/language/visitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface NamespaceState {
}

export class Visitor {
_state: CompletionState | ExportToLanguageState | {};
_state: CompletionState | ExportToLanguageState | NamespaceState | {};
_selection: VisitorSelection;

constructor() {
Expand Down