Skip to content

Commit

Permalink
chore: clean up unnecessary internal markers
Browse files Browse the repository at this point in the history
  • Loading branch information
zajrik committed Feb 23, 2021
1 parent 3f19c1a commit 92d4736
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/CommandCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class CommandCache
CommandCache._staticInstance = this;
}

/** @internal */
private static get _instance(): CommandCache
{
return CommandCache._staticInstance ?? new CommandCache();
Expand Down
1 change: 0 additions & 1 deletion src/RuleCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class RuleCache
RuleCache._staticInstance = this;
}

/** @internal */
private static get _instance(): RuleCache
{
return RuleCache._staticInstance ?? new RuleCache();
Expand Down
1 change: 0 additions & 1 deletion src/resolve/ResolverCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class ResolverCache
ResolverCache._staticInstance = this;
}

/** @internal */
private static get _instance(): ResolverCache
{
return ResolverCache._staticInstance ?? new ResolverCache();
Expand Down

0 comments on commit 92d4736

Please sign in to comment.