We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b7dbb commit aa5c0d7Copy full SHA for aa5c0d7
1 file changed
src/utils/tag-matcher.ts
@@ -19,9 +19,6 @@ export class TagMatcher<Result = TagMatcherResult> {
19
pointer = 0
20
private readonly tagNames: string[]
21
private activeTagNames: string[] = []
22
- private inCode = false
23
- private codeFence = 0
24
- private tickRun = 0
25
private candidates: { name: string; index: number }[] = []
26
27
constructor(
0 commit comments