Skip to content

Commit

Permalink
Add bind
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Nov 20, 2024
1 parent 5a8d208 commit 39710bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import type { CustomScopeType, ScopeHandler } from "./scopeHandler.types";
export class ScopeHandlerFactoryImpl implements ScopeHandlerFactory {
constructor(private languageDefinitions: LanguageDefinitions) {
this.tryCreate = this.tryCreate.bind(this);
this.create = this.create.bind(this);
}

tryCreate(
Expand Down

0 comments on commit 39710bd

Please sign in to comment.